1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-26 03:52:50 +02:00

Fix rspamd behavior, currently failing due to worker-fuzzy

This commit is contained in:
Pierre Jaury 2018-06-01 20:18:36 +02:00
parent 1371ba5f5e
commit 52d89b2f5d

View File

@ -7,6 +7,9 @@ RUN mkdir /run/rspamd
COPY conf/ /conf
COPY start.py /start.py
# Temporary fix to remove references to rspamd-fuzzy for now
RUN sed -i '/fuzzy/,$d' /etc/rspamd/rspamd.conf
EXPOSE 11332/tcp 11334/tcp
CMD /start.py