[Pmwiki-users] email protection

Reimer Behrends behrends
Wed Feb 25 17:48:06 CST 2004


On Wed, Feb 25, 2004 at 09:07:11PM -0300, Andres Yver wrote:
> On Wednesday, February 25, 2004, at 08:23 PM, 
> Pmwiki-users-request at pmichaud.com wrote:
> >See below for a solution that uses a very simple obfuscation
> >technique. It should be easy to extend it to different things.
> >Caveat: Currently it's only been tested with pmwiki 0.5.
> Can this be directly included in config.php, or does it need to be 
> conditionally included in an if statement or as part of a $Fmt?

Sorry about not being clear enough. You should put it in a file in the
local/ directory, say, "mailto.php", and then use

  include_once("local/mailto.php");

to use it. I'll see if I can find the time to validate it against
0.6 and put it in the cookbook sometime this week.

		Reimer Behrends



More information about the pmwiki-users mailing list