You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/02/27 13:50:35 UTC

[02/26] allura git commit: Improve spam config example

Improve spam config example


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/2d9bcf0e
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/2d9bcf0e
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/2d9bcf0e

Branch: refs/heads/ib/7830
Commit: 2d9bcf0ea4e08aef502166246a5a485afd5ed4f8
Parents: aa14b0d
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Thu Feb 19 15:54:35 2015 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Thu Feb 19 15:54:49 2015 +0000

----------------------------------------------------------------------
 Allura/development.ini | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/2d9bcf0e/Allura/development.ini
----------------------------------------------------------------------
diff --git a/Allura/development.ini b/Allura/development.ini
index 993c4a5..c581808 100644
--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -37,10 +37,6 @@ debug = true
 smtp_server = localhost
 smtp_port = 8826
 
-# Spam filtering service: mollom or akismet
-;spam.method = akismet
-;spam.key =
-
 error_email_from = paste@localhost
 ; Used to uniquify references to static resources, can be a timestamp or any unique value
 ; This should be updated each time you deploy (or make significant changes, like new tools, new css)
@@ -141,6 +137,14 @@ user_prefs_storage.ldap.fields.display_name = cn
 # Limit the number of emails a user can claim.
 user_prefs.maximum_claimed_emails = 20
 
+; Spam filtering service: mollom or akismet
+;spam.method = akismet
+; for akismet:
+;spam.key =
+; for mollom:
+;spam.public_key =
+;spam.private_key =
+
 # webhook.timeout = 30  # seconds, default = 30
 
 # List of pauses between retries, if hook fails (in seconds)