Browse Source

add checks for Messge Disposition Notifications.
Now we also identify X-Confirm-reading-To and Return-Receipt-To.

stekkel 22 years ago
parent
commit
24fd9833f7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      class/mime/Rfc822Header.class.php

+ 2 - 0
class/mime/Rfc822Header.class.php

@@ -145,6 +145,8 @@ class Rfc822Header {
 		$value = $this->stripComments($value);
 	        $this->references = $value;
 		break;
+	    case 'x-confirm-reading-to':
+	    case 'return-receipt-to':
             case 'disposition-notification-to':
 		$value = $this->stripComments($value);
                 $this->dnt = $this->parseAddress($value);