Re: How can I reject messages with a wrong fullname.

2007-03-01 Thread hamann . w
>> >> > BAD Idea. >> > >> > I just looked at about 3 dozen pieces of e-mail. Only about 4 of them had >> > my real name. So would you also add extra points for that? >> >> Personally I'd say "bad idea" rather than "BAD idea". >> >> I in fact have such a rule that scores at around 2 points, and

Re: How can I reject messages with a wrong fullname.

2007-03-01 Thread John Wilcock
John D. Hardin wrote: That looks kinda fragile in the face of multiple TO addresses. Agreed, though that's not a scenario that I personally see very often. In any case it was only meant as a simplified example from which the original poster could build his own rule. John. -- -- Over 3000 w

Re: How can I reject messages with a wrong fullname.

2007-03-01 Thread John D. Hardin
On Thu, 1 Mar 2007, John Wilcock wrote: > header__TO_userTo =~ /[EMAIL PROTECTED]/i > header__GOODREAL_user To =~ /\b(?:first|sur|nick)name\b/i > > meta BADREAL_user (__TO_user && !__GOODREAL_user && !TO_ADDRESS_EQ_REAL > && !NO_REAL_NAME && !USER_IN_WHITELIST) > des

Re: How can I reject messages with a wrong fullname.

2007-03-01 Thread John Wilcock
Evan Platt wrote: At 07:10 AM 3/1/2007, Steven W. Orr wrote: Sometimes messages get through but something I see that we could maybe do something about is the full name. If the message is sent to [EMAIL PROTECTED] and joedoe's fullname is Joe Doe, then I'd like to get SA to see that To: Heav

Re: How can I reject messages with a wrong fullname.

2007-03-01 Thread Loren Wilton
BAD Idea. I just looked at about 3 dozen pieces of e-mail. Only about 4 of them had my real name. So would you also add extra points for that? Personally I'd say "bad idea" rather than "BAD idea". I in fact have such a rule that scores at around 2 points, and only about 10-15% of the time do

Re: How can I reject messages with a wrong fullname.

2007-03-01 Thread Evan Platt
At 07:10 AM 3/1/2007, Steven W. Orr wrote: Sometimes messages get through but something I see that we could maybe do something about is the full name. If the message is sent to [EMAIL PROTECTED] and joedoe's fullname is Joe Doe, then I'd like to get SA to see that To: Heavenly Mergatroyd <[E

How can I reject messages with a wrong fullname.

2007-03-01 Thread Steven W. Orr
Sometimes messages get through but something I see that we could maybe do something about is the full name. If the message is sent to [EMAIL PROTECTED] and joedoe's fullname is Joe Doe, then I'd like to get SA to see that To: Heavenly Mergatroyd <[EMAIL PROTECTED]> should score a couple extr