One of my users added this as a spam filter: ^x-spam-flag:.*yes
(all lower case since spamfilter regexps are case-insensitive-- hyphens not backslashed by accident), and the list started dropping ALL emails. Why? We're running SpamAssassin on another box (mail gets forwarded to the "mailman box" after SpamAssassin is done with it), and I've confirmed that SpamAssassin is running properly and not setting "X-Spam-Flag: Yes" across the board. Even with the forgot-to-backslash-hyphens error, why would that regexp match the headers of every message? We tested this and it's repeatable: with that regexp as a spam filter, emails are dropped-- when that regexp is removed, emails go through properly. -- We're just a Bunch Of Regular Guys, a collective group that's trying to understand and assimilate technology. We feel that resistance to new ideas and technology is unwise and ultimately futile. ------------------------------------------------------ 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/ 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&file=faq01.027.htp
