Hello all- Must be doing something stupid here, but could use a second set of eyes and persons more knowledgeable than myself.
None of my header checks that operate on "From" seem to be working. SA version 3.4.0-1ubuntu2.1 "spamassassin --lint" does not throw any errors "spamassassin --lint -D" shows the rule being parsed (I gave it no description and see the warning). Rawbody rules or rules on other headers (e.g. Subject) work just fine. Here is a sample one that I stripped down to the basics just to get it to work, based on a very similar one in the documentation (https://wiki.apache.org/spamassassin/WritingRules): header PREF_T1 From =~ /gmail\.com/i score PREF_T1 0.1 I've tried adding a description, setting the score to an integer, removing the regex modifier and adding ".*" to match the whole address with no success. Anyone see what I'm missing? Thanks, Mike Ray
