Re: [Mailman-Users] Adding exception to html-stripping in the archive

2002-07-31 Thread Laurence Berland
begin quote from Laurence Berland on Wednesday 31 July 2002 12:04 pm > I've already written code that filters the messages on their way to the > archiver, substituting based on regular expressions. It does this in the > Queue/ArchRunner.py file, in just about the last spot bef

[Mailman-Users] Adding exception to html-stripping in the archive

2002-07-31 Thread Laurence Berland
I've already written code that filters the messages on their way to the archiver, substituting based on regular expressions. It does this in the Queue/ArchRunner.py file, in just about the last spot before the actual archiver gets called. It can't go in the archiver, because it needs to be able

[Mailman-Users] Extending mailman (adding config options)

2002-07-17 Thread Laurence Berland
Those of you following my previous emails (lamentably unanswered so far) will already know that I'm trying to extend mailman to add color-coded graphics to the archives to parse logwatch emails and such more efficiently. I'd like to have this configurable from the archive options page, so I was

Fwd: Re: [Mailman-Users] Modifying mailman to filter archived messages

2002-07-16 Thread Laurence Berland
I'm currently thinking the _get_body function in HyperArch.py would be the most ideal place to do this sort of thing, but I'm really not positive. Any tips? Thanks, Laurence On Monday 15 July 2002 11:10 am, Laurence Berland wrote: > All, > I'm trying to modify mai

[Mailman-Users] Modifying mailman to filter archived messages

2002-07-15 Thread Laurence Berland
g the code, and intend to read through quite a bit of it to figure all this out, but if anyone could at least point me in the right direction it'd make me very happy. Thanks for your help, Laurence Berland -- Mailman-Users mailing lis

[Mailman-Users] Modifying mailman to filter archived messages

2002-07-15 Thread Laurence Berland
d intend to read through quite a bit of it to figure all this out, but if anyone could at least point me in the right direction it'd make me very happy. Thanks for your help, Laurence Berland --- -