Package: reportbug
Version: 3.11
Severity: important
Tags: patch

Hi,

I noticed that my bug reports were not delivered and detected this in
my mail log:

mail.info: May 10 22:38:09 qmail: 1115757489.226916 delivery 786: failure:\
213.148.129.14_does_not_like_recipient./Remote_host_said:_501_\
<[EMAIL PROTECTED],>:_malformed_address:_,>_may_not_follow_\
<[EMAIL PROTECTED]/Giving_up_on_213.148.129.14./

The reason was that reportbug added a comma after the first address
when calling sendmail, like this:
/usr/sbin/sendmail -f  '[EMAIL PROTECTED]' -oi \
 -oem  '[EMAIL PROTECTED]', '[EMAIL PROTECTED]'

After I replaced the following line in reportbug_submit.py
   jalist = ','.join(malist)
with this one:
   jalist = ' '.join(malist)
things started to work again.

My /usr/sbin/sendmail is provided by qmail 1.03-37.

-- Package-specific info:
** Environment settings:
EDITOR="fte"
DEBEMAIL="[EMAIL PROTECTED]"

** /home/calvin/.reportbugrc:
reportbug_version "3.11"
mode advanced
ui text
realname "Bastian Kleineidam"
email "[EMAIL PROTECTED]"

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-treasure2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages reportbug depends on:
ii  python2.3                     2.3.5-3    An interactive high-level object-o

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to