Your message dated Sun, 16 Apr 2006 14:04:47 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#362839: fixed in spampd 2.30-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: spampd
Version: 2.30-2
Severity: grave
Justification: renders package unusable

Upon upgrading to 2.30-2 (from 2.30-1):

---
Setting up spampd (2.30-2) ...
Starting spam checking proxy daemon: spampdScalar found where operator
expected at /usr/sbin/spampd line 598, near "$status"
        (Missing semicolon on previous line?)
        syntax error at /usr/sbin/spampd line 598, near "$status"
        Global symbol "$status" requires explicit package name at
        /usr/sbin/spampd line 598.
        Global symbol "$previous_alarm" requires explicit package name
        at /usr/sbin/spam pd line 601.
        syntax error at /usr/sbin/spampd line 614, near "} else"
        Execution of /usr/sbin/spampd aborted due to compilation errors.
        invoke-rc.d: initscript spampd, action "start" failed.
---

Simple cause: two erroneous braces applied as part of the fix for
bug #344372. A trailing space was also missed in the "processing
message..." logging string.

A trivial patch is attached to this report.

Kind regards,

Adam James.
--- /usr/sbin/spampd.orig       2006-04-15 22:30:37.000000000 +0100
+++ /usr/sbin/spampd    2006-04-15 22:32:14.000000000 +0100
@@ -493,7 +493,7 @@
            if ($self->{spampd}->{pfs_uses_format}) {
                $self->log(2, "%s", "processing message $msgid for ". $recips);
            } else {
-               $self->log(2, "processing message $msgid for". $recips);
+               $self->log(2, "processing message $msgid for ". $recips);
            }
            
            
@@ -590,7 +590,7 @@
                        # thanks to Kurt Andersen for this idea
                        if ( $self->{spampd}->{rh} ) {                  
                            if ($self->{spampd}->{pfs_uses_format}) {
-                               $self->log(2, "%s", "rules hit for $msgid: " . 
$status->get_names_of_tests_hit); }
+                               $self->log(2, "%s", "rules hit for $msgid: " . 
$status->get_names_of_tests_hit);
                            } else {
                                $self->log(2, "rules hit for $msgid: " . 
$status->get_names_of_tests_hit); }
                            }
@@ -711,7 +711,7 @@
                
          if ( $self->{spampd}->{debug} ) {
            if ($self->{spampd}->{pfs_uses_format}) {
-             $self->log(2, "%s", "Destination response: '" . $destresp . "'"); 
}
+             $self->log(2, "%s", "Destination response: '" . $destresp . "'");
            } else {
              $self->log(2, "%s", "Destination response: '" . $destresp . "'"); 
}
            }

--- End Message ---
--- Begin Message ---
Source: spampd
Source-Version: 2.30-3

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-3.diff.gz
  to pool/main/s/spampd/spampd_2.30-3.diff.gz
spampd_2.30-3.dsc
  to pool/main/s/spampd/spampd_2.30-3.dsc
spampd_2.30-3_all.deb
  to pool/main/s/spampd/spampd_2.30-3_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: Fri, 14 Apr 2006 20:14:44 +0200
Source: spampd
Binary: spampd
Architecture: source all
Version: 2.30-3
Distribution: unstable
Urgency: low
Maintainer: Sven Mueller <[EMAIL PROTECTED]>
Changed-By: Sven Mueller <[EMAIL PROTECTED]>
Description: 
 spampd     - spamassassin based SMTP/LMTP proxy daemon
Closes: 362839
Changes: 
 spampd (2.30-3) unstable; urgency=low
 .
   * Fix syntax errors introduced during prior update (slipped in after test)
     Thanks for the report and fix to Adam James <[EMAIL PROTECTED]>
     (closes: #362839)
   * Remove Martin F. Krafft from the uploaders field
Files: 
 61f083eca83d1f139b43327a922d25a0 568 mail optional spampd_2.30-3.dsc
 d7f7ff04422939bb44b24573dac70e4c 11305 mail optional spampd_2.30-3.diff.gz
 b42d17266ade9ec7c74064b5dfa3f15c 50362 mail optional spampd_2.30-3_all.deb

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

iD8DBQFEQqk+Dcs5RBTUBgsRAn2XAJ9jhuGDpf1TrBSy2nmSZR1RRZD+8QCeLkNA
X+qTIX8nLGw/MP/Y0lKC3co=
=Bu76
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to