On 5/17/07, James Dinkel <[EMAIL PROTECTED]> wrote: > For some reason, my users like to send emails to > [EMAIL PROTECTED] I guess maybe because that is what is > in the From: address on emails they recieve. Anyway, they will be > emails with a single request in them like "help" or "subscribe" but they > dome to me because the bounce filter couldn't filter them out. Is there > anyway to have these checked for Administrivia?
No way without modifying the code, I think. It looks like you'd have to modify maybe_forward in BounceRunner to send it along to CommandRunner instead of just forwarding it to the admin. Of course, if it's a genuinely unrecognized bounce, this would result in the sender getting a bounce BACK for the unknown command, which is bad. -- - Patrick Bogen ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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