Browse Source

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 years ago
parent
commit
1e93969fcf
1 changed files with 4 additions and 0 deletions
  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;
         }