about summary refs log tree commit homepage
path: root/lib/PublicInbox/MDA.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-23 18:51:07 +0000
committerEric Wong <e@80x24.org>2015-08-24 01:15:35 +0000
commit94f2f2bd84a3569912cc27b42c21b67917333f58 (patch)
tree0b0de7e976cba848c62c888062eda2f4374d14e8 /lib/PublicInbox/MDA.pm
parent9460e8b6de77374f2eda4ff2cd0ee88bd47cea40 (diff)
downloadpublic-inbox-94f2f2bd84a3569912cc27b42c21b67917333f58.tar.gz
Relying on Email::MIME means encoding is handled transparently
for us.
Diffstat (limited to 'lib/PublicInbox/MDA.pm')
-rw-r--r--lib/PublicInbox/MDA.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/MDA.pm b/lib/PublicInbox/MDA.pm
index 16da7afa..58911081 100644
--- a/lib/PublicInbox/MDA.pm
+++ b/lib/PublicInbox/MDA.pm
@@ -4,7 +4,6 @@ package PublicInbox::MDA;
 use strict;
 use warnings;
 use Email::Address;
-use Encode qw/decode/;
 use Date::Parse qw(strptime);
 use constant MAX_SIZE => 1024 * 500; # same as spamc default, should be tunable
 use constant cmd => qw/ssoma-mda -1/;