Gossamer Forum
Home : General : Perl Programming :

Help killing spam

Quote Reply
Help killing spam
Within one week, on a simple link submission script (not like Links here) I got almost 15,000 links! I am soo pissed!

Does anyone know of a resource or script I can use to snag these spammers so I can at least find out where in the hell they are coming from???

It has to be in perl. Thanks for any assistance.

-Norm
Quote Reply
Re: Help killing spam In reply to
You should add:

$ENV{'REMOTE_HOST'}

and

$ENV{'HTTP_REFERER'}

to the email that get's sent to you. Then you can see what host these additions are coming from, and possibly what referring page is sending them.

Hope that helps,

Alex