Page MenuHomePhabricator

Mwgit
User

Projects

User is not a member of any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Tuesday

  • No visible events.

User Details

User Since
Jan 27 2023, 10:50 AM (188 w, 2 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Mwgit [ Global Accounts ]

Recent Activity

Jan 30 2023

Mwgit added a comment to T328147: Sending emails to an account containing non-US-ASCII characters fails if it also contains a period.

Doesn't the period want quoting there?

Jan 30 2023, 7:24 AM · MediaWiki-Email, MediaWiki-User-management

Jan 27 2023

Mwgit added a comment to T328147: Sending emails to an account containing non-US-ASCII characters fails if it also contains a period.

When encoding email header fields, the encoded words must not contain characters listed in "especials" in RFC 2047, section 2. This is only taken into account partially in UserMailer::quotedPrintable.
Changing the line

$replace = $illegal . '\t ?_';

to

$replace = $illegal . '\t ?_()<>@,;:"\/\[\].';

fixes the issue.

Jan 27 2023, 4:58 PM · MediaWiki-Email, MediaWiki-User-management
Mwgit renamed T328147: Sending emails to an account containing non-US-ASCII characters fails if it also contains a period from Sending emails to accounts containing non-US-ASCII characters fails if it also contains a period to Sending emails to an account containing non-US-ASCII characters fails if it also contains a period.
Jan 27 2023, 4:43 PM · MediaWiki-Email, MediaWiki-User-management
Mwgit created T328147: Sending emails to an account containing non-US-ASCII characters fails if it also contains a period.
Jan 27 2023, 4:31 PM · MediaWiki-Email, MediaWiki-User-management