[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] FormMail.pl fix
- Subject: [cobalt-users] FormMail.pl fix
- From: "Dan Kriwitsky" <webhosting@xxxxxxxxx>
- Date: Mon Jul 2 07:57:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
There was previously a lot of discussion of the FormMail exploit for spam.
This appears to be a fix instead of hard coding into the form, an
allowedRecipients file is used.
http://www.mailvalley.com/formmail/
# Path to the file that specifies the list of email addresses
# The script can send emails to these addresses only
$recipientFile = '../../allowedRecipients';
--
Dan Kriwitsky