소스 검색

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;
         }