Summary | broken address validation |
Queue | IMP |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | adrieder (at) sbox (dot) tugraz (dot) at |
Created | 06/11/2008 (6232 days ago) |
Due | 06/11/2008 (6232 days ago) |
Updated | 06/16/2008 (6227 days ago) |
Assigned | 06/15/2008 (6228 days ago) |
Resolved | 06/16/2008 (6227 days ago) |
Milestone | |
Patch | No |
that package ;-)
out to be in this case, but the point remains.
correctly if it contains a period (this wasn't required to be quoted
by RFC 822, but is required under RFC 2822), so Mail_RFC822 was
correctly reporting that the address was invalid.
Assigned to Michael Slusarz
State ⇒ Resolved
Priority ⇒ 2. Medium
correctly if it contains a period (this wasn't required to be quoted
by RFC 822, but is required under RFC 2822), so Mail_RFC822 was
correctly reporting that the address was invalid.
http://cvs.horde.org/diff.php/framework/MIME/MIME.php?r1=1.139.4.35&r2=1.139.4.36&ty=u
http://cvs.horde.org/diff.php/framework/MIME/MIME.php?r1=1.192&r2=1.193&ty=u
package ;-)
State ⇒ Feedback
State ⇒ Assigned
might have fixed things:
http://pear.php.net/bugs/bug.php?id=9137
"a.a" nospam@tugraz.at -> works
"a.a" <nospam@tugraz.at> -> fails
might have fixed things:
http://pear.php.net/bugs/bug.php?id=9137
State ⇒ Rejected
Patch ⇒ No
State ⇒ New
Milestone ⇒
Queue ⇒ IMP
Due ⇒ 06/11/2008
Summary ⇒ broken address validation
Type ⇒ Enhancement
Priority ⇒ 3. High
part which is not followed by a blank I get a address validation error:
e.g. "a.a.a" <nospam@tugraz.at>
There was an error sending your message: Validation failed for: a.a.a
<nospam@tugraz.at>
This should not happen, there is nothing wrong with the address.
"a.a.a d" <nospam@tugraz.at> -> works
"a.a.a d.d" <nospam@tugraz.at> -> works
"a. a." <nospam@tugraz.at> -> works