I used BOTH, actually :) and I had to learn the syntax for a regular expression...indeed preceeding the asterisks with a backslash:
X-Spam-Status: Yes Subject: \*\*\*\*\*SPAM\*\*\*\*\* -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of pietro Sent: Wednesday, October 16, 2002 6:06 PM To: Jon Carnes Cc: Greg Long; [EMAIL PROTECTED] Subject: Re: [Mailman-Users] Spamassassin and Mailman - like this? Jon Carnes escreveu: > I'm wondering if you need to front-end each of those *'s with a \ > > Alternately, you could modify Spam Assassin to use a different > character. Spam Assassin also adds 'X-Spam-Status: yes' to the message header. you can you this regexp to block spam to your list. pietro. ------------------------------------------------------ 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/ ------------------------------------------------------ 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/
