[Mailman-Users] Mailman2 x Debian 11 x Python3

2022-05-10 Thread Andre de Azevedo Cunha
Its possible to run mailman2 in debian11 (with python3)? I need the resource of mm2 of turn attachments into links. In mailman2 has the option scrub_nondigest, and its make this perfectily. I installed the mailman3 in debian 11, but dont realize any way to do this. -- --

[Mailman-Users] Re: Automate Moderator Functions

2022-04-18 Thread Andre de Azevedo Cunha
lease reduce the message to bellow of {} KB and try again'), > round(msg.original_size/1024.0,2),mlist.max_message_size)) --- Em 18/04/2022 14:59, Andre de Azevedo Cunha escreveu: > Mark, > > i solved with this code: > > # diff chains/builtin.py.ori chains/builtin.

[Mailman-Users] Re: Automate Moderator Functions

2022-04-18 Thread Andre de Azevedo Cunha
essage is larger than the {} KB maximum size'), --- > (_('Your message was rejected because is bigger than the list max value {} > KB, please reduce the message and try again'), --- Em 18/04/2022 14:37, Andre de Azevedo Cunha escreveu: > Mark, > > no. I checked the log of p

[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

[Mailman-Users] Re: Automate Moderator Functions

2022-04-14 Thread Andre de Azevedo Cunha
The change works, the message was discarted, but the sender dont received the notify. I`m trying to understand why. Att, --- Em 14/04/2022 15:21, Mark Sapiro escreveu: > On 4/14/22 10:29, Andre de Azevedo Cunha wrote: > >> Hi! >> >> I'm testing the migr

[Mailman-Users] List default options on mailman3

2022-04-14 Thread Andre de Azevedo Cunha
The mailman3 config has equivalent options for those of mailman2? ## Archive options # # List traffic archival policies. # Is archive file source for public or private archival? # # legal values are: # 0 = "public" # 1 = "private" archive_private = 1 (Or any way to disable the list archiv

[Mailman-Users] Mailman3 - scrub_nondigest equivalent

2022-04-14 Thread Andre de Azevedo Cunha
Hi! How can i turn attachments into links in mailman3? In mailman2 has the option scrub_nondigest, and its make this perfectily. -- -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to mailman-users-le...@

[Mailman-Users] Re: Automate Moderator Functions

2022-04-14 Thread Andre de Azevedo Cunha
Hi! I'm testing the migration of my mailman2 lists to mailman3. Had made the adjustment below to discard messages larger than the list size limit. But I'm having difficulties to implement the same solution in mailman3. How could I do this? --- Em 05/09/2016 13:16, Andre de Aze

Re: [Mailman-Users] Automate Moderator Functions

2016-09-05 Thread Andre de Azevedo Cunha
message_size) raise Errors.RejectMessage, rej2 Thanks for your support and availability. Regards, --- Em 05/09/2016 12:57, Mark Sapiro escreveu: > On 09/05/2016 07:10 AM, Andre de Azevedo Cunha wrote: > >> Mark, >> >> the important to me is reject emails to the li

Re: [Mailman-Users] Automate Moderator Functions

2016-09-05 Thread Andre de Azevedo Cunha
01:45 PM, Andre de Azevedo Cunha wrote: > >> i`m trying to reject messages bigger then MAX_MESSAGE_SIZE. >> >> I configured my Hold.py was described bellow: >> >> replaced >> >> hold_for_approval(mlist, msg, msgdata, >> _

Re: [Mailman-Users] Automate Moderator Functions

2016-09-03 Thread Andre de Azevedo Cunha
Hi, i`m trying to reject messages bigger then MAX_MESSAGE_SIZE. I configured my Hold.py was described bellow: replaced hold_for_approval(mlist, msg, msgdata, _ MessageTooBig(bodylen,_mlist.max_message_size)) with rej = MessageTooBig(b