> On Thursday 18 July 2002 03:51 CET Kenneth Porter wrote:
> > On Wed, 2002-07-17 at 16:10, Malte S. Stretz wrote:
> > > Very nice!
> > >
> > > On my website [1] I have a public e-mail address which is created every
> > > time you visit a page and contains date, time and IP of the visit. Now,
> > > finally, I got some spam on some of those dummy addresses.
> >
> > Cool! Can you share that code with the list? I'd love to add a trap like
> > that to my site.

 A very simple SSI-version:

<!--#config timefmt="%y%m%d%H%M%S" -->
fcnz-<!--#echo var="remote_addr"-->-<!--#echo var="DATE_LOCAL" -->@
<!--#echo var="server_name"-->

 It'll create output like this:
[EMAIL PROTECTED]

 fcnz is just something to match on when catching these e-mails when you get
them.

 The problem with this is that a spammer might clean these out automatically
since a) their cleaning might catch it as a message-id, or b) their software
might rule it out since there are too many numbers compared with other
characters.


        /Tony
-- 
# Per scientiam ad libertatem! // Through knowledge towards freedom! #
# Genom kunskap mot frihet! =*= (c) 1999-2002 [EMAIL PROTECTED] =*= #

    perl -e'print$_{$_} for sort%_=`lynx -source svanstrom.com/t`'



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to