mbstevens said:
> It looks like a good system for those who need the really need the big
guns, but I just look at the actual spams that are coming in and add a
function to the mail program (mine is in Perl) like:
if (
($msg =~ m/asvfdv/)
|| ($msg =~ m/guests:/ )
|| ($msg =~ m|info/index.html|)
|| ($msg =~ m/-report/)
|| ($msg =~ m/-credit/)
|| ($msg =~ m/-loans/)
|| ($msg =~ m/-airline/)
)
{
die "Error: Spam strings detected. Please remove common words used in spam.";
}
You just look at the spams that are coming in and choose some part that
would be unlikely for a real poster to use. I don't really need 9700
lines of PHP for my small problems, but I can imagine there are those that
do.
Yes, 9700 lines, but how many are actual code? I believe all of the
documentation is included in those 9700 lines, along with all of the
changes and revisions. Perhaps the documentation is a useful learning
tool for those so inclined.
I'm happy that your solution works for you, but wonder how much time is
needed to monitor the results. The site I had listed gets quite a few
spam attempts every day (I get an email each time there is an attempt to
send multiple urls or any errors, perhaps missing or duplicate
information in the fields) even though the site does not do major
business. I am not the recipient of the forms, I only set the site up
and make changes to the structure, troubleshoot problems - like spammed
forms. It only took three forms with multiple urls for the board of
directors for the organization to complain about receiving them. Luckily
the functionality to stop them was already in the script, just not
activated.
I believe this thread started with an op that wasn't prepared to write
php programs but wanted to eliminate spam. This seems to be a good
option to me.
YMMV.
Regards,
--
Wayne
www.glenmeadows.us
"I cannot imagine a God who rewards and punishes the objects of his
creation, whose purposes are modeled after our own -- a God, in short,
who is but a reflection of human frailty. Neither can I believe that the
individual survives the death of his body, although feeble souls harbor
such thoughts through fear or ridiculous egotism." [Einstein]