Guardian Digital Inc. >
InfoCenter >
Mailing List Archives >
Amavis
Amavis Mailing List Archive
On Tue, Dec 21, 2004 at 11:03:20AM +0100, Timo Veith wrote:
> Am Dienstag 21 Dezember 2004 05:59 schrieb Michael Hall:
> > Haven't heard any feedback as to if it fixed the problem or not, if so
> > here is a more complete patch as it appears a couple of other variables
> > were not declared either ($bypass_banned_checks_ldap &
> > $bypass_header_checks_ldap).
>
> Did you forget to attach the 2nd more completer patch? I would like to
> test it.
--- amavisd.orig Mon Dec 20 12:36:29 2004
+++ amavisd Mon Dec 20 20:43:38 2004
@@ -193,11 +193,14 @@
$viruses_that_fake_sender_re
@lookup_sql_dsn $sql_key_fieldname
$sql_select_policy $sql_select_white_black_list
- $enable_ldap $default_ldap $virus_lovers_ldap
- $banned_files_lovers_ldap $bypass_virus_checks_ldap
- $bypass_spam_checks_ldap $spam_tag_level_ldap
- $spam_tag2_level_ldap $spam_kill_level_ldap
- $spam_modifies_subj_ldap $local_domains_ldap
+ $enable_ldap $default_ldap
+ $virus_lovers_ldap $spam_lovers_ldap
+ $banned_files_lovers_ldap $bad_header_lovers_ldap
+ $bypass_virus_checks_ldap $bypass_spam_checks_ldap
+ $bypass_banned_checks_ldap $bypass_header_checks_ldap
+ $spam_tag_level_ldap $spam_tag2_level_ldap $spam_kill_level_ldap
+ $spam_modifies_subj_ldap $spam_quarantine_to_ldap
+ $local_domains_ldap
%local_domains @local_domains_acl $local_domains_re
)],
'notifyconf' => [qw(
--
Too much Garlic is a contradiction in terms!
Mike Hall,
System Admin - Rock Island Communications <mikeh@rockisland.com>
System Admin - riverside.org, ssdd.org <mhall@riverside.org>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/
|