mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #09023
[Bug 994370] A change has been merged
Reviewed: https://reviews.mahara.org/1186
Committed: http://gitorious.org/mahara/mahara/commit/0d0d3f70ce376a4bb9dde080c13b6a6bf7d3057d
Submitter: Richard Mansfield (richardm@xxxxxxxxxx)
Branch: master
commit 0d0d3f70ce376a4bb9dde080c13b6a6bf7d3057d
Author: Hugh Davenport <hugh@xxxxxxxxxxxxxxx>
Date: Fri May 4 15:06:32 2012 +1200
Fix problem with '/' in email addresses (bug #994370)
Replace it with a '-' character
Change-Id: I92dff41a592748695c59582f69c00f000f555832
Signed-off-by: Hugh Davenport <hugh@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/994370
Title:
When handling bounce emails, some SMTP servers don't like the /
character
Status in Mahara ePortfolio:
In Progress
Bug description:
This is present in /lib/user.php, function
generate_email_processing_address, the problem occurs when a certain
userid, say 38910 is used which produces a base64 encoding with a / in
it.
Postfix (and other SMTP servers) don't like this in the extension part
of an email address. [1]
The solution would be to change the / character for another valid
email address character that isn't in the base 64 encoding.
[1] - http://www.irbs.net/internet/postfix/0501/1653.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/994370/+subscriptions
References