[Python-Dev] slight inconsistency in svn checkin email subject lines
Neal Norwitz
nnorwitz at gmail.com
Tue Jan 3 23:25:22 CET 2006
On 1/3/06, "Martin v. Löwis" <martin at v.loewis.de> wrote:
>
> I tried to, but couldn't. I'll be sending the mailer.py and mailer.conf
> files in a private mail. I can't see anything wrong in that code.
>
> Perhaps mailman is adding the spaces?
I looked into this briefly. I saw something like:
if prefix:
subject = prefix + ' ' + self.subject
else:
subject = self.subject
My guess is that there needs to be stripping for prefix and
self.subject. I don't know the code well, but that's all I could come
up with. I didn't see any extra spaces in mailer.conf IIRC.
n
More information about the Python-Dev
mailing list