git-svn-id: https://develop.svn.wordpress.org/trunk@3085 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-11-14 11:38:15 +00:00
parent f26a84a752
commit 749abafaae

View File

@ -50,9 +50,7 @@ for ($i=1; $i <= $count; $i++) :
if (preg_match('/Subject: /i', $line)) {
$subject = trim($line);
$subject = substr($subject, 9, strlen($subject)-9);
if (!preg_match('#\=\?(.+)\?Q\?(.+)\?\=#i', $subject)) {
$subject = wp_iso_descrambler($subject);
}
$subject = wp_iso_descrambler($subject);
// Captures any text in the subject before $phone_delim as the subject
$subject = explode($phone_delim, $subject);
$subject = $subject[0];