> Hey All,
>
> Currently draft 5 of the spec defines an EAUT Email Identifier as
> "...a "local-part" and a "domain" part, separated by an "@" sign".
>
> By this definition, the spec is allowing email addresses in the form
> "Beth Smith <be...@example.com>", which is technically a valid email
> address, but not necessarily the kind of the "local-part" that we want
> to accept. Instead, we're really looking for the 'dot-atom' component
> of the 'local-part' in an RFC2822 email address (i.e., "beth" in the
> above example).
>
>
> The question is, should the final spec be liberal in defining what an
> email address looks like, as draft 5 currently is....or should the
> spec be specific in stating that an email address should look more
> like "be...@example.com" instead.
I thought we had decided that the spec would explicitly require an
"addr-spec" of the form "be...@example.com". Would that wording not
invalidate "Beth Smith <be...@example.com>" ?
-will
>> The question is, should the final spec be liberal in defining what an
>> email address looks like, as draft 5 currently is....or should the
>> spec be specific in stating that an email address should look more
>> like "be...@example.com" instead.
>
> I thought we had decided that the spec would explicitly require an
> "addr-spec" of the form "be...@example.com". Would that wording not
> invalidate "Beth Smith <be...@example.com>" ?
Requiring the simple form, "be...@example.com," will make it *so*
*much* easier to implement. I'm also having a hard time coming up
with use cases for the longer form. So I'm definitely in favor of
keeping it short and simple.