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] 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

Re: [Mailman-Users] quote-trimming handler

2010-07-04 Thread Mark Sapiro
Rob Lingelbach wrote: >I would be very interested in hearing of various mechanisms for trimming >over-quoting, including a hold on replies that match some kind of regexp. I >know about M. Sapiro's posting at >http://mail.python.org/pipermail/mailman-users/2008-April/061227.html >which refers m

[Mailman-Users] quote-trimming handler

2010-07-04 Thread Rob Lingelbach
I would be very interested in hearing of various mechanisms for trimming over-quoting, including a hold on replies that match some kind of regexp. I know about M. Sapiro's posting at http://mail.python.org/pipermail/mailman-users/2008-April/061227.html which refers me (in the bottom link) to th