Date: Sat, 1 Dec 2001 09:51:22 -0500 (EST) From: Jim Weeks <jim@siteplus.net> To: freebsd-isp@FreeBSD.ORG Subject: Re: whats up? 955451787 Message-ID: <Pine.BSF.4.21.0112010943010.5056-100000@veager.jwweeks.com> In-Reply-To: <200111300244.fAU2iHP27363@host.server01.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Well, I guess here's to wondering. I have had a recent rash of spammers sending "GET" strings to formmail.cgi located in various virtual host cgi-bins on my servers. I guess I am not the only one that has had this problem :( I have solved the problem for now by placing the following code directly under #!/usr/bin/perl if ($ENV{'REQUEST_METHOD'} eq 'GET') { print "Content-type: text/html\n\n"; print "No using us for spam please!"; exit; } This is fairly easy to implement system wide without disrupting individual configuration. If anyone has a better solution I would like to here it. Thanks, -- Jim Weeks On Thu, 29 Nov 2001 bioyf@aol.com wrote: > Below is the result of your feedback form. It was submitted by > (bioyf@aol.com) on Thursday, November 29, 2001 at 21:44:17 > --------------------------------------------------------------------------- > > : Hey, what's up, yall? I found a site and if you want to meet people and talk to people on webcam, you should check this out. They're now giving members totally free memberships! You don't even need your own webcam. You can watch live videos of family, friends, or anybody! What is there to lose?<br><a href="http://lllil.com/livewebcam">http://lllil.com/livewebcam > <br><br><br><br></a>To take yourself off my mailing list <a href="http://lllil.com/list-off>click here</a>.<br><br><br>692463637 > > --------------------------------------------------------------------------- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0112010943010.5056-100000>