Kelly Jones wrote:
>
>Can I site configure Mailman to preserve all auto-discarded messages
>in a location where only I can see them? That way I can tell my users
>they're stupid, but still give them the messages they lost (the best
>of both worlds!).


Only by modifying code - most obviously the do_discard() function in
Mailman/Handlers/Moderate.py. You could add code to write the message
to a file in the data/ directory (or some other directory) as does
'preserving' messages from the admindb interface, or to add it to the
'bad' queue (or some other) as is done by content filtering's
'preserve' action, or deal with it in yet another way.

-- 
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&amp;file=faq01.027.htp

Reply via email to