Bug with long header value "from"
-
classes/class-s2-core.php (356):
$header['From'] = mb_encode_mimeheader($this->myname, 'UTF-8', 'Q') . " <" . $this->myemail . ">"; $header['Reply-To'] = mb_encode_mimeheader($this->myname, 'UTF-8', 'Q') . " <" . $this->myemail . ">";
longest string “from” is splitted to several rows with dilimiter “\n”.
wp-includes/pluggable.php
function wp_mail (line 266).
of all the header lines is only the first.Yes. It is bug of wordpress. Now even publishing a test email is not sent, as in Russian in the “from” substituted largish text.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Bug with long header value "from"’ is closed to new replies.