Joel Heenan wrote:
>
>I have in my mm_cfg.py :
>
>KNOWN_SPAMMERS = [('X-Spam-Status', 'Yes')]
>
>But for some reason this is discarding lots of mail. Is there some way I
>can turn up the debugging so I can see why these messages are being
>discarded? Where do these discarded messages go?

The messages are being discarded because they have an

X-Spam-Status: Yes

(case insensitive) header. The Message-IDs are logged in the vette log
with the message 'Message discarded, msgid: %s' where %s is replaced
by the message-id or 'n/a' if there isn't one. There is no debugging
knob other than modifying the code. The discarded messages evaporate
without a trace.

If you really think this is resulting in messages being discarded that
shouldn't be, I suggest you remove the KNOWN_SPAMMERS entry from
mm_cfg.py and instead, put

^X-Spam-Status:\s*Yes

in header_filter_rules for some of the problem lists with action Hold.
That way you'll get to see the messages.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

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

Reply via email to