Your message dated Mon, 26 Dec 2011 14:48:19 +0000
with message-id <e1rfbqd-0000vi...@franck.debian.org>
and subject line Bug#650265: fixed in dma 0.0.2010.06.17-12
has caused the Debian Bug report #650265,
regarding dma: cannot deliver mail to smtp server
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 ow...@bugs.debian.org
immediately.)


-- 
650265: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650265
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dma
Version: 0.0.2010.06.17-6
Severity: grave

DMA often fails to deliver mail to my smtp server, keeping messages
in the queue until they expire. They then fail to bounce as well.

That's why I set the severity to "grave" - it causes dataloss,
at least for me.

This is because it sometimes doesn't read the entire line
in the SMTP conversation up to \r\n. I suspect that happends when
the remote system doesn't send the entire line in one TCP packet,
which is probably unusual (it might be an anti-spam measure),
but valid. Example from strace:

10035 connect(6, {sa_family=AF_INET, sin_port=htons(25), 
sin_addr=inet_addr("194.109.6.51")}, 16) = 0
10035 read(6,  "220 smtp-vbr11.xs4all.nl ESMTP Sendmail 8.13.8", 2048) = 46
10035 write(6, "EHLO newsfeed5.news.xs4all.nl\r\n", 31) = 31
10035 read(6,  "/8.13.8; Mon, 28 Nov 2011 11:34:52 +0100 (CET)\r\n", 2048) = 48
10035 sendto(5, "<21>Nov 28 11:34:52 dma[1580fa.612b00]: remote delivery 
deferred: smtp.xs4all.nl [194.109.6.51] failed after EHLO: invalid syntax in 
reply from server", 150, MSG_NOSIGNAL, NULL, 0) = 150

As you can see, dma reads the first 46 bytes of the SMTP welcome
line, then sends an EHLO, then wants to read the reply to the EHLO
but gets the rest of the SMTP welcome line, and errors out.

Mike.



--- End Message ---
--- Begin Message ---
Source: dma
Source-Version: 0.0.2010.06.17-12

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

dma-migrate_0.0.2010.06.17-12_i386.deb
  to main/d/dma/dma-migrate_0.0.2010.06.17-12_i386.deb
dma_0.0.2010.06.17-12.debian.tar.bz2
  to main/d/dma/dma_0.0.2010.06.17-12.debian.tar.bz2
dma_0.0.2010.06.17-12.dsc
  to main/d/dma/dma_0.0.2010.06.17-12.dsc
dma_0.0.2010.06.17-12_i386.deb
  to main/d/dma/dma_0.0.2010.06.17-12_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 650...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Pentchev <r...@ringlet.net> (supplier of updated dma 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 26 Dec 2011 16:10:36 +0200
Source: dma
Binary: dma dma-migrate
Architecture: source i386
Version: 0.0.2010.06.17-12
Distribution: unstable
Urgency: low
Maintainer: Peter Pentchev <r...@ringlet.net>
Changed-By: Peter Pentchev <r...@ringlet.net>
Description: 
 dma        - lightweight mail transport agent
 dma-migrate - migration utility for the DragonFly Mail Agent's spool files
Closes: 648369 650265 650268
Changes: 
 dma (0.0.2010.06.17-12) unstable; urgency=low
 .
   * This is hopefully the last upload before the long overdue update of
     dma to a newer upstream release.
   * Fix the syntax of the dfcompat.c entry in debian/copyright.
   * Add the 44-newline patch (upstream rev. 807f777) to allow the last
     input line to not be terminated with a newline character.
     Closes: #648369
   * Add the 45-received patch to fix the format of the Received header.
     Closes: #650268
   * Add the 46-smtp-newline patch to deal with SMTP servers that may
     send a response in more than one TCP packet.  Closes: #650265
   * Amend the 13-hardening patch to also change three instances of
     strncpy() to snprintf() to ensure null-termination.
Checksums-Sha1: 
 9fc8d59cd3d93316a2e18bd4b88124d2e0c464a3 2000 dma_0.0.2010.06.17-12.dsc
 ee7a3fd14bd38d7151d6bae319213f9738108a5c 34855 
dma_0.0.2010.06.17-12.debian.tar.bz2
 7dec34784bf30fd950b4049a930e8173691db92f 54386 dma_0.0.2010.06.17-12_i386.deb
 96f661f0aa03763b030aa7b636a0fb3ce12216b7 15718 
dma-migrate_0.0.2010.06.17-12_i386.deb
Checksums-Sha256: 
 08de474d41970fc677f5e01e018fdb7a38754144d82a25ef84d86dee695b27f5 2000 
dma_0.0.2010.06.17-12.dsc
 486bea048acf77898a1b4f2765313fd2895ad9cdce5889bad584e8d22ddbac49 34855 
dma_0.0.2010.06.17-12.debian.tar.bz2
 ecd0628c0caced19cd01665712c0f85e4b4b256571da080d2e58c32be1d82778 54386 
dma_0.0.2010.06.17-12_i386.deb
 599466981959fa9f5396cb6133b41486cb62034dc38c1dba3d3758ce3f6e5640 15718 
dma-migrate_0.0.2010.06.17-12_i386.deb
Files: 
 23915f72d37b0d4b310f4516c9376719 2000 mail optional dma_0.0.2010.06.17-12.dsc
 4ca7b1707461082d320f65764c62071d 34855 mail optional 
dma_0.0.2010.06.17-12.debian.tar.bz2
 9d22ddca21248a956c11ab350f3315eb 54386 mail optional 
dma_0.0.2010.06.17-12_i386.deb
 63e1248aaa7726944deae309e6575a0f 15718 mail optional 
dma-migrate_0.0.2010.06.17-12_i386.deb

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

iQIcBAEBCAAGBQJO+IJ3AAoJEGUe77AlJ98T2AcP/jXtlk+ov3NU3yn0z0vMR3BX
gCAfwmF5RxlMflMS75+oM68Bemu8FKr0nDx0i7zDiLEbGJ8aGD/ZgleoRP4LDLJO
8EKnXZe2FQAbJV+LYHH4CaWn3bqWd5j04O7u1OB00WfWZbKTs/YeGfDiPdh6owPz
MrH1eypEOOmH4S4Usv1Wm6EMGBJDzIpGQ0awHjjIv6Cu1biMsghg90dCT3aSs1ga
uHNMfv7XDhXjCZzu5J4LAMbabb2ipTMMCeojr1Uj9pi4t87sIpxDnplWj3vxpYOU
T/jIZH689cl5CuEgk6yds+I13d5pIxTbs4qqTbY9JBEc656DUK1FlcBGk9CMfKbR
kRVIhG9cx+33BfbxJ+SzmSbG6iRLn5UrEnb2UGh+RmhAfQdP9XlKqBatDy6g7vlE
jBKeubbwEyeuUxywTO3qlrcPEZWSbBsA0/RnXM49EOprpNtNeNM63QBMkSoyFSW+
IgqUQ+EhrSaAE517XgvUfUb/13woqEkmuWL7z7lTqcuGJKjffuHTQzQ4g5kstvhE
vJTfYXzfAab4IX2tZwoEoGiD2HMb74eAtVV0N5htY/nUfws03MWflzDYB8eOdxzS
R3zqw1KXFf8m0YvknD5HoxVxJ3M3RfDETvyAaZVVXe6OFLAz64kndGjx4VXM5hwO
FpMRhzS4bsRtd1IF/aZ8
=1Ccs
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to