#4793 closed defect (bug) (invalid)
Setting the headers manually can break mail encoding in pluggable.php
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.2.2 |
Component: | I18N | Keywords: | has-patch |
Focuses: | Cc: |
Description
I have a user who says that the way pluggable.php is currently manually crafting the the mail headers can break for his setup.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=436872
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=wordpress.mail.patch;att=1;bug=436872
Attachments (1)
Change History (9)
#3
@
17 years ago
- Milestone changed from 2.4 (future) to 2.2.3
- Version changed from 2.2.1 to 2.2.2
-1 to the "attached" patch as is, because it kills the "wp_mail_from" filter.
And I agree with westi that #4296 relates, so I think backporting those changes from trunk to 2.2.x is a better solution, if we want to fix this in the 2.2.x branch as well. I've attached a patch with those changes.
#5
@
17 years ago
Well, since most of the other 2.2.x tickets say that 2.2 is no longer maintained. Was this part of the issue fixed also, or is it a duplicate?
Note: See
TracTickets for help on using
tickets.
As far as I can tell this is fixed on trunk.
I believe #4296 relates