Browse Source

[Minor] Add newline at EOF where missing

tags/3.5
twesterhever 1 year ago
parent
commit
fbe0e146a5

+ 1
- 1
conf/actions.conf View 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"
}
}

+ 1
- 1
conf/maps.d/surbl-whitelist.inc View File

@@ -827,4 +827,4 @@ lists.isc.org
lists.roundcube.net
svn.apache.org
taggedmail.com
tumblr.com
tumblr.com

+ 1
- 1
conf/modules.d/bimi.conf View 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"
}
}

+ 0
- 1
conf/modules.d/clickhouse.conf View 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;

+ 0
- 1
conf/modules.d/multimap.conf View File

@@ -164,4 +164,3 @@ url_tld_re {
symbol = "URL_MAP_RE";
}
*/


+ 1
- 1
conf/modules.d/redis.conf View 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"
}
}

+ 1
- 1
conf/modules.d/spamassassin.conf View 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"
}
}

Loading…
Cancel
Save