On Mon, 17 Sep 2001 21:48:37 +0800
Stas Bekman <[EMAIL PROTECTED]> wrote:
> > If you choose to encode e-mail addresses, consider using
> > Apache::AntiSpam :)
> > http://search.cpan.org/search?dist=Apache-AntiSpam
>
> Cool, that will work well for the HTML conversion, but the docs can be
> also seen in the source format e.g. a quick search on google gives:
> http://crazyinsomniac.perlmonk.org/mod_perl/Apache-mod_perl_guide-1.27/src/
Well, it can work with any text/* Content-Type! HTMLEncode
implementation won't though.
# AntiSpam filtering is done on text/* files
return DECLINED unless ($r->content_type =~ m,^text/, && $r->is_main);
--
Tatsuhiko Miyagawa <[EMAIL PROTECTED]>