Pārlūkot izejas kodu

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

Thijs Kinkhorst 22 gadi atpakaļ
vecāks
revīzija
d175c69777
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  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;
         }