[EMAIL PROTECTED] wrote: >The anonymous_list is set to "No", and changing it to "Yes" makes posts >in the archive anonymous too (presently, only the emails are anonymous, >not the archive). Changing it back from "Yes" to "No" shows the exact >same behavior as well.
This makes me suspect the MTA. See <http://wiki.list.org/x/uYA9> although that isn't exactly your situation. The only place Mailman manipulates the From: header is in Mailman/Handlers/Cleanse.py for anonymous lists and this happens before the message is archived. >Thinking about it, if mailman is written in python, could the *.pyc >files have been corrupted? I've them do some weird things elsewhere on >stuff I've personally written. If the problem were a .pyc, and it didn't just throw exceptions, it would probably affect all lists. In any case, you could just do something like find /path/to/mailman -name \*.pyc -exec rm "{}" \; to remove all the .pyc files and restart mailman. In fact, if you haven't restarted mailman, you could just try that in case one of the qrunners somehow got corrupted. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
