Summary | Angle brackets and semi-colons generates no mail addressees |
Queue | Horde Framework Packages |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | kevin_myer (at) iu13 (dot) org |
Created | 06/07/2005 (7413 days ago) |
Due | |
Updated | 06/24/2005 (7396 days ago) |
Assigned | |
Resolved | 06/07/2005 (7413 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
something or if its a bug or what, but we're now seeing the following:
Notice: Object to string conversion in /usr/share/pear/Mail/RFC822.php on line
609
Notice: Object to string conversion in /usr/share/pear/Mail/RFC822.php on line
610
Notice: Object to string conversion in /usr/share/pear/Mail/RFC822.php on line
614
Notice: Object to string conversion in /usr/share/pear/Mail/RFC822.php on line
620
Warning: strpos(): Empty delimiter. in /usr/share/pear/Mail/RFC822.php on line
620
Notice: Object to string conversion in /usr/share/pear/Mail/RFC822.php on line
620
Notice: Object to string conversion in /usr/share/pear/Mail/RFC822.php on line
627
Its happening with a normal Expand Names expansion.
The six CVS commits starting with the above link are what you want
(framework/MIME/MIME.php, imp/lib/Compose.php,
framework/MIME/MIME_Message.php). You'll only need three of them,
depending if you're using the HEAD or FRAMEWORK_3 branch.
I have downloaded Compose.php (1.107.2.13) in /horde/imp/lib. I can't
find any file for horde to update (chuck has mentioned to update both
horde and imp).
With only update Compose.php it doesn't work, but same as before.
Can you give me a hint? (Yes, I'm not a crack, sorry)
Bug 1352.Any reason not to MFH 1.150 as well, for MIME/MIME.php? I noticed
that Expand Names breaks when using group syntax for addressing and I
think that fixes it.
Not sure if thats because I only patched the two bits you did and
there's earlier stuff I haven't merged or not. But that definitely
does the trick. It will hopefully be in Horde 3.0.5?
State ⇒ Resolved
catch it properly, but it's done in both HEAD and FRAMEWORK_3 for both.
Kevin Myer <kevin_myer@iu13.org>;dev@lists.horde.org
Generates:
To:
generating a RCPT TO: @localhost, which my MTA was stripping out on
the bounce.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Angle brackets and semi-colons generates no mail addressees
Queue ⇒ Horde Framework Packages
different systems, one running HEAD and one running FRAMEWORK_3.
If you address a message to two or more individuals, it appears to be
possible to separate their addresses with either a comma or a
semi-colon. RFC2822 says that addresses should be comma-separated but
thats not the point of this bug.
If you include an address with angle brackets and a semi-colon, the
Horde MIME library generates an address of .... nothing :)
Use this test case to prove:
Kevin Myer <kevin_myer@iu13.org>;dev@lists.horde.org
Generates:
To:
Good Example (Works):
kevin_myer@iu13.org;dev@lists.horde.org
Generates:
To: kevin_myer@iu13.org,dev@lists.horde.org