[wp-trac] [WordPress Trac] #21428: Bad mail subject encoding on new blog notification
WordPress Trac
wp-trac at lists.automattic.com
Tue Jul 31 14:03:00 UTC 2012
#21428: Bad mail subject encoding on new blog notification
--------------------------+-----------------------------
Reporter: TheSteelRat | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Multisite | Version: 3.4.1
Severity: normal | Keywords:
--------------------------+-----------------------------
Email subject is in Russian language. When trying to add new blog using
page http://mysite.com/wp-admin/network/site-new.php, user gets email
where subject is like - '''=??B??='''. So I was trying to find where this
bug appears. And I think, I found it.
Script tries to send notification using function
'''wpmu_welcome_notification''' on line
http://core.trac.wordpress.org/browser/tags/3.4.1/wp-includes/ms-
functions.php#L1250. But '''get_option('blog_charset')''' returns empty
string, so header is bad-generated and encoded...
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21428>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list