NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[ClamAV] Add fp signature

dfd40500
andryyy <[email protected]> 7 years ago
data/Dockerfiles/clamd/clamd.sh | 1 +
 docker-compose.yml              | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

Diff

diff --git a/data/Dockerfiles/clamd/clamd.sh b/data/Dockerfiles/clamd/clamd.sh
index dad1c56e..16b090a4 100755
--- a/data/Dockerfiles/clamd/clamd.sh
+++ b/data/Dockerfiles/clamd/clamd.sh
@@ -24,6 +24,7 @@ if [[ ! -f /var/lib/clamav/whitelist.ign2 ]]; then
   cat <<EOF > /var/lib/clamav/whitelist.ign2
 # Please restart ClamAV after changing signatures
 Example-Signature.Ignore-1
+PUA.Win.Trojan.EmbeddedPDF-1
 PUA.Pdf.Trojan.EmbeddedJavaScript-1
 EOF
 fi
diff --git a/docker-compose.yml b/docker-compose.yml
index 1e88b099..a169deba 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -54,7 +54,7 @@ services:
             - redis
 
     clamd-mailcow:
-      image: mailcow/clamd:1.34
+      image: mailcow/clamd:1.35
       restart: always
       dns:
         - ${IPV4_NETWORK:-172.22.1}.254