[Rspamd] Fix metadata_exporter

[Web] Show subjet in quarantine
[Compose] Update Rspamd image
This commit is contained in:
andryyy
2019-01-17 22:00:18 +01:00
parent ae4e1358a2
commit d6efc2fcd3
9 changed files with 739 additions and 874 deletions

View File

@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
COPY settings.conf /etc/rspamd/settings.conf
COPY docker-entrypoint.sh /docker-entrypoint.sh
COPY ratelimit.lua /usr/share/rspamd/lua/ratelimit.lua
COPY metadata_exporter.lua /usr/share/rspamd/lua/metadata_exporter.lua
ENTRYPOINT ["/docker-entrypoint.sh"]