Your message dated Sat, 22 Mar 2014 05:18:25 +0000
with message-id <[email protected]>
and subject line Bug#742047: fixed in nmh 1.5-release-6
has caused the Debian Bug report #742047,
regarding nmh: send calls spost with -mhlproc, which spost does not recognize
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.)


-- 
742047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742047
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nmh
Version: 1.5-release-0.2
Severity: normal
Tags: patch

Dear Maintainer,

I'm reporting a problem with spost.

   * What led up to the situation?

     Not sure.  Maybe an upgrade to nmh?

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

     I have a script that calls

          send -draftfolder +delay4 -draftmessage 1

     and similar, via cron job at need.

   * What was the outcome of this action?

     Send failed with a message from spost saying that -mhlproc is unknown.

   * What outcome did you expect instead?

     Delivery of mail

I believe the attached patch repairs the problem: I have copied lines
from post.c into spost.c so that the -mhlproc switch can be handled.

I could not build a new package because the nmh-1.5-release source
package does not build out of the box (looks like it is failing some
valgrind tests).   Therefore, as you will see, I have overwritten the
spost binary on my system.

Please check the patch, and if you believe in it, adopt it and pass it
upstream. 


N Ramsey


-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (500, 'stable'), (500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_US.utf8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nmh depends on:
ii  libc6         2.13-38+deb7u1
ii  libdb5.1      5.1.29-5
ii  liblockfile1  1.09-5
ii  libsasl2-2    2.1.25.dfsg1-6+deb7u1
ii  libssl1.0.0   1.0.1e-2+deb7u4
ii  libtinfo5     5.9-10
ii  netbase       5.0

Versions of packages nmh recommends:
ii  postfix [mail-transport-agent]  2.9.6-2

Versions of packages nmh suggests:
pn  exmh     <none>
pn  mh-book  <none>
pn  mh-e     <none>

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/lib/mh/spost (from nmh package)
diff --git a/uip/spost.c b/uip/spost.c
index 4133f86..3a5050d 100644
--- a/uip/spost.c
+++ b/uip/spost.c
@@ -67,6 +67,8 @@ struct swit switches[] = {
     { "library directory", -7 },
 #define	ANNOSW              21
     { "idanno number", -6 },
+#define MHLPROCSW		 22
+    { "mhlproc", -3 },
     { NULL, 0 }
 };
 
@@ -319,6 +321,12 @@ main (int argc, char **argv)
 		    if (!(cp = *argp++) || *cp == '-')
 			adios (NULL, "missing argument to %s", argp[-2]);
 		    continue;
+
+		case MHLPROCSW:
+		    if (!(cp = *argp++) || *cp == '-')
+			adios (NULL, "missing argument to %s", argp[-2]);
+		    mhlproc = cp;
+		    continue;
 	    }
 	}
 	if (msg)

--- End Message ---
--- Begin Message ---
Source: nmh
Source-Version: 1.5-release-6

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

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.
Alexander Zangerl <[email protected]> (supplier of updated nmh 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: SHA512

Format: 1.8
Date: Sat, 22 Mar 2014 14:26:46 +1000
Source: nmh
Binary: nmh
Architecture: source amd64
Version: 1.5-release-6
Distribution: unstable
Urgency: low
Maintainer: Nick Rusnov <[email protected]>
Changed-By: Alexander Zangerl <[email protected]>
Description: 
 nmh        - set of electronic mail handling programs
Closes: 742047
Changes: 
 nmh (1.5-release-6) unstable; urgency=low
 .
   * applied patch for -mhlproc with spost (closes: #742047)
Checksums-Sha1: 
 e93edbf17c8bd0ad393c7f70e5c79afbcbe9d095 1206 nmh_1.5-release-6.dsc
 668cf9a8cc79b893d2ef3cdd0e3790ef9a971c64 18832 nmh_1.5-release-6.debian.tar.xz
 b580543eeb469222ca677de0981699606649da69 963090 nmh_1.5-release-6_amd64.deb
Checksums-Sha256: 
 0b753681e432f5f93d31464a369e793368ab00d98a909cdd22efecb49b2c1ec7 1206 
nmh_1.5-release-6.dsc
 24e44d8f0536a62b02a2f7ce4786bd5d8d71ecfb697c6fda539461a4fe09ff7e 18832 
nmh_1.5-release-6.debian.tar.xz
 2aad82c53b4102e5bb27095aec109fd1cd46c1b69a5c83a913939a45f7b00d9e 963090 
nmh_1.5-release-6_amd64.deb
Files: 
 07755bdcc2e3debc155fa85bd3a2fb72 1206 mail optional nmh_1.5-release-6.dsc
 d9a69d9f06df98a4bb9c7df7737f8e1d 18832 mail optional 
nmh_1.5-release-6.debian.tar.xz
 86e198f796c6218d2cac3ae719dea179 963090 mail optional 
nmh_1.5-release-6_amd64.deb

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

iF4EAREKAAYFAlMtF60ACgkQ+bKELRvb2DzXpAD/Tsveb1Yy8sOtd38OP0fAcSt0
N42LX5X2WYyZiGg6iqgBAJ96eLxRvJwzVhCTDyY2UAQZT7WCI+U5txg7oWqZmxj+
=VsW6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to