Last modified: 2007-02-03 22:55:26 UTC
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).
Created attachment 1227 [details] patch; needs review
Created attachment 1230 [details] 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.
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.
need-review, patch
I corrected some typo and committed it as r19746.