[Mailman-Users] preventing mailto and http links in archives, trimming hotmail footers etc.

2007-08-10 Thread BobLaJolla
Is there a setting to turn off the mailto and URL embedding of links in the web archive of list mail? I have added the anti-spam harvesting patch, and these are less than useful now. Also, I noticed the email addresses have a superfluous underscore prepended to them in the archives (e.g.,

Re: [Mailman-Users] antispam patch, and private archives not found

2007-08-06 Thread BobLaJolla
In a message dated 8/3/2007 2:01:15 P.M. Pacific Daylight Time, BobLaJolla writes: Hi - I've been working on the anti-spam harvest patch to dynamically X out the addresses in the mailman archives via the private.py script, but have been running across an error. After putting i

[Mailman-Users] antispam patch, and private archives not found

2007-08-03 Thread BobLaJolla
Hi - I've been working on the anti-spam harvest patch to dynamically X out the addresses in the mailman archives via the private.py script, but have been running across an error. After putting in the httpd.conf rewrite rule, I get the error: Private archive file not found This is gener

Re: [Mailman-Users] Passing the list name to the cgi scripts, called with back...

2007-07-17 Thread BobLaJolla
In a message dated 7/17/2007 1:16:45 P.M. Pacific Daylight Time, [EMAIL PROTECTED] writes: >Hi Mark - hope I don't sound obtuse, but how would I apply the above to my >backtick perl script call? Disclaimer: I am not a Perl programmer. $ENV(PATH_INFO) = "/somelist"; $listinfo_output = `

[Mailman-Users] Passing the list name to the cgi scripts, called with backticks in Perl

2007-07-17 Thread BobLaJolla
Hello, In order to utilize my site's dynamic header, footer, banner ad programs, etc., I am generating the mailman HTML enveloping content with a Perl script, and calling mailman's cgi scripts, as appropriate, using a shell command. Example below: $listinfo_output = `/usr/local/mail