Jgreen has submitted this change and it was merged.

Change subject: disable Bayes auto-learn for OTRS now that the db is working 
well
......................................................................


disable Bayes auto-learn for OTRS now that the db is working well

Change-Id: I660c0f867283dd8c3cf92b88b7a3769fa901a7a0
---
M manifests/role/otrs.pp
1 file changed, 1 insertion(+), 3 deletions(-)

Approvals:
  Jgreen: Checked; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/otrs.pp b/manifests/role/otrs.pp
index 934da8b..a22efe4 100644
--- a/manifests/role/otrs.pp
+++ b/manifests/role/otrs.pp
@@ -75,9 +75,7 @@
     class { 'spamassassin':
         required_score => '3.5',
         use_bayes => '1',
-        # 20140425 jgreen enabled bayes_auto_learn to populate the bayes db
-        # after a bug(?) corrupted it 
-        bayes_auto_learn => '1',
+        bayes_auto_learn => '0',
         short_report_template => 'true',
         spamd_user => 'otrs',
         spamd_group => 'otrs',

-- 
To view, visit https://gerrit.wikimedia.org/r/130333
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I660c0f867283dd8c3cf92b88b7a3769fa901a7a0
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Jgreen <jgr...@wikimedia.org>
Gerrit-Reviewer: Jgreen <jgr...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to