Re: Bug in mailer.py

2013-02-18 Thread olli hauer
On 2013-02-18 22:51, Daniel Shahaf wrote: > r1447513 fixes the bug you originally reported, Nick. > > Peelman, Nick wrote on Mon, Feb 18, 2013 at 16:40:57 -0500: >> While you're in there :) >> >> I was seeing a few more spam points than i liked, and a coupe of them were >> easy fixes: >> >>de

Re: Bug in mailer.py

2013-02-18 Thread Daniel Shahaf
r1447513 fixes the bug you originally reported, Nick. Peelman, Nick wrote on Mon, Feb 18, 2013 at 16:40:57 -0500: > While you're in there :) > > I was seeing a few more spam points than i liked, and a coupe of them were > easy fixes: > >def mail_headers(self, group, params): Can you send t

Re: Bug in mailer.py

2013-02-18 Thread Peelman, Nick
While you're in there :) I was seeing a few more spam points than i liked, and a coupe of them were easy fixes: def mail_headers(self, group, params): from email import Utils subject = self.make_subject(group, params) try: subject.encode('ascii') except UnicodeError:

Re: Bug in mailer.py

2013-02-18 Thread Daniel Shahaf
Agreed. This was introduced in r1439592. You can use r1439591 for now; I'll commit your fix shortly. Thanks! Peelman, Nick wrote on Mon, Feb 18, 2013 at 15:55:40 -0500: > Using mailer.py fetched from: > http://svn.apache.org/repos/asf/subversion/trunk/tools/hook-scripts/mailer/ > > Running: >

Bug in mailer.py

2013-02-18 Thread Peelman, Nick
Using mailer.py fetched from: http://svn.apache.org/repos/asf/subversion/trunk/tools/hook-scripts/mailer/ Running: > root@svn:/home/svn/agsync/hooks# ./mailer.py commit /home/svn/agsync/ 8160 > ../conf/mailer.conf > Traceback (most recent call last): > File "./mailer.py", line 1444, in >