diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 15:09:33 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 15:09:33 +0000 |
commit | fbe0e146a508de5b58fdbc09211d7a21ce63734a (patch) | |
tree | b01457be991cd6e47334a172c76bc9c8cbd77ffa /conf | |
parent | 7d63c8b3cb929a5e11a6068dcc70b64e6559663f (diff) | |
download | rspamd-fbe0e146a508de5b58fdbc09211d7a21ce63734a.tar.gz rspamd-fbe0e146a508de5b58fdbc09211d7a21ce63734a.zip |
[Minor] Add newline at EOF where missing
Diffstat (limited to 'conf')
-rw-r--r-- | conf/actions.conf | 2 | ||||
-rw-r--r-- | conf/maps.d/surbl-whitelist.inc | 2 | ||||
-rw-r--r-- | conf/modules.d/bimi.conf | 2 | ||||
-rw-r--r-- | conf/modules.d/clickhouse.conf | 1 | ||||
-rw-r--r-- | conf/modules.d/multimap.conf | 1 | ||||
-rw-r--r-- | conf/modules.d/redis.conf | 2 | ||||
-rw-r--r-- | conf/modules.d/spamassassin.conf | 2 |
7 files changed, 5 insertions, 7 deletions
diff --git a/conf/actions.conf b/conf/actions.conf index a141be778..8be38230d 100644 --- a/conf/actions.conf +++ b/conf/actions.conf @@ -26,4 +26,4 @@ actions { .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/actions.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/actions.conf" -}
\ No newline at end of file +} diff --git a/conf/maps.d/surbl-whitelist.inc b/conf/maps.d/surbl-whitelist.inc index 401c1cec9..b0efda20a 100644 --- a/conf/maps.d/surbl-whitelist.inc +++ b/conf/maps.d/surbl-whitelist.inc @@ -827,4 +827,4 @@ lists.isc.org lists.roundcube.net svn.apache.org taggedmail.com -tumblr.com
\ No newline at end of file +tumblr.com diff --git a/conf/modules.d/bimi.conf b/conf/modules.d/bimi.conf index 63c0f7135..91f48b601 100644 --- a/conf/modules.d/bimi.conf +++ b/conf/modules.d/bimi.conf @@ -26,4 +26,4 @@ bimi { .include(try=true,priority=5) "${DBDIR}/dynamic/bimi.conf" .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/bimi.conf" .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/bimi.conf" -}
\ No newline at end of file +} diff --git a/conf/modules.d/clickhouse.conf b/conf/modules.d/clickhouse.conf index dc176c664..5edf710d5 100644 --- a/conf/modules.d/clickhouse.conf +++ b/conf/modules.d/clickhouse.conf @@ -12,7 +12,6 @@ # # Module documentation can be found at https://rspamd.com/doc/modules/clickhouse.html - clickhouse { # Push update when 1000 records are collected (1000 if unset) limit = 1000; diff --git a/conf/modules.d/multimap.conf b/conf/modules.d/multimap.conf index d5cd9d228..bbeb4e19c 100644 --- a/conf/modules.d/multimap.conf +++ b/conf/modules.d/multimap.conf @@ -164,4 +164,3 @@ url_tld_re { symbol = "URL_MAP_RE"; } */ - diff --git a/conf/modules.d/redis.conf b/conf/modules.d/redis.conf index 9fec0a241..eb430cbb1 100644 --- a/conf/modules.d/redis.conf +++ b/conf/modules.d/redis.conf @@ -23,4 +23,4 @@ redis { .include(try=true,priority=5) "${DBDIR}/dynamic/redis.conf" .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/redis.conf" .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/redis.conf" -}
\ No newline at end of file +} diff --git a/conf/modules.d/spamassassin.conf b/conf/modules.d/spamassassin.conf index 054443071..79f75270f 100644 --- a/conf/modules.d/spamassassin.conf +++ b/conf/modules.d/spamassassin.conf @@ -23,4 +23,4 @@ spamassassin { .include(try=true,priority=5) "${DBDIR}/dynamic/spamassassin.conf" .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/spamassassin.conf" .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/spamassassin.conf" -}
\ No newline at end of file +} |