> # Spam Protection for Email
> config {
> spamProtectEmailAddresses = 2
> spamProtectEmailAddresses_atSubst = (at)
> }
>
Thanks Philipp,
Now it works. I misunderstood the concept, the email address need to be
in a <a> tag. I first though it will parse all the text looking for
every word with an email format and convert it.
David