From bf4630c098ad7159ba36dea6cfe77c4cf6806ffe Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 10 Jan 2014 23:50:16 +0000 Subject: reject messages if ORIGINAL_RECIPIENT is not specified 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). --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') 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, }, ); -- cgit v1.2.3-24-ge0c7