[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] FormMail.pl fix



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