[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#712066: marked as done (reportbug: Add documentation on resending saved reportbug files to man page)



Your message dated Tue, 22 Dec 2020 11:20:11 +0000
with message-id <E1krfi7-0006St-RT@fasolo.debian.org>
and subject line Bug#712066: fixed in reportbug 7.9.0
has caused the Debian Bug report #712066,
regarding reportbug: Add documentation on resending saved reportbug files to man page
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 owner@bugs.debian.org
immediately.)


-- 
712066: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712066
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: reportbug
Version: 6.4.4
Severity: normal
Tags: patch

Having many times over the years ended up with a saved reportbug file
due to local email config issues, and always stuggled to find the
runes to resend it easily later, I thought it worth adding some info
to the man page on this subject. 

Attached is a patch doing that.

This problem afflicts many so a bit more help on the man page seems a
good idea. I notice that the reportbug template for this package adds
advice on getting local email going. Perhaps that should go in the
manpage too?


-- Package-specific info:
** Environment settings:
EDITOR="jed"
EMAIL="wookey@wookware.org"

** /home/wookey/.reportbugrc:
smtphost reportbug.debian.org:587
header "X-Debbugs-CC: wookey@wookware.org"
no-cc

-- System Information:
Debian Release: wheezy/sid
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-35-generic (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- Configuration Files:
/etc/reportbug.conf changed [not included]

-- no debconf information
--- man/reportbug.1~	2013-03-12 22:45:53.000000000 +0000
+++ man/reportbug.1	2013-06-12 14:58:09.000000000 +0000
@@ -310,7 +310,8 @@
 both headers and mail body. If you want to use it as a template to
 create a new bug report, then you have to remove all the headers (mind
 the \fBSubject\fP one, though) and start the report at the
-\fBPackage\fP pseudo-header.
+\fBPackage\fP pseudo-header. You can send this file later with
+/usr/sbin/sendmail -t < FILE
 .TP
 .B \-O, \-\-offline
 Disable all external queries.  Currently has the same effect as
@@ -526,6 +527,22 @@
 should be a valid \fBhttp\fP URL for a proxy server, including any
 required port number (simply specifying a hostname, or omitting a port
 other than 80, WILL NOT WORK).
+.SH SAVED REPORTBUG FILES
+Reportbug sends its reports by email. If there is a problem when it
+tries to send the mail, or you used -o FILE to explicitly save the
+mail, then you end up with a local file containing the whole mail (the
+bugreport, any attachments, and headers containing sender and
+recipient info.
+.TP
+Problems sending reportbug emails are common because port 25 is often 
+blocked on the network and/or local email sending is not configured,
+which is increasingly common on desktop machines. If there is a
+problem sending the finished email, then it is saved in /tmp/ and the
+filename printed.
+.TP
+Once you have configured an MTA (to accept and deliver locally-sent
+mail)  on the local machine, you can deliver the bug report again with 
+.B /usr/sbin/sendmail -t < /tmp/reportbug-filename
 .SH NOTES
 .B reportbug
 should probably be compatible with other bug tracking systems, like

--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 7.9.0
Done: Nis Martensen <nis.martensen@web.de>

We believe that the bug you reported is fixed in the latest version of
reportbug, 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 712066@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nis Martensen <nis.martensen@web.de> (supplier of updated reportbug 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Tue, 22 Dec 2020 11:39:14 +0100
Source: reportbug
Architecture: source
Version: 7.9.0
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers <debian-reportbug@lists.debian.org>
Changed-By: Nis Martensen <nis.martensen@web.de>
Closes: 328531 702107 712066 813660 819570 855172 867269 910712 975398
Changes:
 reportbug (7.9.0) unstable; urgency=medium
 .
   [ Roderich Schupp ]
   * reportbug/ui/gtk_ui.py: fix crash with Python 3.9 (Closes: #975398)
 .
   [ Guillem Jover ]
   * reportbug/debbugs.py: Only Cc debian-boot on overrides on priority changes
   * reportbug/debbugs.py: Add appropriate usertags for overrides
   * reportbug/debbugs.py: Add golang as a known section for overrides
 .
   [ Nis Martensen ]
   * bin/reportbug, reportbug/ui/*: unify yes_no question mark handling
   * bin/reportbug: wrap exceedingly long string lines
   * bin/reportbug: add -r / --resume-saved option (Closes: #328531, #702107)
   * man/reportbug.1, bin/reportbug: document new --resume-saved option
     (Closes: #712066)
   * man/reportbug.1: various minor manpage updates
   * reportbug/submit.py: clarify what to do with saved reports (Closes: #867269)
   * reportbug/ui/text_ui.py: preserve newlines in long_message()
   * reportbug/ui/gtk_ui.py: unify newlines in long_message()
   * reportbug/ui/urwid_ui.py: unify newlines in long_message()
   * reportbug/debbugs.py: include and pre-select default in menus
     (Closes: #855172)
   * add autopkgtest: debian/tests/control, debian/tests/runnable
   * conf/reportbug.conf, man/reportbug.conf.5: do not mention outfile
   * reportbug.conf, utils.py: add draftpath config file option
   * reportbug/submit.py: drop newlines from final_message text
   * bin/reportbug: error out if reportbug has no way to submit
     (Closes: #813660)
   * bin/reportbug: clarify comment about offline setting (Closes: #910712)
   * bin/reportbug: skip tags prompt with -r and mode > NOVICE
   * bin/reportbug: add missing replyto argument when just saving
     (Closes: #819570)
   * bin/reportbug: move MTA check from main() into UI()
   * debian/control: update standards-version (no changes needed)
   * reportbug/ui/gtk_ui.py: truncate long messages to avoid crashing
Checksums-Sha1:
 a02b0a4ab7504fbd6c5801e52e148b0ec400d4c1 1883 reportbug_7.9.0.dsc
 2e63a442da89d01c3b97c0f5c5ae235a56c72735 201468 reportbug_7.9.0.tar.xz
 b3d1e8099f229c6c96841c0080f93ee93bfd5ad1 7522 reportbug_7.9.0_amd64.buildinfo
Checksums-Sha256:
 9a33d7ad442a1a9b889d9cec514cc3aab97a1a2379a9224abe45741f3872ba52 1883 reportbug_7.9.0.dsc
 b323b3dd0d35f578c6e32ec9ebdbea332d6d903f9a0cc23bfb5bb59d0ec21411 201468 reportbug_7.9.0.tar.xz
 070b6750a76a5cdd09f717f77d090e52b4355cccfbd20df1a924f3f041241d1f 7522 reportbug_7.9.0_amd64.buildinfo
Files:
 a9a3b708609b09f3c5d7bf11545f9b3a 1883 utils standard reportbug_7.9.0.dsc
 09f2c5db34f33bae556fbc40c3f22915 201468 utils standard reportbug_7.9.0.tar.xz
 d871f183bd91c58076a77f7189b1b546 7522 utils standard reportbug_7.9.0_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEElwagcOR0bw2C8YAgINUE/crqn1AFAl/h0B8ACgkQINUE/crq
n1DJvg//W8PjAwhwBhlcra6RWqNL7628ukF4zlFooYa4rgiXlfJcX5eI/WhOGgOF
g5Go75YRo1CCcI8DbgU3dsLxRY4xabdD07cGcANbquXg6dl6BOinW3ZBae5ZQTU7
RjAko7QQTYx4p5HuhWaD+CZg6me+9oLPY48pFZ6QA/2OpJXUM3+QJDp6UIYx65LO
VlNBV6ubS69tOfBPeq24/5NloXAoFTijakRWFiiAsWC4cYGg7Sr5tQZX8jmgolaW
3cc8zcr9i+vqU7uk6Dw5Tva+1aEv7Mco1pGeZesBPqIK2q+DTg/Fx1zETGe6osL3
bGwVUJ/2ItM98M/GACYswzZFI809yGBY6mVrMIUWf0tpDQ3vBWPInbslyRCidryj
A0rfw95uPu+5iXBhD+cet96I3HosVzTCNVAwY9ryIAozu8lCw+oLZYEmRLRRoze8
Cnmfxdii++eU0fv1nR7s+Vmi/dLkQLhMyF8XrCwnIEvU5VqK7YqNa/Mqgzx36Ntm
eVObQlDF4d4Rl0IziVBYKYks/Q0mx2RNNxoXTCjFNMepMXpDda3jiFGBtLZ0fYLs
HCspm8UOik17bg1rDwX/xrmtIo8N122ONcEdhdCUOhbGLlKFnnKtySCi95O47WX4
vWMn55S3wmCb2zyC/Isk2tiWYRf2Kv3f9iHK3Sjvp191UwKqyE4=
=uAZN
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: