From 52002eecf67819f03d5798a0074c35468807100c Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 24 Apr 2013 22:22:29 -0400 Subject: [PATCH] Makefile.PL: comment out Mail::Spamassassin --- Makefile.PL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index b54a83c..f7deec6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,11 +18,11 @@ WriteMakefile( 'IO::Socket::SSL'=>0, # modules for specific features 'Mail::DKIM' => 0, - 'Mail::SpamAssassin' => 0, 'File::Tail' => 0, -# 'Geo::IP' => 0, -# 'Mail::SPF' => 0, -# 'Time::TAI64' => 0, +# 'Mail::SpamAssassin' => 0, +# 'Geo::IP' => 0, +# 'Mail::SPF' => 0, +# 'Time::TAI64' => 0, }, ABSTRACT => 'Flexible smtpd daemon written in Perl', AUTHOR => 'Ask Bjoern Hansen ',