https://bugzilla.wikimedia.org/show_bug.cgi?id=31797
Ben Hartshorne <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Ben Hartshorne <[email protected]> 2011-11-14 21:53:55 UTC --- As described here: http://www.washington.edu/itconnect/email/mailman/faqs.html, the setting is under Privacy -> Spam in the mailman administrative view. Looking at the bounce_matching_headers list, I see "subject: [sbicitizen]" in the list. I think the bounce_matching_headers list is parsed as a regular expression, which would mean that [sbicitizen] is interpreted as a character class. This rule should bounce any post that has one of the letters 'bceinstz' in the Subject line (which is nearly all). I've changed the rule to "Subject: .sbicitizen." and closing this ticket (it should work). Please reopen the ticket if messages are still bouncing. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
