Full Version: Job Offer

From: Jim (RETAIL74) [#12]
 30 Jan 2007
To: ALL

The 'free' yellow pages calls me everyday. I can't figure out how to get rid of them.

From: UncleSteve [#13]
 30 Jan 2007
To: Jim (RETAIL74) [#12] 30 Jan 2007

Easy! Tell them you will take the "Free" ad they are offering and then let them try to explain why they want $$$... (devil)

From: Dave Jones (DAVERJ) [#14]
 30 Jan 2007
To: Cody (BOBTNAILER) [#9] 31 Jan 2007

Cody, I don't know about the script you use for your contact form, but older copies of FormMail were vulnerable to being spoofed by spammers. They could send spam to a list of email addresses that they fed to the script through the form. The only drawback for the spammer was that the person who was supposed to get the contact mail also got a copy of the spam.

From: Stunt Engraver (DGL) [#15]
 30 Jan 2007
To: Dave Jones (DAVERJ) [#14] 30 Jan 2007

Dave,

What would be the cure for that, if indeed, that's what the spammers are doing?

Another script?

From: Dave Jones (DAVERJ) [#16]
 30 Jan 2007
To: Stunt Engraver (DGL) [#15] 30 Jan 2007

I don't know if his has the potential spam problem or not, but for ones that do, yes a different script is the answer.

The problem comes from generic scripts that pass the recipient email address from the web page. The more secure scripts have the recipient email address hard coded into them in a part of the script that can not be reached from the web. FormMail was a popular CGI script that is supplied by a lot of web hosts as a simple way to have a contact form. Similar scripts in other languages abound and work in similar ways, with similar vulnerabilities.

A custom PHP script with the address hard coded is typically the most secure. The next best thing is this PHP script that a friend of mine wrote, with a bit of advice from me, called "NateMail": http://www.mindpalette.com/formprocessing/index.php

It has a hidden list of recipient email addresses stored on the server and forms can only be sent one of the names you enter in that list. The list can not be accessed or overridden from the web.


Show messages: All  1-11  12-16

Back to thread list | Login

© 2024 Project Beehive Forum