Jgreen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/138593

Change subject: check short_report_template as boolean in spamassassin local.cf 
template
......................................................................

check short_report_template as boolean in spamassassin local.cf template

Change-Id: I01e88c36498d106111f66ee5622593a3fb27fb2f
---
M modules/spamassassin/templates/local.cf
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/93/138593/1

diff --git a/modules/spamassassin/templates/local.cf 
b/modules/spamassassin/templates/local.cf
index a152519..50ba64a 100644
--- a/modules/spamassassin/templates/local.cf
+++ b/modules/spamassassin/templates/local.cf
@@ -25,7 +25,7 @@
 #
 trusted_networks <%= @trusted_networks.join(" ") %>
 
-<% if @short_report_template == 'true' then -%>
+<% if @short_report_template == true then -%>
 # short-format report template, starting with Yes/No.
 clear_report_template
 report _YESNO_, score=_SCORE_ | host: _HOSTNAME_ | scores: _TESTSSCORES(,)_ | 
autolearn=_AUTOLEARN_

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I01e88c36498d106111f66ee5622593a3fb27fb2f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Jgreen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to