[Mailman-Developers] senddigests -> LookupError: unknown encoding

2003-01-24 Thread VLists.Net Support
A couple days ago our digests stopped going out automatically. I forced it to run this morning via a special cron entry and received the following report. Can anyone give me a clue as to where to go find out what's happening?Thanks. Traceback (most recent call last): File "/usr/home/circle

Re: Re[2]: [Mailman-Developers] mailmanctl and syslog

2003-01-24 Thread Barry A. Warsaw
> "LR" == Luigi Rosa <[EMAIL PROTECTED]> writes: LR> Mybe I should rephrase my question. LR> Would'nt it be better if mailman can log either in a logfile LR> or in a user configurable SysLog facility? LR> I mean, for each logfile that mm creates, could it be possible LR>

[Mailman-Developers] Re: senddigests -> LookupError: unknownencoding

2003-01-24 Thread VLists.Net Support
After playing with this a bit, I've found that it's specificly because of the Windows-1252 charset not being recognized. The linefeed/tab in the header didn't make any difference as it choked on another message that didn't have the linefeed/tab, but was also Windows-1252 charset. Now... a new pr

[Mailman-Developers] Fw: [ham] Mailman: cross-site scripting bug

2003-01-24 Thread Michael Meltzer
saw this on bugtraq, figuried it was a good idea to relay here. MJM - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 24, 2003 9:35 AM Subject: [ham] Mailman: cross-site scripting bug > > > Product: Mailman > Affected Version: 2.1 not other

Re: [Mailman-Developers] Fw: [ham] Mailman: cross-site scriptingbug

2003-01-24 Thread Tokio Kikuchi
Hmm, Looks this is the cause of problem in Cgi/options.py # Avoid cross-site scripting attacks safeuser = Utils.websafe(user) # Sanity check the user, but be careful about leaking membership # information when we're using private rosters. if not mlist.isMember(user) and mlist.

Re: [Mailman-Developers] Re: senddigests -> LookupError: unknownencoding

2003-01-24 Thread Tokio Kikuchi
VLists.Net Support wrote: After playing with this a bit, I've found that it's specificly because of the Windows-1252 charset not being recognized. The linefeed/tab in the header didn't make any difference as it choked on another message that didn't have the linefeed/tab, but was also Windows-1252