@@ -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:
}