[Mailman-Users] Applying contradicting posting permissions at the same time

2022-04-18 Thread Дилян Палаузов
Hello, I want to setup a mailing list with following properties: All emails with explicit non-members with moderation option “Default Processing” are distrubuted to the mailing list. Emails from members are rejected. As example m...@example.org is a member, and n...@example.org is a non-member w

[Mailman-Users] Re: Applying contradicting posting permissions at the same time

2022-04-18 Thread Mark Sapiro
On 4/18/22 04:56, Дилян Палаузов wrote: Hello, I want to setup a mailing list with following properties: All emails with explicit non-members with moderation option “Default Processing” are distrubuted to the mailing list. Emails from members are rejected. As example m...@example.org is a memb

[Mailman-Users] Re: Automate Moderator Functions

2022-04-18 Thread Andre de Azevedo Cunha
Mark, no. I checked the log of postfix, and dont exist new email from mailman after the original message was delivered. --- Em 14/04/2022 16:18, Mark Sapiro escreveu: > On 4/14/22 12:11, Andre de Azevedo Cunha wrote: > >> The change works, the message was discarted, but the sender dont >>

[Mailman-Users] Re: Automate Moderator Functions

2022-04-18 Thread Andre de Azevedo Cunha
Mark, i solved with this code: # diff chains/builtin.py.ori chains/builtin.py 62c62 < ('max-size', LinkAction.defer, None), --- > ('max-size', LinkAction.jump, 'reject'), # diff rules/max_size.py.ori rules/max_size.py 47c47 < (_('The message is larger than the {} KB maximum size'), --- > (_('

[Mailman-Users] Re: Automate Moderator Functions

2022-04-18 Thread Andre de Azevedo Cunha
with correct return text: # diff rules/max_size.py.ori rules/max_size.py 47,48c47,48 < (_('The message is larger than the {} KB maximum size'), < mlist.max_message_size)) --- > (_('Your message was rejected because is bigger ( {} KB ) than the list max > value, please reduce the message to bello