Your message dated Sun, 24 May 2009 21:36:11 +0000
with message-id <[email protected]>
and subject line Bug#524640: fixed in reportbug 4.3
has caused the Debian Bug report #524640,
regarding reportbug: Please skip ACK disclaimer if sending failed
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.)


-- 
524640: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524640
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: reportbug
Version: 4.1
Severity: normal

Here's the bug report as requested on IRC:
| Sending message via /usr/sbin/sendmail...
| sendmail: RCPT TO:<[email protected]> (513 Relaying denied.)
| Original write failed, wrote bug report to 
/tmp/reportbug-wicd-20090418-21047--9CjEh
| 
| If you want to provide additional information, please wait to receive the bug
| tracking number via email; you may then send any extra information to
| [email protected] (e.g. [email protected]), where n is the bug number.
| Normally you will receive an acknowledgement via email including the bug 
report
| number within an hour.

There's no reason to speak about the ACK that shall be received when no
message is sent. People might look at the bottom line and think it went
smoothly. (Hopefully, I knew relaying was going to be denied. :p)


-- Package-specific info:
** Environment settings:
DEBEMAIL="[email protected]"

Curious. :)

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

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

Versions of packages reportbug depends on:
ii  apt                           0.7.20.2   Advanced front-end for dpkg
ii  python                        2.5.4-2    An interactive high-level object-o
ii  python-reportbug              4.1        Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
ii  debconf-utils                 1.5.26     debconf utilities
pn  debsums                       <none>     (no description available)
ii  dlocate                       0.96.1     fast alternative to dpkg -L and dp
ii  file                          5.00-1     Determines file type using "magic"
ii  gnupg                         1.4.9-4    GNU privacy guard - a free PGP rep
ii  python-gnome2-extras          2.25.3-1   Extra Python bindings for the GNOM
ii  python-gtk2                   2.14.1-2   Python bindings for the GTK+ widge
pn  python-urwid                  <none>     (no description available)
pn  python-vte                    <none>     (no description available)
ii  ssmtp [mail-transport-agent]  2.62-3     extremely simple MTA to get mail o

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 4.3

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:

python-reportbug_4.3_all.deb
  to pool/main/r/reportbug/python-reportbug_4.3_all.deb
reportbug_4.3.dsc
  to pool/main/r/reportbug/reportbug_4.3.dsc
reportbug_4.3.tar.gz
  to pool/main/r/reportbug/reportbug_4.3.tar.gz
reportbug_4.3_all.deb
  to pool/main/r/reportbug/reportbug_4.3_all.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.
Sandro Tosi <[email protected]> (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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 24 May 2009 21:54:21 +0200
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 4.3
Distribution: unstable
Urgency: low
Maintainer: Reportbug Maintainers <[email protected]>
Changed-By: Sandro Tosi <[email protected]>
Description: 
 python-reportbug - Python modules for interacting with bug tracking systems
 reportbug  - reports bugs in the Debian distribution
Closes: 152425 206318 363920 458572 489447 496083 496210 524640 525762 526628 
527994 528956 529660
Changes: 
 reportbug (4.3) unstable; urgency=low
 .
   [ Luca Bruno ]
   * reportbug/ui/gtk2_ui.py:
     - fix crash when showing menu options; Closes: #526628
     - make the textbox containing error information wider
     - implement show_report() : it allows querybts to work with gtk2 UI; thanks
       to James Vega for the report;  Closes: #525762
 .
   [ Sandro Tosi ]
   * reportbug/__init__.py
     - bump reportbug version
   * reportbug/submit.py
     - skip to show the ack message if fails to send the email to all the
       recipients; thanks to Cyril Brulebois for the report and to Carl Chenet
       for the patch; Closes: #524640
     - limit tries to max 3 (1 try + 2 retries) to deliver the message; thanks 
to
       alecs1 for the report and to Carl Chenet for the patch; Closes: #489447
   * reportbug/utils.py, bin/reportbug
     - added 'mua_exists' function to check existence of the selected MUA; 
thanks
       to Bernhard R. Link for the report and to Carl Chenet for the patch;
       Closes: #363920
   * debian/control
     - tight dependency of reportbug package to python-reportbug to be the same
       of source version
   * bin/reportbug
     - display the correct message when saving the report into a file (using the
       '-o' option); thanks to Timo Juhani Lindfors for the report and to Carl
       Chenet for the patch; Closes: #496083
     - added a menu option to detach attachment files; thanks to Michael Beattie
       for the report and to Carl Chenet for the patch; Closes: #206318
     - allow '--debug' to be used with '--kudos'; thanks to Branden Robinson for
       the report and to Carl Chenet for the patch; Closes: #152425
   * reportbug/bugreport.py
     - decode UTF-8 body text to avoid encoding issues; thanks to nathael for 
the
       report and to Carl Chenet for the patch; Closes: #496210
   * doc/README.Users
     - added explanation about what modules are needed to let GTK+ UI works;
       thanks to Leonardo Meira for the report; Closes: #527994
   * po4a/po/fr.po
     - proof-read version of French manpage; thanks to Sylvain Cherrier for the
       report and patch; Closes: #528956
   * bin/reportbug, reportbug/{bugreport.py, utils.py}
     - include debsums output into bug report; thanks to Michael Biebl for the
       report and to Carl Chenet for the patch; Closes: #458572
     - added debsums output also for --template (non interactive) executions
   * debian/{control, rules}
     - added '--install-layout=deb', to prepare for Python 2.6 introduction,
       updating python requirements to >= 2.5; thanks to Kenneth E Drake for the
       report and getting back to Debian; Closes: #529660
Checksums-Sha1: 
 27ead9fe048f39d8c69e4738a77894a5ae5c8d73 1135 reportbug_4.3.dsc
 a714d9ef5a43db5b041aa03cf9607f51cf0c60a3 192516 reportbug_4.3.tar.gz
 5078ee4cb157238ccb574b3f414b4ac39a3eef2a 118344 reportbug_4.3_all.deb
 d02af5caf9789f43346e075416e9a4a08fd6b6d4 113468 python-reportbug_4.3_all.deb
Checksums-Sha256: 
 00ff283d29f51b76732b35bf09c06f74b5064dcd52a2253a6c9923129fe95313 1135 
reportbug_4.3.dsc
 669bc33e3094507d435c705f5d804a466598b63ae51792810d55f70990fe7864 192516 
reportbug_4.3.tar.gz
 49153465179860d0fda8f41a6b1fc518924df0aad8bf8d0e322f47b378d5810a 118344 
reportbug_4.3_all.deb
 86d2faa2a15e41cfbcfdd0c4231d14eed9d4356fc2c17674c1188d0e3c499693 113468 
python-reportbug_4.3_all.deb
Files: 
 5f040348d12109b3aa4bcd90cf8e0cc0 1135 utils standard reportbug_4.3.dsc
 c4c1670567add299c773a70c9cb7ab0b 192516 utils standard reportbug_4.3.tar.gz
 5050b229628df747f294e5d6c221ea45 118344 utils standard reportbug_4.3_all.deb
 a1f8f96f518220713b0bc93fd12d5526 113468 python standard 
python-reportbug_4.3_all.deb

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

iEYEARECAAYFAkoZp8oACgkQAukwV0RN2VBkrwCdH30rWGAWlZ4fvdhtOsJofqgP
XoUAn2yqXEzYwghm630XMFkgBui7t2tk
=2S0m
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to