Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Re: [David_D] Mailing List (Arc) plug-in

Quote Reply
Re: [David_D] Mailing List (Arc) plug-in In reply to
Hi,

On our mail archive of modperl lists

http://gossamer-threads.com/archive/

we cleaned up the address using a global spam_protect:

sub { my $name = shift; $name =~ s/\@/ at /g; return $name; }

and then in the templates replace the username that is displayed with:

<%spam_protect($user_username)%>

You could have the function do something else if you didn't even want the email at all.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Mailing List (Arc) plug-in Jag 4743 Jul 18, 2002, 9:09 AM
Thread Re: [Jag] Mailing List (Arc) plug-in
ArmyAirForces 4707 Jul 18, 2002, 1:19 PM
Thread Re: [ArmyAirForces] Mailing List (Arc) plug-in
David_D 4611 Aug 20, 2002, 2:19 AM
Thread Re: [David_D] Mailing List (Arc) plug-in
Alex 4593 Aug 22, 2002, 9:13 AM
Thread Re: [Alex] Mailing List (Arc) plug-in
David_D 4572 Aug 23, 2002, 2:57 AM
Thread Re: [David_D] Mailing List (Arc) plug-in
David_D 4550 Aug 23, 2002, 6:23 AM
Thread Re: [David_D] Mailing List (Arc) plug-in
bretzke 4510 Aug 27, 2002, 1:06 PM
Post Re: [bretzke] Mailing List (Arc) plug-in
bretzke 4519 Aug 28, 2002, 8:06 AM