This page documents the CONFIG_CHECK configuration setting in FormMail.
Type Of Setting
CONFIG_CHECK is an OPTIONAL setting, which means...
 |
OPTIONAL |
you can change this setting if you need to, but the default
value is fine for most
circumstances.
|
Précis
Control Configuration Check.
Description
CONFIG_CHECK tells FormMail which configuration variables to check.
When a builtin check fails, you'll get an alert message telling you what's
wrong. This helps you fix your configuration and make your installation
stable and secure.
Currently, FormMail only knows how to check TARGET_EMAIL. It is tested for
the best known patterns for securing your FormMail installation.
If you're sure you've got your configuration correct and want to
stop warnings you are receiving in alert messages, you can
remove the name of the configuration variables you don't want
checked from the CONFIG_CHECK array.
$CONFIG_CHECK = array("TARGET_EMAIL");
See Also
TARGET_EMAIL
EMAIL_NAME
|