Hello Jonathan,

   On Fri, 7 May 2004 12:13:55 -0500 (07.05.2004 23:13 my local time),
   received Saturday, May 8, 2004 at 10:47:26 +0600,
   you wrote about "Filtering email addresses out of  message body"
   at least in part:

JA> I've seen postfix and sendmail working like this, and I believe
JA> qmail does too.
It's not a MTA, but MDA job (but used in most cases procmail or maildrop
can understand this notation)

> Does \w match high end characters like characters with umlauts?
AFAIK - no. \w handle only us-ascii

> I'm not sure those kind of characters are allowed in email addresses
Disallowed for now

addr-spec       =       local-part "@" domain

local-part      =       dot-atom / quoted-string / obs-local-part

dot-atom        =       [CFWS] dot-atom-text [CFWS]

dot-atom-text   =       1*atext *("." 1*atext)

atext           =       ALPHA / DIGIT / ; Any character except controls,
                        "!" / "#" /     ;  SP, and specials.
                        "$" / "%" /     ;  Used for atoms
                        "&" / "'" /
                        "*" / "+" /
                        "-" / "/" /
                        "=" / "?" /
                        "^" / "_" /
                        "`" / "{" /
                        "|" / "}" /
                        "~"

-- 
Best regards,
 Alexander



________________________________________________________

http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to