Page MenuHomePhabricator

userMailer $reply-to not set by User::sendmail
Closed, InvalidPublic

Description

Author: jimhu

Description:
From what I can determine, userMailer defaults $reply to as false

line 78 in userMailer.php: function userMailer( $to, $from, $subject, $body,
$replyto=false )

and nothing in the 1.6.7 ever calls it setting a reply-to address. In
particular, it doesn't seem to be set by User::sendmail().

I suspect that this is why some recipients are not receiving password resets
from my wiki; their spam blockers may reject mail without a reply-to. I'm not
sure Fixing this may require also committing a fix for bug 4347.

Thanks!


Version: 1.6.x
Severity: enhancement
OS: Mac OS X 10.4
Platform: Macintosh
URL: http://ecoliwiki.org

Details

Reference
bz6439

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:17 PM
bzimport set Reference to bz6439.
bzimport added a subscriber: Unknown Object (MLST).

Very few mails have a reply-to set.