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
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'),
---
> (_('
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
>>
On 4/14/22 12:11, Andre de Azevedo Cunha wrote:
The change works, the message was discarted, but the sender dont
received the notify. I`m trying to understand why.
The message should be returned to the sender with notice as to why. Is
it possible it was discarded for some other reason?
--
M
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 migration of my mailman2 lists to mailman3
On 4/14/22 10:29, Andre de Azevedo Cunha wrote:
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?
someth
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 Azevedo Cunha escreve