From de9895245e2f2743e3d1e51dc55ca700f3868138 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 15 Jul 2003 14:33:44 +0000 Subject: Allow non-7bit headers again (too many broken mailers out there, also for legitimate mail). --- amavis/amavisd.conf.addon | 9 +++++---- amavis/amavisd.conf.addon.in | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'amavis') diff --git a/amavis/amavisd.conf.addon b/amavis/amavisd.conf.addon index 62db9ec..a4f8d92 100644 --- a/amavis/amavisd.conf.addon +++ b/amavis/amavisd.conf.addon @@ -5,7 +5,7 @@ # /etc/local-COMMON/amavisd.conf.addon # Copyright 2002 Jonas Smedegaard # -# $Id: amavisd.conf.addon,v 1.14 2003-07-15 14:20:56 jonas Exp $ +# $Id: amavisd.conf.addon,v 1.15 2003-07-15 14:33:44 jonas Exp $ # # AMaViS configuration file addon (Debian package "amavisd-new") # @@ -20,9 +20,10 @@ @bypass_spam_checks_acl = undef; $sa_auto_whitelist = 1; -# Let's bounce everything bad as suggested (why not bad headers per default?) -$final_spam_destiny = D_BOUNCE; -$final_bad_header_destiny = D_BOUNCE; +## Let's bounce everything bad as suggested (why not bad headers per default?) +# ...or let's not (yet)... +#$final_spam_destiny = D_BOUNCE; +#$final_bad_header_destiny = D_BOUNCE; # We set Postfix timeout to 1200 for the filter, so should be safe raising it here as well $child_timeout=15*60; diff --git a/amavis/amavisd.conf.addon.in b/amavis/amavisd.conf.addon.in index 0ef3cba..8d2187f 100644 --- a/amavis/amavisd.conf.addon.in +++ b/amavis/amavisd.conf.addon.in @@ -3,7 +3,7 @@ # /etc/local-COMMON/amavisd.conf.addon # Copyright 2002 Jonas Smedegaard # -# $Id: amavisd.conf.addon.in,v 1.3 2003-07-15 14:20:56 jonas Exp $ +# $Id: amavisd.conf.addon.in,v 1.4 2003-07-15 14:33:44 jonas Exp $ # # AMaViS configuration file addon (Debian package "amavisd-new") # @@ -18,9 +18,10 @@ @bypass_spam_checks_acl = undef; $sa_auto_whitelist = 1; -# Let's bounce everything bad as suggested (why not bad headers per default?) -$final_spam_destiny = D_BOUNCE; -$final_bad_header_destiny = D_BOUNCE; +## Let's bounce everything bad as suggested (why not bad headers per default?) +# ...or let's not (yet)... +#$final_spam_destiny = D_BOUNCE; +#$final_bad_header_destiny = D_BOUNCE; # We set Postfix timeout to 1200 for the filter, so should be safe raising it here as well $child_timeout=15*60; -- cgit v1.2.3