From 6892efbc863becb43342dc0d85bebfd3c01bbdc2 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Wed, 5 Dec 2007 22:03:20 +0000 Subject: [PATCH] Fixed editing of settings in config files --- spam/spam-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spam/spam-lib.pl b/spam/spam-lib.pl index b60a6c1ce..c5f7c5cdb 100644 --- a/spam/spam-lib.pl +++ b/spam/spam-lib.pl @@ -18,7 +18,7 @@ if ($module_info{'usermin'}) { } } $database_userpref_name = $remote_user; - $include_config_files = $config{'readfiles'}; + $include_config_files = !$config{'mode'} || $config{'readfiles'}; $add_to_db = 1; } else {