Summary | Problem sending with multiple single quotes in To: header |
Queue | IMP |
Queue Version | 4.1.6 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | Tim.Bannister (at) manchester (dot) ac (dot) uk |
Created | 02/20/2008 (6426 days ago) |
Due | |
Updated | 02/26/2008 (6420 days ago) |
Assigned | |
Resolved | 02/26/2008 (6420 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
to your server. Try upgrading the Mail and Net_SMTP pear packages.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Problem sending with multiple single quotes in To: header
Queue ⇒ IMP
quote, the single quotes disappear.
For example, these To: headers will trigger this behaviour:
To: wibble''example@example.com
To: foo.o'grady@example.com, bar.o'grady@example.com
Messages are sent by invoking Postfix 2.1.1 as /usr/sbin/sendmail
Horde framework is version 3.1.6
Problems also exist with three or more single quotes:
To: foo'''bar@example.com
becomes:
foo'bar@example.com
by the time the MTA sees it.