瀏覽代碼

Revert to 1.15: we don't currently use this field but it's defined
separately by RFC 2919, so we should support it for future use.

Thijs Kinkhorst 22 年之前
父節點
當前提交
1e93969fcf
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      class/mime/Rfc822Header.class.php

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

@@ -199,6 +199,10 @@ class Rfc822Header {
                 $value = $this->stripComments($value);
                 $this->mlist('help', $value);
                 break;
+            case 'list-id':
+                $value = $this->stripComments($value);
+                $this->mlist('id', $value);
+                break;
             default:
                 break;
         }