]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Add newline at EOF where missing
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 15:09:33 +0000 (15:09 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 17 Feb 2023 15:09:33 +0000 (15:09 +0000)
conf/actions.conf
conf/maps.d/surbl-whitelist.inc
conf/modules.d/bimi.conf
conf/modules.d/clickhouse.conf
conf/modules.d/multimap.conf
conf/modules.d/redis.conf
conf/modules.d/spamassassin.conf

index a141be7780bee52f69b8b2f7388d7c0b4ebb4319..8be38230d9bd1b146c7efb32f0c22d7fa2e9d13d 100644 (file)
@@ -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
+}
index 401c1cec95f4af35ad15b1ece528d8eda21bd95d..b0efda20a2179b6eba83c0ad4990edbbb2ba0d94 100644 (file)
@@ -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
index 63c0f7135a62271c0e7e6b31f397a8389e167ddc..91f48b601c984234cb5b8bdce29de2ace8124ab7 100644 (file)
@@ -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
+}
index dc176c664727b62804c706051321ae18ed45c3e4..5edf710d5fe35337551618d16bd48ad8932001e6 100644 (file)
@@ -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;
index d5cd9d228942c235b567fc96ec5a7d8fe60db3d5..bbeb4e19c1d6697181a015f50313a9be9e067448 100644 (file)
@@ -164,4 +164,3 @@ url_tld_re {
           symbol = "URL_MAP_RE";
 }
 */
-
index 9fec0a2412dce3e08995ec1ddc8e894546c5a345..eb430cbb185d27b31473487082744ef4433a9025 100644 (file)
@@ -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
+}
index 05444307118d44988b75bf6ef7093880cd60abc2..79f75270f3da48920353f637ce47e666b5c0c3b4 100644 (file)
@@ -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
+}