Merge pull request #488 from ofthesun9/1.5

Fix rspamd behavior, currently failing due to worker-fuzzy for 1.5
This commit is contained in:
kaiyou
2018-06-03 17:06:53 +02:00
committed by GitHub

View File

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