On 2/5/08, ippaso wrote: > Here is the log from the smtp server for that time, in case it can help: > (qmail is patched to check the 'rcpt to' against a valid addresses list > before accepting a message and to reject during the smtp conversation > the mails which achieve a very high spamassassin spam score)
You really want to avoid doing any kind of anti-spam check for outgoing mail from Mailman. All those checks should be done on input, and should not need to be done on output. Moreover, you really don't want to do any kind of recipient address validation, if the recipient in question is not local to your network -- that could easily be mistaken by remote sites for a spammer trying to verify his mailing list. -- Brad Knowles <[EMAIL PROTECTED]> LinkedIn Profile: <http://tinyurl.com/y8kpxu> ------------------------------------------------------ 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
