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: Heavenly Mergatroyd <[EMAIL PROTECTED]>
...

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?

I wouldn't be so categorical that it's a bad idea; I've been using such a rule for my own personal mail a couple of years with success.

You might start with something like this - but the __GOODREAL rule in particular will of course need to be heavily tailored to suit individual cases, allowing for all possible nicknames, common misspellings and the like.

header  __TO_user        To =~ /[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)
describe BADREAL_user   Wrong real name
score    BADREAL_user   2.0

John.

--
-- Over 3000 webcams from ski resorts around the world - www.snoweye.com
-- Translate your technical documents and web pages    - www.tradoc.fr

Reply via email to