]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-mail.php
Wordpress 2.0.11
[autoinstalls/wordpress.git] / wp-mail.php
index 6c62fbad6beaaa9b836fbc6050862a9321f6d388..5fb178fa1c2bb605e5b72ebb08375bb219ac0582 100644 (file)
@@ -58,7 +58,7 @@ for ($i=1; $i <= $count; $i++) :
 
                        // Set the author using the email address (To or Reply-To, the last used)
                        // otherwise use the site admin
-                       if (preg_match('/From: /', $line) | preg_match('Reply-To: /', $line))  {
+                       if (preg_match('/From: /', $line) | preg_match('/Reply-To: /', $line))  {
                                $author=trim($line);
                        if ( ereg("([a-zA-Z0-9\_\-\.]+@[\a-zA-z0-9\_\-\.]+)", $author , $regs) ) {
                                $author = $regs[1];