Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/lookup-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2016-11-07 19:02:40 +0300
committerFrank Karlitschek <frank@owncloud.org>2016-11-07 19:02:40 +0300
commitf40ecd7a78ade4bf4fd2cb37665300fdf54d865f (patch)
tree6bd1741b4caf6379eb1d892e65ef5ab9c2039cf5
parentc6ddbac115e43ffd50c1f43372befa734dc0a69f (diff)
add spam default
-rwxr-xr-xserver/config/config.sample.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/config/config.sample.php b/server/config/config.sample.php
index a199bd2..640c91b 100755
--- a/server/config/config.sample.php
+++ b/server/config/config.sample.php
@@ -41,6 +41,9 @@ define('LOOKUPSERVER_REPLICATION_INTERVAL', 900); // 15min
// ip black list. usefull to block spammers.
$LOOKUPSERVER_IP_BLACKLIST = array ('333.444.555.','666.777.888.');
+// spam black list. usefull to block spammers.
+$LOOKUPSERVER_SPAM_BLACKLIST = array ();
+
// Email sender address
define('LOOKUPSERVER_EMAIL_SENDER', 'admin@example.com');