[Tickets #11887] Re: Working email address claimed as invalid
noreply at horde.org
noreply at horde.org
Mon Dec 17 18:56:24 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11887
------------------------------------------------------------------------------
Ticket | 11887
Updated By | Michael Rubinsky <mrubinsk at horde.org>
Summary | Working email address claimed as invalid
Queue | Turba
Version | Git master
Type | Bug
-State | Unconfirmed
+State | Not A Bug
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2012-12-17 18:56) wrote:
> Hi,
>
> turba thinks the following working e-mail address is invalid:
>
> c.p.c. at something.com
>
> Quick testing shows it's the last dot before the @ char
> that's triggering the syntax check.
I'm almost positive that this is NOT a valid rfc822 compliant email address:
The spec states that the local-part is:
local-part = word *("." word) ; uninterpreted
; case-preserved
Where a word is an ATOM or QUOTED STRING. An ATOM is a string of ASCII
characters EXCEPT ()<>@,;:\".[]. The *("." word) part indicates that
one or more occurrences of a period FOLLOWED by a word are compliant.
In other words, the local-part cannot end with a period.
More information about the bugs
mailing list