Package: spamassassin
Version: 3.3.1-1~bpo50+1
Severity: minor


-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages spamassassin depends on:
pn  libarchive-tar-perl      <none>          (no description available)
ii  libdigest-sha1-perl      2.11-2+b1       NIST SHA-1 message digest algorith
ii  libhtml-parser-perl      3.56-1+lenny1   A collection of modules that parse
ii  libnet-dns-perl          0.63-2          Perform DNS queries from a Perl sc
ii  libnetaddr-ip-perl       4.007+dfsg-2+b1 Manipulate IP Addresses easily
ii  libsocket6-perl          0.20-1          Perl extensions for IPv6
ii  libsys-hostname-long-per 1.4-2           Figure out the long (fully-qualifi
ii  libwww-perl              5.813-1+lenny2  WWW client/server library for Perl
ii  perl                     5.10.0-19lenny2 Larry Wall's Practical Extraction 
ii  perl-modules [libio-zlib 5.10.0-19lenny2 Core Perl modules

Versions of packages spamassassin recommends:
ii  gcc                      4:4.3.2-2       The GNU C compiler
ii  gnupg                    1.4.9-3+lenny1  GNU privacy guard - a free PGP rep
ii  libc6-dev                2.7-18lenny6    GNU C Library: Development Librari
ii  libio-socket-inet6-perl  2.54-1          Object interface for AF_INET6 doma
ii  libmail-spf-perl         2.005-1         Perl implementation of Sender Poli
ii  libsys-syslog-perl       0.26-1          Perl interface to the UNIX syslog(
ii  make                     3.81-5          The GNU version of the "make" util
ii  re2c                     0.13.5-1        tool for generating fast C-based r
ii  spamc                    3.3.1-1~bpo50+1 Client for SpamAssassin spam filte

Versions of packages spamassassin suggests:
ii  libcompress-zlib-perl         2.012-1    Perl module for creation and manip
ii  libdbi-perl                   1.605-1    Perl5 database interface by Tim Bu
pn  libio-socket-ssl-perl         <none>     (no description available)
ii  libmail-dkim-perl             0.32-1     cryptographically identify the sen
pn  libnet-ident-perl             <none>     (no description available)
ii  pyzor                         1:0.5.0-2  spam-catcher using a collaborative
ii  razor                         1:2.85-1   spam-catcher using a collaborative

-- no debconf information

Running /etc/cron.daily/spamassassin this download updates but does not compile 
and do not reload spamassassin.
Because not match the default directory of sa-update and directory searched for 
the script.

....
sa-update:
      --updatedir path        Directory to place updates, defaults to the
                              SpamAssassin site rules directory
                              (default: /var/lib/spamassassin/3.003001) <---- 
the directory does not match
sa-compile:
      --updatedir=path        Directory to place updates
                              (default: 
/var/lib/spamassassin/compiled/<perlversion>/3.003001)
....

do_compile() {
# Compile, if rules have previously been compiled, and it's possible
    if [ -x /usr/bin/re2c -a -x /usr/bin/sa-compile \
        -a -d /var/lib/spamassassin/compiled ]; then                    <---- 
the directory does not match
        sa-compile --quiet
        # Fixup perms -- group and other should be able to
        # read and execute, but never write.  Works around
        # sa-compile's failure to obey umask.
        if [ -d /var/lib/spamassassin ]; then
            chmod -R go-w,go+rX /var/lib/spamassassin/
        fi
    fi
}

....

This run to my:

diff /etc/cron.daily/spamassassin /etc/cron.daily/spamassassin.local
a64c64
< sa-update
---
> sa-update --updatedir=/var/lib/spamassassin/compiled



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to