it would be good to be able to handle this case. Is it possible that we
always allow list members through and only hold non-list members?
If possible I would like to avoid doing this with regex.
Thanks
--
Joel Heenan
--
Mailman-Users mailing
pam match.
The other thing I've noticed is that owner's don't seem to get spam
scanned. Still, our behaviour was that
KNOWN_SPAMMERS = [('X-Spam-Status','Yes')]
caused all emails from non-owners to be silently discarded.
At this stage I'm following the advice
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?
Th