💥 Add whitelist module

This commit is contained in:
Yohann D'anello 2020-07-13 15:59:55 +02:00
parent c12741d67f
commit 6945888827
1 changed files with 3 additions and 3 deletions

View File

@ -69,9 +69,9 @@ RUN touch /etc/sympa/transport.sympa \
RUN postmap hash:/etc/sympa/transport.sympa && \
postmap hash:/etc/sympa/virtual.sympa
COPY whitelist-1.1/custom_actions /etc/sympa
COPY whitelist-1.1/scenari /etc/sympa
COPY whitelist-1.1/web_tt2 /etc/sympa
COPY whitelist-1.1/custom_actions /etc/sympa/custom_actions
COPY whitelist-1.1/scenari /etc/sympa/scenari
COPY whitelist-1.1/web_tt2 /etc/sympa/web_tt2
RUN touch /etc/sympa/search_filters/whitelist.txt /etc/sympa/search_filters/modlist.txt
RUN chown -R sympa:sympa /etc/sympa