From da327dfa175dd609747d78345ff28b6a3662587b Mon Sep 17 00:00:00 2001 From: kink Date: Sun, 23 Mar 2003 11:39:51 +0000 Subject: [PATCH] This field does not exist in the RFC spec and is not used in the code: drop it. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4668 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- class/mime/Rfc822Header.class.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/class/mime/Rfc822Header.class.php b/class/mime/Rfc822Header.class.php index 1326c6c5..4c573366 100644 --- a/class/mime/Rfc822Header.class.php +++ b/class/mime/Rfc822Header.class.php @@ -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; } -- 2.25.1