At 07:46 AM 6/21/04 -0500, Mark Hoover wrote:
I'm beginning to get mails which are scoring low (like 0) but I've begun to notice a pattern and I'm hoping one of the experts out there has already developed a solution...
The pattern is that the FROM contains my address , but the format is not exactly correct.
The correct format (i.e. mail that really comes from me looks like this:
First Last <[EMAIL PROTECTED]>
The bogus format looks like this:
"Ginger Darling" <[EMAIL PROTECTED]>
I'm hoping someone else out there is seeing these and has written a rule
here's what comes to my head :
(untested)
header __ME_AT_SOMEWHERE From =~ /[EMAIL PROTECTED]/i header __FIRST_LAST From =~ /First Last/
meta INVALID_FROM_ME (__ME_AT_SOMEWHERE && !__FIRST_LAST)
score INVALID_FROM_ME 1.0
describe INVALID_FROM_ME invalid from line for [EMAIL PROTECTED]
