[Mailman-Users] Problem in gateway_to_mail processing

Martin Wolske mwolske at uiuc.edu
Mon Aug 22 05:48:18 CEST 2005


On Aug 21, 2005, at 2:05 PM, Mark Sapiro wrote:

> I'm grasping at straws here, but you might try changing
>
>     for listname in Utils.list_names():
>
> in process_lists in gate_news to something like
>
>     names = Utils.list_names()
>     for listname in names:
>
> and maybe adding some more debug logging.

Thanks, Mark.  I replaced the line per your suggestion, adding a  
write to syslog between reading the names and entering the for loop.   
The output of the syslog of names listed all our lists; the for loop  
did not, but did process in order to one list.  The list was an old  
one, so as soon as I deleted it, I was able to process through all  
the lists!  I have no idea why gate_news was hanging on that list,  
but list_names was not.  Mystery of mysteries!

-- Martin


More information about the Mailman-Users mailing list