On Sat, 2 Jul 2005 23:23, Mark Sapiro wrote: > There is a recent thread on this in the archives. See the entire thread > starting at > http://mail.python.org/pipermail/mailman-users/2005-June/045186.html
I put the following in mm_cfg.py and it appears to have fixed it..
# Don't spam detect on owner messages or we'll get a loop
OWNER_PIPELINE = [
# 'SpamDetect',
'Replybot',
'OwnerRecips',
'ToOutgoing',
]
It seems strange that this isn't the default to be honest, I submitted an
RFE :)
--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
-- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
pgptGptyG05EM.pgp
Description: PGP signature
------------------------------------------------------ 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
