Your message dated Fri, 21 Nov 2008 21:32:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#506188: fixed in ssmtp 2.62-2.2
has caused the Debian Bug report #506188,
regarding ssmtp: unitialized memory disclosure when sending mails
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
506188: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506188
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ssmtp
Version: 2.62-2.1
Severity: normal

For a few days now, I have noticed garbage at the end of my Logwatch mails that
are sent using ssmtp.

The following short perl script made from Logwatch source code triggers the
bug:

--
#!/usr/bin/perl -w
use strict;

my $out_mime = '';

open(OUTFILE,"|/usr/sbin/sendmail -t") or die "Can't execute mailer: $!\n";
print OUTFILE "To: root\n";
print OUTFILE "From: root\n";
print OUTFILE "Subject: Logwatch for testing ssmtp garbage at the end\n";

$out_mime = "MIME-Version: 1.0\n";
$out_mime .= "Content-Transfer-Encoding: 7bit\n";
$out_mime .= "Content-Type: text/plain; charset=\"iso-8859-1\"\n\n";
print OUTFILE $out_mime;

print OUTFILE "test ##################";

close(OUTFILE);
--

Feel free to ask for more info.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-openvz-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ssmtp depends on:
ii  debconf [debconf-2.0]         1.5.24     Debian configuration management sy
ii  libc6                         2.7-16     GNU C Library: Shared libraries
ii  libgnutls26                   2.4.2-1    the GNU TLS library - runtime libr

ssmtp recommends no packages.

ssmtp suggests no packages.

-- debconf information:
  ssmtp/overwriteconfig: true
  ssmtp/mailname:
* ssmtp/mailhub: mail
* ssmtp/fromoverride: false
* ssmtp/hostname: sousmonlit.dyndns.org
* ssmtp/root: postmaster
* ssmtp/rewritedomain: sousmonlit.dyndns.org
* ssmtp/port: 25



--- End Message ---
--- Begin Message ---
Source: ssmtp
Source-Version: 2.62-2.2

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

ssmtp_2.62-2.2.diff.gz
  to pool/main/s/ssmtp/ssmtp_2.62-2.2.diff.gz
ssmtp_2.62-2.2.dsc
  to pool/main/s/ssmtp/ssmtp_2.62-2.2.dsc
ssmtp_2.62-2.2_i386.deb
  to pool/main/s/ssmtp/ssmtp_2.62-2.2_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.
Kari Pahula <[EMAIL PROTECTED]> (supplier of updated ssmtp 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.8
Date: Fri, 21 Nov 2008 10:09:02 +0200
Source: ssmtp
Binary: ssmtp
Architecture: source i386
Version: 2.62-2.2
Distribution: unstable
Urgency: medium
Maintainer: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
Changed-By: Kari Pahula <[EMAIL PROTECTED]>
Description: 
 ssmtp      - extremely simple MTA to get mail off the system to a mail hub
Closes: 506188
Changes: 
 ssmtp (2.62-2.2) unstable; urgency=medium
 .
   * NMU.
   * Make sure that a CRLF is output even when the message from stdin
     doesn't have one. Closes: #506188
Checksums-Sha1: 
 09724b7b4b6a2ebefa2449cbd52f232d7fdafde2 1091 ssmtp_2.62-2.2.dsc
 34dbe973bcd539db7c66c4c9825e104f4d2002a0 32583 ssmtp_2.62-2.2.diff.gz
 0c2c8248e6eb3e8c7ef6f5c0d60bd4cde19eb43e 49408 ssmtp_2.62-2.2_i386.deb
Checksums-Sha256: 
 8380c876d5eb4a45bbb802e2bcd4d229aa437b383c77fd5b8ab302d4f16326fd 1091 
ssmtp_2.62-2.2.dsc
 0ebcfe75cff7f894cbab5018caa59343c99fb3eb475d03be020e421139acd4a1 32583 
ssmtp_2.62-2.2.diff.gz
 a40d57bdb3841690ba6c713258b1a42a7b56b245be6582bd3fb34315136a292d 49408 
ssmtp_2.62-2.2_i386.deb
Files: 
 cf61f9f2b68f6ff48b1c2e532c33e898 1091 mail extra ssmtp_2.62-2.2.dsc
 36aaadd296ac29e51afcce6a33236695 32583 mail extra ssmtp_2.62-2.2.diff.gz
 8bab00883fcdc94de81a6505d745d2e1 49408 mail extra ssmtp_2.62-2.2_i386.deb

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

iEYEARECAAYFAkknJa8ACgkQeYl9593Atw2JwACbB26rvcUDWV72rxe6f2cqHzAi
rNYAoJ8PfrAJ05NLsjgKr0SBGDIrKAWc
=r6Eb
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to