[Users] [Bug 3133] Invalid good address from link

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Thu Apr 10 09:41:51 CEST 2014


http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3133

Ricardo Mones <mones at users.sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Ricardo Mones <mones at users.sourceforge.net> ---
The string:

 Dr. ???, DVM, MS, MPP <???@???.ca>

is not valid as a single address because ',' is a character that must be quoted
to be part of the address¹. The single address in the mailto link it should
have been written as:

 "Dr. ???, DVM, MS, MPP" <???@???.ca>

Otherwise it's just a list of four addresses:

 Dr. ???
 DVM
 MS
 MPP <???@???.ca>

Which Claws Mail must handle as given because they are valid addresses,
although some doesn't exist, hence the error you saw.

¹http://tools.ietf.org/html/rfc5322#section-3.2.3

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Users mailing list