[Mailman-Users] Hold message on implicit destination - except from list members

2006-08-20 Thread Joel Heenan
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

Re: [Mailman-Users] KNOWN_USERS + SpamAssassin discarding lots of mail

2006-03-01 Thread Joel Heenan
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

[Mailman-Users] KNOWN_USERS + SpamAssassin discarding lots of mail

2006-02-28 Thread Joel Heenan
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