瀏覽代碼

This field does not exist in the RFC spec and is not used in the code: drop it.

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

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

@@ -199,10 +199,6 @@ 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;
         }