[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 6.0-27-g3f2bbab

Sandro Tosi morph at debian.org
Thu Aug 25 21:45:51 UTC 2011


The following commit has been merged in the master branch:
commit 11262a318932f789a4bfbea72a0c468ac6a48b02
Author: Sandro Tosi <morph at debian.org>
Date:   Thu Aug 25 22:01:02 2011 +0200

    don't force the Envelope-From header to the From value; thanks to Francesco Poli for the report; Closes: #614880

diff --git a/debian/changelog b/debian/changelog
index a74fb0a..10b6845 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,8 +16,11 @@ reportbug (6.2) UNRELEASED; urgency=low
     - when using --src don't present the menu with possible binary packages (and
       also try to be smart and infer the version from the bin pkgs list); thanks
       to Vincent Lefevre for the report; Closes: #638616
+  * reportbug/submit.py
+    - don't force the Envelope-From header to the From value; thanks to
+      Francesco Poli for the report; Closes: #614880
 
- -- Sandro Tosi <morph at debian.org>  Wed, 24 Aug 2011 23:13:37 +0200
+ -- Sandro Tosi <morph at debian.org>  Thu, 25 Aug 2011 21:59:49 +0200
 
 reportbug (6.1) unstable; urgency=low
 
diff --git a/reportbug/submit.py b/reportbug/submit.py
index 313b47b..88e232c 100644
--- a/reportbug/submit.py
+++ b/reportbug/submit.py
@@ -339,8 +339,7 @@ def send_report(body, attachments, mua, fromaddr, sendto, ccaddr, bccaddr,
 
         faddr = rfc822.parseaddr(fromaddr)[1]
         ewrite("Sending message via %s...\n", mta)
-        pipe = os.popen('%s -f %s -oi -oem %s' % (
-            mta, commands.mkarg(faddr), jalist), 'w')
+        pipe = os.popen('%s -oi -oem %s' % (mta, jalist), 'w')
         using_sendmail = True
 
     if smtphost:

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list