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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]