浏览代码

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

stekkel 22 年之前
父节点
当前提交
24fd9833f7
共有 1 个文件被更改,包括 2 次插入0 次删除
  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);