From 0ed964cc851735c16ddf50743087e3f401afb07d Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 18 Oct 2003 19:43:41 +0000 Subject: [PATCH] Fixed removed &PerlMail::Config::audit_init(). --- perlmail-accept | 1 - 1 file changed, 1 deletion(-) diff --git a/perlmail-accept b/perlmail-accept index 4f5fcb5..0213a48 100755 --- a/perlmail-accept +++ b/perlmail-accept @@ -678,7 +678,6 @@ die "GetOptions error" if !Getopt::Long::GetOptions( # "Excessive arguments" checked in &inetd die "Missing mode" if !$opt_mode; -PerlMail::Config::audit_init(); %alternates_host=map((lc($_)=>1),@alternates_host); %dnsbl_whitelist=map(( $_ =>1),@dnsbl_whitelist); -- 1.8.3.1