[Mailman-Users] Mailman discarding messages

Zbigniew Szalbot zszalbot at gmail.com
Wed Mar 26 09:26:29 CET 2008


Hello Mark and others!

2008/3/25, Mark Sapiro <mark at msapiro.net>:
> Zbigniew Szalbot
>
> >
>  >Is there anything else I can check? I am about to delete the members
>  >as this was time-limited subscription but we wanted to send a final
>  >thank you message to them and frustrating as it is, we can't do that.
>
>
>
> You can edit Mailman/Queue/IncomingRunner.py as follows:
>
>  Find the code in the do_pipeline() method that says
>
>             except Errors.DiscardMessage:
>                 # Throw the message away; we need do nothing else with
>  it.
>                 syslog('vette', 'Message discarded, msgid: %s',
>                        msg.get('message-id', 'n/a'))
>                 return 0
>
>  and change it to
>
>             except Errors.DiscardMessage:
>                 # Throw the message away; we need do nothing else with
>  it.
>                 syslog('vette', 'Message discarded by %s, msgid: %s',
>                        handler, msg.get('message-id', 'n/a'))
>                 return 0
>
>  and then restart Mailman.

Thanks a lot!

Mar 26 09:20:52 2008 (90638) easter post from email_address held,
message-id=<47EA075C.8000003 at slowo.pl>: Post to moderated list

I think the main difference now is that I have removed all the 700
subscribers to the list (as the mailing is over) and added two test
addresses. If this happens again, your patch will make it easier for
me to spot the problem. For the time being thank you very much!

-- 
Zbigniew Szalbot


More information about the Mailman-Users mailing list