mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #08998
[Bug 994370] [NEW] When handling bounce emails, some SMTP servers don't like the / character
Public bug reported:
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
** Affects: mahara
Importance: Low
Assignee: Hugh Davenport (hugh-catalyst)
Status: In Progress
** Tags: bite-sized
** Changed in: mahara
Status: New => Triaged
** Changed in: mahara
Status: Triaged => In Progress
--
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
Follow ups
References