Revert to 1.15: we don't currently use this field but it's defined
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 24 Mar 2003 14:29:06 +0000 (14:29 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 24 Mar 2003 14:29:06 +0000 (14:29 +0000)
separately by RFC 2919, so we should support it for future use.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4670 7612ce4b-ef26-0410-bec9-ea0150e637f0

class/mime/Rfc822Header.class.php

index 4c573366e3f5ebe5b8b6ec5ea4962e7cce27ec71..1326c6c538a353d7bbf2b8afbabe2aa624f472a6 100644 (file)
@@ -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;
         }