Author: lalinsky
Description:
When somebody edits a Talk page for an user, which doesn't have an e-mail address set in MediaWiki, it will try to send the notification e-mail to "UserName <>". This generates incorrect e-mail headers, so mail servers will usually return the message as undelivered. As an example:
From: Mail Delivery System <[email protected]>
Date: August 5, 2008 12:54:52 PM PDT
To: [email protected]
Subject: Mail failure - malformed recipient addressA message that you sent contained one or more recipient addresses
that were
incorrectly constructed:Nikki <>: missing or malformed local part
This address has been ignored. There were no other addresses in your
message, and so no attempt at delivery was possible.
- This is a copy of the headers that were received before the
error
was detected.To: Nikki <>
Subject: MusicBrainz Wiki page User talk:Nikki has been changed by
CatCat
MIME-Version: 1.0
Content-type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Mailer: MediaWiki mailer
From: WikiAdmin <[email protected]>
Reply-To: [email protected]
Message-Id: <[email protected]>
Sender: ",,," <[email protected]>
X-rewrote-sender: [email protected]
Date: Tue, 05 Aug 2008 19:54:52 +0000
Ideally, MediaWiki should check if the user has an e-mail address and not try to send the e-mail if they don't.
Thanks,
Lukas
Version: 1.12.x
Severity: normal