about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-06-15 00:14:29 +0000
committerEric Wong <e@80x24.org>2016-06-15 00:30:04 +0000
commit975a1b174d40fd957ed869e9ff68f3c6dd6f37df (patch)
treea6484ef33025577dfe9fc1e5d3d092bade5d9cff /Makefile.PL
parentc1abb946e53e4179666ebb290e31c2d9ddc40711 (diff)
downloadpublic-inbox-975a1b174d40fd957ed869e9ff68f3c6dd6f37df.tar.gz
This removes the Email::Filter dependency as well as the
signature-breaking scrubber code.  We now prefer to
reject unacceptable messages and grudgingly (and blindly)
mirror messages we're not the primary endpoint for.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 4f253125..0cba59d2 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -18,7 +18,6 @@ WriteMakefile(
                 # We also depend on git.
                 # Keep this sorted and synced to the INSTALL document
                 'Date::Parse' => 0,
-                'Email::Filter' => 0,
                 'Email::MIME' => 0,
                 'Email::MIME::ContentType' => 0,
                 'Email::Simple' => 0,