Преглед на файлове

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