Your message dated Sat, 20 Jan 2007 01:32:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#391909: fixed in spamass-milter 0.3.1-3 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: spamass-milter Version: 0.3.1-2 Severity: normal Tags: patch Startup init script creates the directory '/spamass.sock' instead of '/var/run/sendmail'. 'dirname' utility should be user instead of 'basename' one. The patch is below. =================================8<============================================= --- spamass-milter.old 2006-10-09 18:40:47.000000000 +0700 +++ spamass-milter 2006-10-09 17:32:32.000000000 +0700 @@ -52,8 +52,8 @@ case "$1" in start) echo -n "Starting $DESC: " - if [ ! -d $(basename $SOCKET) ]; then - mkdir -p $(basename $SOCKET); + if [ ! -d $(dirname $SOCKET) ]; then + mkdir -p $(dirname $SOCKET); fi; start-stop-daemon --start -p $PIDFILE --exec $DAEMON -- -P $PIDFILE -f -p $SOCKET $OPTIONS =================================8<============================================= -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17 Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R) Versions of packages spamass-milter depends on: ii libc6 2.3.6.ds1-5 GNU C Library: Shared libraries ii libgcc1 1:4.1.1-15 GCC support library ii libmilter0 8.13.8-2 Sendmail Mail Filter API (Milter) ii libstdc++6 4.1.1-15 The GNU Standard C++ Library v3 ii spamc 3.1.4-1 Client for SpamAssassin spam filte Versions of packages spamass-milter recommends: ii sendmail 8.13.8-2 powerful, efficient, and scalable ii spamassassin 3.1.4-1 Perl-based spam filter using text -- no debconf information
--- End Message ---
--- Begin Message ---Source: spamass-milter Source-Version: 0.3.1-3 We believe that the bug you reported is fixed in the latest version of spamass-milter, which is due to be installed in the Debian FTP archive: spamass-milter_0.3.1-3.diff.gz to pool/main/s/spamass-milter/spamass-milter_0.3.1-3.diff.gz spamass-milter_0.3.1-3.dsc to pool/main/s/spamass-milter/spamass-milter_0.3.1-3.dsc spamass-milter_0.3.1-3_i386.deb to pool/main/s/spamass-milter/spamass-milter_0.3.1-3_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. Don Armstrong <[EMAIL PROTECTED]> (supplier of updated spamass-milter 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.7 Date: Mon, 1 Jan 2007 11:07:17 -0800 Source: spamass-milter Binary: spamass-milter Architecture: source i386 Version: 0.3.1-3 Distribution: unstable Urgency: low Maintainer: Don Armstrong <[EMAIL PROTECTED]> Changed-By: Don Armstrong <[EMAIL PROTECTED]> Description: spamass-milter - milter for filtering mail through spamassassin Closes: 391789 391909 Changes: spamass-milter (0.3.1-3) unstable; urgency=low . * Use dirname instead of basename (closes: #391909) * Add RUNAS option to change the user that spamass-milter runs as. * Automatically detect postfix installs, and change the PID, SOCKET, and SOCKETMODE options accordingly (closes: #391789) Thanks to Zach Sadecki and Marco d'Itri for testing this fix. Files: 54a8f4411c9158a3a9e1658b07e6d4cb 610 mail extra spamass-milter_0.3.1-3.dsc 07ae64d0c649d7ea093450a4dd355093 29110 mail extra spamass-milter_0.3.1-3.diff.gz d0b7b905a996b3cc89ecc7757d0e5f60 48650 mail extra spamass-milter_0.3.1-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFsXBagcCJIoCND9ARAjGGAJ490qJX74EpfPTiIno2uGrdaisHnACeJ1sh F//reG2fWeFyPPx6jEwDj5E= =Aeq8 -----END PGP SIGNATURE-----
--- End Message ---

