[Rspamd] Minor fixes

This commit is contained in:
andryyy
2020-04-12 13:09:09 +02:00
parent dc3eb44544
commit 655c9b4eba
4 changed files with 2 additions and 1459 deletions

View File

@@ -23,7 +23,6 @@ RUN apt-get update && apt-get install -y \
&& chown _rspamd:_rspamd /run/rspamd
COPY settings.conf /etc/rspamd/settings.conf
COPY neural.lua /usr/share/rspamd/plugins/neural.lua
COPY docker-entrypoint.sh /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"]

View File

@@ -104,7 +104,7 @@ touch /etc/rspamd/custom/global_mime_from_blacklist.map \
/etc/rspamd/custom/bad_words.map \
/etc/rspamd/custom/bad_asn.map \
/etc/rspamd/custom/bad_words_de.map \
/etc/rspamd/custom/bulk_headers.map
/etc/rspamd/custom/bulk_header.map
# www-data (82) group needs to write to these files
chown _rspamd:_rspamd /etc/rspamd/custom/

File diff suppressed because it is too large Load Diff