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.

CommentFileSizeAuthor
mimemail.diff1.36 KBbexecho

Comments

allie micka’s picture

Status: Needs review » Fixed

The 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!

Anonymous’s picture

Status: Fixed » Closed (fixed)