about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-01-10 23:50:16 +0000
committerEric Wong <e@80x24.org>2014-01-10 23:50:16 +0000
commitbf4630c098ad7159ba36dea6cfe77c4cf6806ffe (patch)
treefe3cedc95cc5376a4eeab337da1b9aa93ae76759 /Makefile.PL
parentef262d1b0139fbb56b7089a3c921087651ffa46a (diff)
downloadpublic-inbox-bf4630c098ad7159ba36dea6cfe77c4cf6806ffe.tar.gz
SpamAssassin doesn't seem to have this heuristic, but the lack of
the intended email address in To:/Cc: headers cannot be a good
sign (especially when this is a _public_ inbox).
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index b2fbb18f..5d3ee75c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -15,6 +15,7 @@ WriteMakefile(
                 'Email::MIME' => 0,
                 'Email::MIME::ContentType' => 0,
                 'Email::Filter' => 0,
+                'Email::Address' => 0,
         },
 );