From 3cda6050b7c8f73e7fd86f88efc5cd42d0c13f73 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 3 Mar 2016 03:16:58 +0000 Subject: use raw header for Message-ID Message-IDs should not be MIME encoded, but in case they are, use the raw form for compatibility with ssoma and possibly other tools. This prevents a potential problem where a malicious client could confuse our storage layer into indexing incorrect contents. --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 85822031..904b6adf 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -22,6 +22,7 @@ WriteMakefile( 'Email::Filter' => 0, 'Email::MIME' => 0, 'Email::MIME::ContentType' => 0, + 'Email::Simple' => 0, 'Encode::MIME::Header' => 0, 'File::Path::Expand' => 0, 'IPC::Run' => 0, -- cgit v1.2.3-24-ge0c7