"Tokio Kikuchi" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I've uploaded a patch for pythonlib/email/Header.py > https://sourceforge.net/tracker/?func=detail&atid=384680&aid=687338&group_id =25568 > patching in the install dir would be OK because the installer > doesn't seem to overwrite it in the next make install of mailman.
Ah, that didn't seem to help ... in fact, it seems to have made it somewhat worse. Here's what I would get BEFORE the patch ... ---------------------- From: David Gibbs <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-MailScanner: Found to be clean Subject: [testlist] RE: FTP from QNTC prepends "?" to file name X-BeenThere: [EMAIL PROTECTED] X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Test List <[EMAIL PROTECTED]> List-Id: Test List <testlist.midrange.com> ---------------------- ... and here's what I get AFTER the patch ... ---------------------- From: David Gibbs <[EMAIL PROTECTED]> Subject: [testlist] RE: FTP from QNTC prepends "?" to file name Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-MailScanner: Found to be clean X-BeenThere: [EMAIL PROTECTED] X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Test List <[EMAIL PROTECTED]> List-Id: Test List <testlist.midrange.com> ---------------------- As you can see, the list prefix is now put on the next line as well. david _______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
