فهرست منبع

Revert to 1.15: we don't currently use this field but it's defined
separately by RFC 2919, so we should support it for future use.

Thijs Kinkhorst 22 سال پیش
والد
کامیت
1e93969fcf
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      class/mime/Rfc822Header.class.php

+ 4 - 0
class/mime/Rfc822Header.class.php

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