diff options
| author | fukachan <fukachan> | 2006-05-17 12:37:17 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-05-17 12:37:17 +0000 |
| commit | 63d31aec99509b89d06596aaf5480aec2aaf8c4a (patch) | |
| tree | 7baae11fbdfe37c4d43abfa199e66727c61c0418 /fml/etc | |
| parent | 2cf96fa5541e5f9befe799e695db1329482ee724 (diff) | |
| download | fml8-63d31aec99509b89d06596aaf5480aec2aaf8c4a.tar.gz fml8-63d31aec99509b89d06596aaf5480aec2aaf8c4a.tar.bz2 fml8-63d31aec99509b89d06596aaf5480aec2aaf8c4a.zip | |
define $REJECT_ADDR_LIST and $CHECK_MAILBODY_CKSUM variables as NULL.
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/compat/fml4/default_config.ph | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/etc/compat/fml4/default_config.ph b/fml/etc/compat/fml4/default_config.ph index a8e02894..226980a2 100644 --- a/fml/etc/compat/fml4/default_config.ph +++ b/fml/etc/compat/fml4/default_config.ph @@ -384,7 +384,7 @@ $REJECT_ADDR = "root|postmaster|MAILER-DAEMON|msgs|nobody|news # list of addresses fml should reject. fml checks From: field for this but # it may be ineffective since SMTP has no general authentication method. # value: filename string -$REJECT_ADDR_LIST = "$DIR/spamlist"; +$REJECT_ADDR_LIST = "___NULL___"; # "$DIR/spamlist"; # check UNIX from to avoid mail loop. check in default. # value: 1/0 @@ -397,7 +397,7 @@ $CHECK_MESSAGE_ID = 1; # check mail body content md5 checksum to avoid mail loop # do not check it in default. # value: 1/0 -$CHECK_MAILBODY_CKSUM = 0; +$CHECK_MAILBODY_CKSUM = "___NULL___"; # obsolete today # Logs the getpeername() |
