From 63d31aec99509b89d06596aaf5480aec2aaf8c4a Mon Sep 17 00:00:00 2001 From: fukachan Date: Wed, 17 May 2006 12:37:17 +0000 Subject: define $REJECT_ADDR_LIST and $CHECK_MAILBODY_CKSUM variables as NULL. --- fml/etc/compat/fml4/default_config.ph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fml/etc') 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() -- cgit v1.2.1