Your message dated Fri, 30 Jun 2006 09:02:06 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#375938: fixed in spampd 2.30-10 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: spampd Version: 2.30-9 Severity: normal Tags: patch "--config" option do not work properly, because $options{'config'} has scalar reference. Mail::SpamAassasin always fail to read config file. Please remove key from %options, or use dereference (like ${options{'config'}}). # Now, I'll attach a patch of key remove version. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-k7-smp Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) Versions of packages spampd depends on: ii adduser 3.87 Add and remove users and groups ii dpkg 1.13.22 package maintenance system for Deb ii libnet-server-perl 0.90-1 An extensible, general perl server ii lsb-base 3.1-10 Linux Standard Base 3.1 init scrip ii perl 5.8.8-6 Larry Wall's Practical Extraction ii spamassassin 3.1.3-1 Perl-based spam filter using text spampd recommends no packages. -- no debconf informationdiff -ru spampd-2.30.old/debian/patches/60-use-spampd-conf.dpatch spampd-2.30/debian/patches/60-use-spampd-conf.dpatch --- spampd-2.30.old/debian/patches/60-use-spampd-conf.dpatch 2006-06-29 12:37:38.000000000 +0900 +++ spampd-2.30/debian/patches/60-use-spampd-conf.dpatch 2006-06-29 12:44:21.000000000 +0900 @@ -5,9 +5,9 @@ ## DP: Dont open user preferences for spamassassin @DPATCH@ -diff -urNad trunk/spampd /tmp/dpep.IFxtvg/trunk/spampd ---- trunk/spampd 2006-06-13 20:06:05.000000000 +0200 -+++ /tmp/dpep.IFxtvg/trunk/spampd 2006-06-13 20:07:52.078374699 +0200 +diff -urNad spampd-2.30~/spampd spampd-2.30/spampd +--- spampd-2.30~/spampd 2006-06-29 12:42:12.531795613 +0900 ++++ spampd-2.30/spampd 2006-06-29 12:43:32.885080927 +0900 @@ -778,6 +778,7 @@ my $satimeout = 285; # SpamAssassin timeout in seconds (15s less than Postfix # default for smtp_data_done_timeout) @@ -16,15 +16,7 @@ my $user = 'mail'; # user to run as my $group = 'mail'; # group to run as my $tagall = 0; # mark-up all msgs with SA, not just spam -@@ -809,6 +810,7 @@ - relayhost => \$relayhost, - relayport => \$relayport, - pid => \$pidfile, -+ config => \$configfile, - user => \$user, - group => \$group, - maxrequests => \$maxrequests, -@@ -845,6 +847,7 @@ +@@ -845,6 +846,7 @@ 'debug|d', 'help|h|?', 'local-only|l', @@ -32,7 +24,7 @@ 'log-rules-hit|rh', 'dose', 'add-sc-header|ash', # deprecated -@@ -884,10 +887,19 @@ +@@ -884,10 +886,19 @@ $host = $tmp[0]; if ( $tmp[1] ) { $port = $tmp[1]; } @@ -53,7 +45,7 @@ $options{'auto-whitelist'} and eval { require Mail::SpamAssassin::DBBasedAddrList; -@@ -897,7 +909,11 @@ +@@ -897,7 +908,11 @@ $assassin->set_persistent_address_list_factory ($addrlistfactory); }; @@ -66,7 +58,7 @@ # thanks to Kurt Andersen for the 'uname -s' fix if ( !$options{logsock} ) { -@@ -1087,6 +1103,7 @@ +@@ -1087,6 +1102,7 @@ [B<--set-envelope-from|sef>] [B<--auto-whitelist|aw>] [B<--local-only|L>] @@ -74,7 +66,7 @@ [B<--debug|d>] B<spampd> B<--help> -@@ -1416,6 +1433,12 @@ +@@ -1416,6 +1432,12 @@ Turn off all SA network-based tests (DNS, Razor, etc).
--- End Message ---
--- Begin Message ---Source: spampd Source-Version: 2.30-10 We believe that the bug you reported is fixed in the latest version of spampd, which is due to be installed in the Debian FTP archive: spampd_2.30-10.diff.gz to pool/main/s/spampd/spampd_2.30-10.diff.gz spampd_2.30-10.dsc to pool/main/s/spampd/spampd_2.30-10.dsc spampd_2.30-10_all.deb to pool/main/s/spampd/spampd_2.30-10_all.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. Sven Mueller <[EMAIL PROTECTED]> (supplier of updated spampd 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: Thu, 29 Jun 2006 16:32:54 +0200 Source: spampd Binary: spampd Architecture: source all Version: 2.30-10 Distribution: unstable Urgency: low Maintainer: Sven Mueller <[EMAIL PROTECTED]> Changed-By: Sven Mueller <[EMAIL PROTECTED]> Description: spampd - spamassassin based SMTP/LMTP proxy daemon Closes: 375938 375939 Changes: spampd (2.30-10) unstable; urgency=low . * Fix __WARN__ handler to only use a format string when appropriate, i.e. when syslog module is above some version. (Closes: #375939) * Fix missing dereference in patch introducing the optional spampd.conf usage. It now properly dereferences $options{'config'} (Closes: #375938) Thanks go to Tatsuki Sugiura for noticing these two bugs. Files: e53748e55b4db97eb8db5887a6ac8c8d 563 mail optional spampd_2.30-10.dsc f145f9ec25a3aeb788f11b1244673ef3 14481 mail optional spampd_2.30-10.diff.gz b49f98585c55d706c2cf768d83dbeb11 53440 mail optional spampd_2.30-10_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEo+i+Dcs5RBTUBgsRAkvYAJ0dzLeI8Qd+VnmwUh4jUfzydxFOIgCeJjr8 fXAUdptNOh2znXgllMMyUGk= =3fxq -----END PGP SIGNATURE-----
--- End Message ---

