This field does not exist in the RFC spec and is not used in the code: drop it.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 23 Mar 2003 11:39:51 +0000 (11:39 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 23 Mar 2003 11:39:51 +0000 (11:39 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4668 7612ce4b-ef26-0410-bec9-ea0150e637f0

class/mime/Rfc822Header.class.php

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