![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I would like to do a response form on one of my sites instead of posting an e-mail address for spammers. I've taken a couple of examples from sites, but the code looks clunky and non-conformant to my inexperienced eye. Also, on the sites I've found you can get the e-mail address simply by viewing the page source. It seems to me there should be a way to hide that, but as I say I'm hardly an expert. |
|
Can anyone recommend a good site to use as a pattern? Needless to say, I'd like it to be as easy to maintain and standards compliant as possible. |
#3
| |||
| |||
|
|
I would like to do a response form on one of my sites instead of posting an e-mail address for spammers. I've taken a couple of examples from sites, but the code looks clunky and non-conformant to my inexperienced eye. Also, on the sites I've found you can get the e-mail address simply by viewing the page source. It seems to me there should be a way to hide that, but as I say I'm hardly an expert. Can anyone recommend a good site to use as a pattern? Needless to say, I'd like it to be as easy to maintain and standards compliant as possible. --RC |
#4
| |||
| |||
|
|
A very simple method, that I am sure will be worked around by the spam harvesters, is to replace the characters in the email address with their letter codes. |
|
In my case, I use spam assassin, and even with my email address posted I am only receiving 1 or 2 spam messages in any given week. |
#5
| |||
| |||
|
|
If you have a limited menu of contact addresses on the server side, then they can be specified by a nickname from the script, without revealing the true email address. Read the notes that come with the NMS re-engineered formmail script. Although you'll find that many hosters will refuse to host anything whose name resembles "formmail" (the spammers are permanently scanning for them). |
#6
| |||
| |||
|
|
On Sat, 12 Mar 2005 12:32:29 +0000, "Alan J. Flavell" <flavell (AT) ph (DOT) gla.ac.uk> posted: If you have a limited menu of contact addresses on the server side, then they can be specified by a nickname from the script, without revealing the true email address. Read the notes that come with the NMS re-engineered formmail script. |
|
Although you'll find that many hosters will refuse to host anything whose name resembles "formmail" (the spammers are permanently scanning for them). But you can rename the script... |
#7
| |||
| |||
|
|
Although you'll find that many hosters will refuse to host anything whose name resembles "formmail" (the spammers are permanently scanning for them). |
|
But you can rename the script... |
|
You might keep your service provider quiet for a while, if you called it something different from the names that are routinely searched for. |
#8
| |||
| |||
|
|
I was thinking of the situation of using a better script, like the NMS one used in a sensible manner, and renaming it to avoid the ire of idiot hosts who just want to outlaw something called formail regardless of what it actually was. |
|
Interestingly, as I use the NMS script in that manner myself, I notice my web logs show attempts to find other well-known bad scripts from time to time, |
|
but they don't look for that one. |
#9
| |||
| |||
|
|
I would like to do a response form on one of my sites instead of posting an e-mail address for spammers. I've taken a couple of examples from sites, but the code looks clunky and non-conformant to my inexperienced eye. Also, on the sites I've found you can get the e-mail address simply by viewing the page source. It seems to me there should be a way to hide that, but as I say I'm hardly an expert. Can anyone recommend a good site to use as a pattern? Needless to say, I'd like it to be as easy to maintain and standards compliant as possible. --RC I use a simple javascript routine to write the address in DHTML - so far |
![]() |
| Thread Tools | |
| Display Modes | |
| |