View Full Version : How do you stop spams like these?
lorien1973
Oct 18th 2006, 9:00 am
Hi
look
that never think it possible for someone else to outthink
<insert viagra or some other drug price list>
A cab took me about ten blocks away. I waited until it
there. Pieces of plastic flew out of the back wall and
and official forms from the rack above my head. My right
Where it just uses random words or sentences. Is there a way to stop these at a server level?
PayItForward
Oct 18th 2006, 9:48 am
You create a script that checks referrer, user-agent, and IP address then updates .htaccess to ban them.
Do you need some help creating one of these? What website are you trying to do this on?
lorien1973
Oct 18th 2006, 9:53 am
I have no idea how to do all that. Its on my mail server not the http side. Emails, so I figure it'd have to happen on that level right? You can't stop mails from .htaccess can you?
edD
Oct 18th 2006, 5:42 pm
I have no idea how to do all that. Its on my mail server not the http side. Emails, so I figure it'd have to happen on that level right? You can't stop mails from .htaccess can you?
Can't say I have the answer but editing your .htaccess file would be useless since it's a mail server thing, not an apache thing.
You're best bet is probably just to use the best spam filters available. The other alternative is probably writing your own scripts to talk to the mail server.
I'm not sure if you'd do it on the SMTP side or the POP side, but either way your scripting language would have to have the permissions to fool around with your mail stuff, which likely will not be the case on a virtual server.
lorien1973
Oct 18th 2006, 5:44 pm
In short, its probably easier to hit the delete key and accept the fact I can't stop them?
PayItForward
Oct 18th 2006, 6:02 pm
In short, its probably easier to hit the delete key and accept the fact I can't stop them?
You could write a simple filter that looks for words like "viagra" or "online perscriptions", etc. It wouldn't take long to compile a pretty sweet list of words that would drastically reduce spam. What are the odds your friends are going to email you talking about viagra? slim to none, so it works out good :D
lorien1973
Oct 18th 2006, 6:04 pm
I do that already, but these mails use an image and a bunch of random words/phrases which makes it a lot harder.
Michael_Goldman
Oct 18th 2006, 6:14 pm
just buy their viagra once! have some compassion for the spammers :D
lorien1973
Oct 18th 2006, 6:21 pm
It's you who is spamming, me isnt it?:P
Michael_Goldman
Oct 18th 2006, 6:26 pm
just buy the viagra it's good :p
hgsupb
Oct 18th 2006, 11:37 pm
have you ever tried to use a blacklist for your mail server? I won't guaranty that it will cut all spam, but will help a lot.
edD
Oct 19th 2006, 12:08 pm
have you ever tried to use a blacklist for your mail server? I won't guaranty that it will cut all spam, but will help a lot.
I was gonna suggest spamassasin. It lets you define blacklists.
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.