[Mailman-Users] bouce processing problem

Δημήτριος Καραπιπέρης dimkar at thessaloniki.gr
Sat Sep 26 22:10:38 CEST 2009


> #! /bin/sh
> for list in `/usr/lib/mailman/bin/list_lists --bare`; do
>   echo $list
>   /usr/lib/mailman/bin/dumpdb /var/lib/mailman/lists/$list/pending.pck
> done
>
> If the attempt to dump the pending.pck for a list throws an exception
> with a traceback, rather than dumping the contents, that list's
> pending.pck is corrupt. Remove it, and a new one will be created when
> needed. This may fix bounce processing for any list with a corrupt
> pending.pck.
>
>   

Yes that was it.
 When I erased pending.pck , I submitted an e-mail to the list and 
everything worked smoothly.
I got the warning and the account had been disabled.

Why was pending.pck corrupt? Any ideas?


Thanks in advance

Dimitrios


More information about the Mailman-Users mailing list