Package: amavisd-new
Version: 20030616p10-5
Severity: important
Tags: patch

When using ldap for lookup maps and using spam_lovers_ldap the daemon
cannot be restarted. If one tries to start it with the debug option the
following message appears:

[EMAIL PROTECTED] [/usr/sbin] amavisd-new debug
Error in config file /etc/amavis/amavisd.conf: Global symbol
"$spam_lovers_ldap" requires explicit package name at
/etc/amavis/amavisd.conf line 809.


The errors results from some variables not beeing initialized at the beginning 
of the code. Michael Hall wrote a patch for it. Here it is:

--- 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(

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages amavisd-new depends on:
ii  adduser                       3.59       Add and remove users and groups
ii  file                          4.12-1     Determines file type using "magic"
ii  libarchive-tar-perl           1.22-1     Archive::Tar - manipulate tar file
ii  libarchive-zip-perl           1.14-1     Module for manipulation of ZIP arc
ii  libcompress-zlib-perl         1.33-3     Perl module for creation and manip
ii  libconvert-tnef-perl          0.17-4     Perl module to read TNEF files
ii  libconvert-uulib-perl         1.0.3-2    Perl interface to the uulib librar
pn  libdigest-md5-perl                       Not found.
ii  libmailtools-perl             1.62-1     Manipulate email in perl programs
pn  libmime-base64-perl                      Not found.
ii  libmime-perl                  5.415-2    Perl5 modules for MIME-compliant m
ii  libnet-perl                   1:1.19-1   Implementation of Internet protoco
ii  libnet-server-perl            0.87-2     An extensible, general perl server
ii  libunix-syslog-perl           0.100-4    Perl interface to the UNIX syslog(
ii  perl [libtime-hires-perl]     5.8.4-5    Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]    5.8.4-5    Core Perl modules

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to