I am running SA 2.64 and trying to create a rule so that peoples email inside the organization will not be marked as spam
I am trying to use the header option and it is not working
Here is what I have so far
From =~ /[EMAIL PROTECTED]/I
My organization is @waterloo.k12.ia.us
I have tried all kinds of options like From =~ /[EMAIL PROTECTED]/i And variations of the above but nothing is working
If I change that to rawbody it works,
Actualy, that should not work... rawbody doesn't include the headers, only full does. The difference between "rawbody" and "body" has to do with html tag and end-of-line removal in the body text.
I'm wondering if SA is parsing your headers as body text due to some formatting problem with the input...
Have you tried a just plain body rule?
Have you tried feeding one of these messages to spamassassin -tD ?
