Closed (fixed)
Project:
Mime Mail
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2005 at 02:23 UTC
Updated:
19 Dec 2005 at 07:40 UTC
This patch fixes two issues. The first is that they were extra brackets around the from address in the Return-Path which was causing mails to not sent of some server. The second is that is removes the brackets from around email address where a name is not provided.
| Comment | File | Size | Author |
|---|---|---|---|
| mimemail.diff | 1.36 KB | bexecho |
Comments
Comment #1
allie mickaThe functionality that removes <>'s from name-less addresses has been implemented.
The change to remove <>'s from Return-Path is incorrect (see RFC ). However, the root problem is that mimemail_prepare_headers was setting Return-Path to "<$from>", even when $from was a formatted address and not a simple route address.
This behavior has been corrected and Return-Path should now read instead of <"Name" >. Please run it up the flagpole and see if it'll fly.
Thanks!
Comment #2
(not verified) commented