Mail/RFC822.php
authorEdward <edward@roojs.com>
Mon, 4 May 2015 03:23:24 +0000 (11:23 +0800)
committerEdward <edward@roojs.com>
Mon, 4 May 2015 03:23:24 +0000 (11:23 +0800)
Mail/RFC822.php

index f917252..f63319b 100644 (file)
@@ -660,7 +660,7 @@ class Mail_RFC822 {
         }
 
         $mailbox = trim($mailbox);
-        print_r(substr($mailbox, -1));exit;
+
         // Check for name + route-addr
         if (substr($mailbox, -1) == '>' && substr($mailbox, 0, 1) != '<') {
             $parts  = explode('<', $mailbox);