recently, the MailAddress object was introduced for the "to" and "from" string in UserMailer. "replyto" strings
need to be handled in a similar way (patch follows).
Version: 1.6.x
Severity: normal
Wikinaut | |
Dec 22 2005, 12:42 AM |
F2555: CVS-HEAD.diff | |
Nov 21 2014, 9:01 PM |
recently, the MailAddress object was introduced for the "to" and "from" string in UserMailer. "replyto" strings
need to be handled in a similar way (patch follows).
Version: 1.6.x
Severity: normal
Created attachment 1227
patch; needs review
attachment CVS-HEAD.diff ignored as obsolete
Created attachment 1230
revised patch (CVS HEAD) -- please review and apply
I forgot the patch for the variable $wgNoReplyAddress --> MailAddress(
$wgNoReplyAddress ), which is used for composing the REPLY-TO when a)
pageeditor has no mailaddress, e.g. anonymous editors. or b) pageeditor has
opted-out to reveal their address or c) the feature is fully switched off by
Sysop.
Paging the devlopers to commit this after review.
Attached:
Brion, hello.
Please can you fix that problem now ? You apparently forgot to patch these three
lines when you recently introduced MailAddress() objects in UserMailer.php.
As you know, I cannot commit to the CVS.