Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
1e93969fcf
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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;
         }