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
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
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:
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:
>