This field does not exist in the RFC spec and is not used in the code: drop it.
[squirrelmail.git] / 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;
         }