> Dan Mick ([EMAIL PROTECTED]) said something that sounded like:
> > >   First, it appears that I got the header SPAM prevention done correctly.
> > >   Unfortunately I can't get the message body SPAM prevention done
> > >   correctly. If I have something like the following:
> > > ('None', 'Snowhite was turning'),
> > >   within the KNOWN_SPAMMERS area, it doesn't discard the SPAM. Am I
> > >   missing something very basic?

Yes, and so did I at first.

Don't quote the None.  None is a magic "no object" item;
the comparison is "if header is None", not "if header is 'None'".


------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to