Hello all, I have this rule which I thought looked good, but doesn't seem to ever kick in. header FROM_TEST_IP_AND_EMAIL From =~ /sender@sender\.com/i && Received =~ /from 138\.193\.30\.7/ score FROM_TEST_IP_AND_EMAIL -8.0
I was hoping to find the senders email address, then if it's found, see the sending IP, if that matches gives a negative score. Is there a better way? Also is there some kind of rule tester you can use where you put a rule, put some headers and see what it evaluates? -- Thanks! Joey