about summary refs log tree commit homepage
path: root/scripts/import_vger_from_mbox
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-02-23 18:33:34 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-02-28 18:53:29 +0000
commitaece46bdf0af3dce045797c2e897a0088e4324a5 (patch)
tree1d5b0050d24e4c101be3cc806b890082bbdedf86 /scripts/import_vger_from_mbox
parent18d3c1d54b96e6410c108ccac63e926a6451b18b (diff)
downloadpublic-inbox-aece46bdf0af3dce045797c2e897a0088e4324a5.tar.gz
It works around some bugs in older Email::MIME which we'll
find useful.
Diffstat (limited to 'scripts/import_vger_from_mbox')
-rw-r--r--scripts/import_vger_from_mbox3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/import_vger_from_mbox b/scripts/import_vger_from_mbox
index 13084835..8f0ec7cd 100644
--- a/scripts/import_vger_from_mbox
+++ b/scripts/import_vger_from_mbox
@@ -5,8 +5,7 @@ use strict;
 use warnings;
 use Getopt::Long qw/:config gnu_getopt no_ignore_case auto_abbrev/;
 use Date::Parse qw/str2time/;
-use Email::MIME;
-$Email::MIME::ContentType::STRICT_PARAMS = 0; # user input is imperfect
+use PublicInbox::MIME;
 use PublicInbox::Inbox;
 use PublicInbox::V2Writable;
 use PublicInbox::Import;