From 057e9d6ec96f5fff399161f6ce175c47e1ca4e6f Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 24 Nov 2003 18:02:02 +0000 Subject: [PATCH] disables quick reporting feature by default. This is not documented spamcop feature. See bug. 809452 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6195 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/spamcop/options.php | 16 ++++++++++------ plugins/spamcop/setup.php | 36 +++++++++++++++++++++++++++--------- 2 files changed, 37 insertions(+), 15 deletions(-) diff --git a/plugins/spamcop/options.php b/plugins/spamcop/options.php index 1e547dd2..8c4c1e0e 100755 --- a/plugins/spamcop/options.php +++ b/plugins/spamcop/options.php @@ -64,7 +64,7 @@ switch ($action) { break; } -global $spamcop_enabled, $spamcop_delete; +global $spamcop_enabled, $spamcop_delete, $spamcop_quick_report; spamcop_load(); ?> @@ -97,12 +97,14 @@ spamcop_load();