Parcourir la source

Remove obsolete files

andryyy il y a 8 ans
Parent
commit
02ceb6d3ef
2 fichiers modifiés avec 0 ajouts et 6 suppressions
  1. 0 2
      data/Dockerfiles/rspamd/Dockerfile
  2. 0 4
      data/Dockerfiles/rspamd/antivirus.conf

+ 0 - 2
data/Dockerfiles/rspamd/Dockerfile

@@ -14,8 +14,6 @@ RUN apt-key adv --fetch-keys http://rspamd.com/apt/gpg.key \
 RUN echo '.include $LOCAL_CONFDIR/local.d/rspamd.conf.local' > /etc/rspamd/rspamd.conf.local
 
 COPY settings.conf /etc/rspamd/modules.d/settings.conf
-COPY antivirus.conf /etc/rspamd/modules.d/antivirus.conf
-COPY milter_headers.lua /usr/share/rspamd/lua/milter_headers.lua
 
 RUN apt-get autoremove --purge \
 	&& apt-get clean

+ 0 - 4
data/Dockerfiles/rspamd/antivirus.conf

@@ -1,4 +0,0 @@
-antivirus {
-	.include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/antivirus.conf"
-	.include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/antivirus.conf"
-}