On 2013-02-19 07:44, Daniel Shahaf wrote:
> Will this break any use-cases? (eg: do some people send commit mails to
> mailing lists configured to reject Precedence:bulk inbound mails?)
>
> Would it be better to allow the user to set arbitrary headers? Example
> UI for mailer.py.conf:
>
>[he
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:
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
Will this break any use-cases? (eg: do some people send commit mails to
mailing lists configured to reject Precedence:bulk inbound mails?)
Would it be better to allow the user to set arbitrary headers? Example
UI for mailer.py.conf:
[headers]
Precedence: bulk
X-SVN-Id: %(repos_basename
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
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:
>
6 matches
Mail list logo