On 1/3/06, "Martin v. Löwis" <[EMAIL PROTECTED]> 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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to