Your message dated Sat, 23 Sep 2006 01:47:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#381322: fixed in qpsmtpd 0.32-4
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: qpsmtpd
Version: 0.32-3
Severity: normal
Tags: patch

qpsmtpd 0.32 does not handle the command "HELP" correct. Upon sending
a "HELP" command no answer is generated. This is due to an error in
lib/Qpsmtd/SMTP.pm (which is fixed in current SVN) which causes an
concatenation with an undefined value when /etc/qpsmtpd/smtpgreeting
does not exists.

In subfunction 'help' in the aforementioned file replace

  $self->respond(214,
          "This is qpsmtpd " .    
          $self->config('smtpgreeting') ? '' : $self->version,
          "See http://smtpd.develooper.com/";,
          'To report bugs or send comments, mail to <[EMAIL PROTECTED]>.');

with

  $self->respond(214,
          "This is qpsmtpd " .    
          ( $self->config('smtpgreeting') ? '' : $self->version ),
          "See http://smtpd.develooper.com/";,
          'To report bugs or send comments, mail to <[EMAIL PROTECTED]>.');

for a fix.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages qpsmtpd depends on:
ii  adduser                      3.92        Add and remove users and groups
ii  debconf                      1.5.2       Debian configuration management sy
ii  libdigest-hmac-perl          1.01-3      create standard message integrity 
ii  libmail-spf-query-perl       1:1.999.1-2 query SPF (Sender Policy Framework
ii  libmailtools-perl            1.74-0.1    Manipulate email in perl programs
ii  libnet-dns-perl              0.57-1      Perform DNS queries from a Perl sc
ii  perl                         5.8.8-6     Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]   5.8.8-6     Core Perl modules

qpsmtpd recommends no packages.

-- debconf information excluded


--- End Message ---
--- Begin Message ---
Source: qpsmtpd
Source-Version: 0.32-4

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

qpsmtpd_0.32-4.diff.gz
  to pool/main/q/qpsmtpd/qpsmtpd_0.32-4.diff.gz
qpsmtpd_0.32-4.dsc
  to pool/main/q/qpsmtpd/qpsmtpd_0.32-4.dsc
qpsmtpd_0.32-4_all.deb
  to pool/main/q/qpsmtpd/qpsmtpd_0.32-4_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.
Devin Carraway <[EMAIL PROTECTED]> (supplier of updated qpsmtpd 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: Sat, 23 Sep 2006 00:58:47 -0700
Source: qpsmtpd
Binary: qpsmtpd
Architecture: source all
Version: 0.32-4
Distribution: unstable
Urgency: low
Maintainer: Devin Carraway <[EMAIL PROTECTED]>
Changed-By: Devin Carraway <[EMAIL PROTECTED]>
Description: 
 qpsmtpd    - Flexible SMTP daemon for network-level spam detection
Closes: 381298 381322 384319 386664
Changes: 
 qpsmtpd (0.32-4) unstable; urgency=low
 .
   * Fix a backwards translation in formatting host:port for smtp-forward
     (Closes: #386664)
   * Update fr debconf translation; thanks to Steve Petruzzelo
     <[EMAIL PROTECTED]> (Closes: #381298)
   * Move suggested spamassassin plugin placement after clamav in
     /etc/qpsmtpd/plugins (Closes: #384319)
   * Apply change#642 from upstream, fixing response to HELP in SMTP
     conversation (Closes: #381322)
   * Update init.d script for LSB 3.1.0 by adding init-info section and
     status command
Files: 
 f9b595febd313739aa1d37bb923d4891 574 mail extra qpsmtpd_0.32-4.dsc
 8982ecfc4bf558851aa670524b6694f5 27103 mail extra qpsmtpd_0.32-4.diff.gz
 25ccaa318bb1b18e1526624404352b22 147648 mail extra qpsmtpd_0.32-4_all.deb

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

iD8DBQFFFPDQU5XKDemr/NIRAgDHAJ0VsoBdHJcFTbeSTAJsLD5GKm4izgCgxOfg
8LK9V12qcPtAyQ00JVb2Gsw=
=7x43
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to