* (bug 13376) Use $wgPasswordSender, not $wgEmergencyContact, as return
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 1 Aug 2008 16:38:15 +0000 (16:38 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 1 Aug 2008 16:38:15 +0000 (16:38 +0000)
commit10a39c7e78bc5773295d9e116dba00c219cd05a2
tree2657f2cff7921cb3568ffab665a2788f95db5d8a
parent49a355d1f4ec8baadaf07b921ca90e911e7ec1dc
* (bug 13376) Use $wgPasswordSender, not $wgEmergencyContact, as return
  address for page update notification mails.

Note that $wgEmergencyContact is now not currently in active use, but could
in theory be used for some kinds of failure notifications or to provide to
users to contact in case of failure, which I think was its original intention.
Certainly it's silly to throw an "emergency" contact on auto-sent mails!

There's also a $wgNoReplyAddress, which is currently used to add a Reply-To
header on notification mails. WTF? :)

We should probably refactor all this address crap...
includes/UserMailer.php