From f583a5ca4cbcffd3c1a61c117b97015bf042a230 Mon Sep 17 00:00:00 2001 From: websupporter Date: Fri, 9 Feb 2018 15:12:48 +0200 Subject: [PATCH] change the default value for email_notify to 0 --- antispam_bee.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antispam_bee.php b/antispam_bee.php index f19323b6..038910ea 100644 --- a/antispam_bee.php +++ b/antispam_bee.php @@ -384,7 +384,7 @@ private static function _init_internal_vars() // Advanced 'flag_spam' => 1, - 'email_notify' => 1, + 'email_notify' => 0, 'no_notice' => 0, 'cronjob_enable' => 0, 'cronjob_interval' => 0,