Re: [Mailman-Users] quote-trimming handler

2010-07-05 Thread Rob Lingelbach
On Jul 5, 2010, at 11:50 AM, Mark Sapiro wrote: > This time, it's really attached (renamed Quoting.py.txt to get through > content filtering) This will be a lot of fun to look at and implement. Holding the message is a much better option than a rejection. And now I know how to sneak suitable

Re: [Mailman-Users] quote-trimming handler

2010-07-05 Thread Mark Sapiro
Mark Sapiro wrote: > >The attached Quoting.py ... This time, it's really attached (renamed Quoting.py.txt to get through content filtering) -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan # Copyright (C) 2010 by the Fre

Re: [Mailman-Users] quote-trimming handler

2010-07-05 Thread Mark Sapiro
Rob Lingelbach wrote: > >the specific recipe for rejecting a message with overquoting was this one >below. The weighting of quoted versus non-quoted lines, represented by the >numbers 20 and -10, was arrived at by trial and error, and as I recall, was >fairly lenient toward quoting so as not to

Re: [Mailman-Users] filtering based on message content

2010-07-05 Thread Mark Sapiro
Russell Clemings wrote: >I've had a request from the boss to filter incoming messages to some of our >lists based on the message content. Specifically, the request is to hold all >messages containing the third of George Carlin's seven words (and presumably >by extension also the sixth), which a co

[Mailman-Users] filtering based on message content

2010-07-05 Thread Russell Clemings
I've had a request from the boss to filter incoming messages to some of our lists based on the message content. Specifically, the request is to hold all messages containing the third of George Carlin's seven words (and presumably by extension also the sixth), which a couple of our subscribers seem

Re: [Mailman-Users] Mailman 2.1.13 and Unicode

2010-07-05 Thread Mark Sapiro
Ulf Dunkel wrote: >I wonder if there is any simple way to have my Mailman 2.1.13 strings >set to Unicode (UTF-8). For English language lists, it should be as simple as putting add_language('en', 'English (USA)', 'utf-8', 'ltr') in mm_cfg.py. This has not been done in the distribution for supe

Re: [Mailman-Users] full list of members

2010-07-05 Thread Mark Sapiro
On 7/5/2010 4:56 AM, marc celier wrote: > > I had a quick view on the faq but could not see an answer for what > I'm trying to do, apologies if this has been asked before. > > How can I see the list of all members in only one page, currently all > members are listed in alpabetical order A, B,C ..

[Mailman-Users] full list of members

2010-07-05 Thread marc celier
Hi guys, I had a quick view on the faq but could not see an answer for what I'm trying to do, apologies if this has been asked before. How can I see the list of all members in only one page, currently all members are listed in alpabetical order A, B,C I have to click on a letter to see t

Re: [Mailman-Users] quote-trimming handler

2010-07-05 Thread Rob Lingelbach
On Jul 4, 2010, > Actually, that FAQ link used to go to the specific article which is now > at before the FAQ was moved. > > That FAQ discusses how to install custom handlers to do these kinds of > things. Thank you, I'll see if I can work up an understanding of i

[Mailman-Users] Mailman 2.1.13 and Unicode

2010-07-05 Thread Ulf Dunkel
I wonder if there is any simple way to have my Mailman 2.1.13 strings set to Unicode (UTF-8). I have seen that the Mailman 3.0 announcements even talk about an end to the "Unicode story", but as I am no early starter and am glad to finally have 2.1.13 running fine here, I would like to get som