https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7961
Loren Wilton <lwil...@earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lwil...@earthlink.net --- Comment #10 from Loren Wilton <lwil...@earthlink.net> --- This should be over on the users list, but: Have you run spamassassin --lint to make sure that the rules are correct? An error on one rule can often end up invalidating many other rules. It looks like your rule should hit. Since it doesn't it either isn't getting picked up as a rule for some reason, or there is something wrong with the rule neither of us understand. Try simplifying it. You don't need the parends, for a start. If you feel you do, you should use (?: instead of ( to make it a non-capturing group. I would start with a rule like header SEX Subject =~ /Sex/i If that doesn't hit, it is time to run SA with rules debug or rule file debug. -- You are receiving this mail because: You are the assignee for the bug.