Stephen J. Turnbull wrote:
>
>It's almost a trivial patch; in the email/Generator.py file find the
>keyword argument continuation_ws='\t' to the Header initialization and
>change the '\t' to ' '.
This is an incomplete solution. See Mailman/Handlers/CookHeaders.py.
You really need to patch the pr
elieve you'll have to restart Mailman, but
Python will pick up the change automagically.
>
>
> ----- Original Message -
> Subject: Re: [Mailman-Users] Mailman Splitting Subject
> Date: Thu, 24 May 2007 14:21:53 -0700 (PDT)
> From: [EMAIL PROTECTED] (Carl Zwanzig
* Lloyd F. Tennison <[EMAIL PROTECTED]>:
> I saw that, but it is not really an answer as te problem is that it is
> inserting a
> TAB, not whitespace,
Tab is a whitespace character, isn't it?
--
Ralf Hildebrandt (i.A. des IT-Zentrums) [EMAIL PROTECTED]
Charite - Universitätsmedizin Be
In a flurry of recycled electrons, Lloyd F. Tennison wrote:
> I saw that, but it is not really an answer as te problem is that it is
> inserting a
> TAB, not whitespace, and that is what is causing the problem. A carriage
> return and spaces would be fine. The tab is what most clients cannot
>
] Mailman Splitting Subject
Date: Thu, 24 May 2007 14:21:53 -0700 (PDT)
From: [EMAIL PROTECTED] (Carl Zwanzig)
In a flurry of recycled electrons, Lloyd F. Tennison wrote:
> Am having a problem where Mailman is splitting a subject and adding a "\n"
> and what seems to be a tab in the
In a flurry of recycled electrons, Lloyd F. Tennison wrote:
> Am having a problem where Mailman is splitting a subject and adding a "\n"
> and what seems to be a tab in the subject line in the mail logs.(The tab is
> what can be seen in the headers after the message is sent.) This of course,
>
Am having a problem where Mailman is splitting a subject and adding a "\n"
and what seems to be a tab in the subject line in the mail logs.(The tab is
what can be seen in the headers after the message is sent.) This of course,
makes for a wrong display in mail clients. They only thing I can se