Your message dated Mon, 10 Aug 2009 16:32:46 +0000
with message-id <[email protected]>
and subject line Bug#530896: fixed in spamassassin 3.2.5-5
has caused the Debian Bug report #530896,
regarding spamassassin: Init script does not provide status action
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
530896: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530896
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: spamassassin
Version: 3.2.5-4
Severity: normal
Tags: patch

The init script action "status" is required to run spamassassin in
cluster setup (heartbet/cman). This patch adds this functionality to the
init script.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.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.12-1     NIST SHA-1 message digest algorith
ii  libhtml-parser-perl           3.60-1     collection of modules that parse H
ii  libio-zlib-perl               1.09-1.1   IO:: style interface to gzip/zlib 
ii  libnet-dns-perl               0.65-1     Perform DNS queries from a Perl sc
ii  libsocket6-perl               0.20-1     Perl extensions for IPv6
ii  libsys-hostname-long-perl     1.4-2      Figure out the long (fully-qualifi
ii  libwww-perl                   5.826-1    WWW client/server library for Perl
ii  perl                          5.10.0-22  Larry Wall's Practical Extraction 
ii  perl-modules [libio-zlib-perl 5.10.0-22  Core Perl modules

Versions of packages spamassassin recommends:
ii  gcc                           4:4.3.3-8  The GNU C compiler
ii  gnupg                         1.4.9-4    GNU privacy guard - a free PGP rep
ii  libc6-dev                     2.9-12     GNU C Library: Development Librari
ii  libio-socket-inet6-perl       2.54-1.1   Object interface for AF_INET6 doma
ii  libmail-spf-perl              2.005-1    Perl implementation of Sender Poli
ii  libsys-syslog-perl            0.27-1     Perl interface to the UNIX syslog(
ii  make                          3.81-5     The GNU version of the "make" util
ii  perl [libsys-syslog-perl]     5.10.0-22  Larry Wall's Practical Extraction 
ii  re2c                          0.13.5-1   tool for generating fast C-based r
ii  spamc                         3.2.5-4    Client for SpamAssassin spam filte

Versions of packages spamassassin suggests:
ii  libcompress-zlib-p 2.015-1               Perl module for creation and manip
ii  libdbi-perl        1.608-1               Perl5 database interface by Tim Bu
ii  libio-socket-ssl-p 1.24-1                Perl module implementing object or
ii  libmail-dkim-perl  0.33-1                cryptographically identify the sen
ii  libnet-ident-perl  1.20-5                lookup the username on the remote 
ii  perl [libcompress- 5.10.0-22             Larry Wall's Practical Extraction 
ii  pyzor              1:0.4.0+cvs20030201-8 spam-catcher using a collaborative
ii  razor              1:2.85-3              spam-catcher using a collaborative

-- no debconf information
--- spamassassin.orig   2009-05-28 19:03:32.970462391 +0200
+++ spamassassin        2009-05-28 19:04:09.871252059 +0200
@@ -31,6 +31,8 @@
 OPTIONS=""
 NICE=
 
+. /lib/lsb/init-functions
+
 test -f /etc/default/spamassassin && . /etc/default/spamassassin
 
 DOPTIONS="-d --pidfile=$PIDFILE"
@@ -73,10 +75,12 @@
 
        echo "$NAME."
        ;;
-
+  status)
+        status_of_proc -p $PIDFILE $DAEMON $NAME && exit 0 || exit $?
+        ;;
   *)
        N=/etc/init.d/$SNAME
-       echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
+       echo "Usage: $N {start|stop|restart|reload|force-reload|status}" >&2
        exit 1
        ;;
 esac

--- End Message ---
--- Begin Message ---
Source: spamassassin
Source-Version: 3.2.5-5

We believe that the bug you reported is fixed in the latest version of
spamassassin, which is due to be installed in the Debian FTP archive:

spamassassin_3.2.5-5.diff.gz
  to pool/main/s/spamassassin/spamassassin_3.2.5-5.diff.gz
spamassassin_3.2.5-5.dsc
  to pool/main/s/spamassassin/spamassassin_3.2.5-5.dsc
spamassassin_3.2.5-5_all.deb
  to pool/main/s/spamassassin/spamassassin_3.2.5-5_all.deb
spamc_3.2.5-5_i386.deb
  to pool/main/s/spamassassin/spamc_3.2.5-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Noah Meyerhans <[email protected]> (supplier of updated spamassassin package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 10 Aug 2009 12:07:10 -0400
Source: spamassassin
Binary: spamassassin spamc
Architecture: source all i386
Version: 3.2.5-5
Distribution: unstable
Urgency: low
Maintainer: [email protected]
Changed-By: Noah Meyerhans <[email protected]>
Description: 
 spamassassin - Perl-based spam filter using text analysis
 spamc      - Client for SpamAssassin spam filtering daemon
Closes: 509273 510711 530896 537477 539148
Changes: 
 spamassassin (3.2.5-5) unstable; urgency=low
 .
   * Remove open-whois.org as it is cybersquatted (Closes: #537477)
   * Update debhelper compatibility level to 7.
   * Apply patch to init script to provide a "status" command (Closes: #530896)
   * Fix missing documentation of spamc exit code 98 (Closes: #539148)
   * Backport IPv6 support for the Received header parser (Closes: #510711)
   * Fix additional pod2man errors. We're finally lintian-clean!
   * Update Standards-Version to 3.8.2 (no changes needed).
   * Fix typo in spamd manpage (Closes: #509273)
Checksums-Sha1: 
 7b4e3b99172853a4f5b90d86474450a0854e4fbe 1386 spamassassin_3.2.5-5.dsc
 d2f368c6159cea8fc66da2baf829ea0c62e1f079 45722 spamassassin_3.2.5-5.diff.gz
 26f6e469f75e965e862618d6393c5abd039701ef 1100938 spamassassin_3.2.5-5_all.deb
 9b1ad15b9ebedc42217bf05601e10d6690e51895 72866 spamc_3.2.5-5_i386.deb
Checksums-Sha256: 
 9d035f10df5e3c2348f725dd7984885c159c827c67a4dc8cca26ecd5961d1601 1386 
spamassassin_3.2.5-5.dsc
 deeced60d4659f155b75bbede33a65ac82905e9efc297d6906df1b88721a6ff5 45722 
spamassassin_3.2.5-5.diff.gz
 a27a3aa251727a5eaa5303aabbb2084fa4b21958f121856a895cc06c96080beb 1100938 
spamassassin_3.2.5-5_all.deb
 a8b7c181d92ec9aac9c6336cf00a427ffc78151fe8e987f477252ed1e37238a7 72866 
spamc_3.2.5-5_i386.deb
Files: 
 8582f6ed2f5e23c1d1baa4c98383b95f 1386 mail optional spamassassin_3.2.5-5.dsc
 315a95d620988e992886d62f29cd3982 45722 mail optional 
spamassassin_3.2.5-5.diff.gz
 7370a2d69f62fdf7464ce1518b175e48 1100938 mail optional 
spamassassin_3.2.5-5_all.deb
 e2fd6932a1cd0dea4d8262171e3bd5f1 72866 mail optional spamc_3.2.5-5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFKgEfUYrVLjBFATsMRAqMCAJ4rYiQABvL4+f5KjKJhi/q+9wwN/ACfeFRJ
JoyLGJ/UfTSSk8vOZzWg2lk=
=iU2d
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to