Hi David, > I have some serious probems with my FormMail.pl. > I need some simply way to prevent spaming using my formmail from out my > subnet.
The most simple and most efficient way is to hardcode the recipient email address into the script itself. In that case the script will always send emails to the hardcoded recipient and not to the recipient address specified in the POST or GET values passed to it. That makes the script useless to spammers. -- With best regards, Michael Stauber [EMAIL PROTECTED] Unix/Linux Support Engineer _______________________________________________ cobalt-security mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-security
