On Sun, Oct 12, 2003 at 09:42:17 -0700, Paul Mackinney wrote:
> Just a minute ago, when I just catted a sample msg file in the shell it
> showed as
> 
>   AmikaGuardian (TM) Server <[EMAIL PROTECTED]>
> 
> So now I understand why my filter wasn't working. Can someone explain to
> me why mutt's display omitted the parenthesized bit?

I guess it's because its address parser got confused. IIRC, that From: value
is invalid (this is probably in RFC2821). There are two standard formats for
email addresses:
        [EMAIL PROTECTED] (Real Name)
(i.e. `(' ... `)' is a comment)
and
        Real Name <[EMAIL PROTECTED]>
(With edit_hdrs set, you can experiment with mutt's handling of them - it'll
show you mutt converts everything to the second format.)

With the latter format, with certain characters, like `(' and `)' quotes are
needed.
        From: AmikaGuardian (TM) Server <[EMAIL PROTECTED]>
is incorrect; it should be
        From: "AmikaGuardian (TM) Server" <[EMAIL PROTECTED]>

HTH,
Ray
-- 
Javascript is EVIL!
        keyweed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to