[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/etch-volatile, updated. debian/0.95+dfsg-1-247-g0b99035

Stephen Gran steve at lobefin.net
Sun Jun 14 18:47:40 UTC 2009


The following commit has been merged in the debian/etch-volatile branch:
commit 0b990352f164d45978df67691c1d4471113ba46a
Author: Stephen Gran <steve at lobefin.net>
Date:   Sun Jun 14 19:47:05 2009 +0100

    Fixing the template should have fixed this
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-milter.postinst.in b/debian/clamav-milter.postinst.in
index 922fde4..015e821 100644
--- a/debian/clamav-milter.postinst.in
+++ b/debian/clamav-milter.postinst.in
@@ -110,7 +110,7 @@ case "$1" in
     [ -z "$OnClean" ] && OnClean="Accept"
     [ -z "$OnInfected" ] && OnInfected="Quarantine"
     [ -z "$OnFail" ] && OnFail="Defer"
-    [ -z "$AddHeader" ] || [ "$AddHeader" = 'false' ] && AddHeader="Replace"
+    [ -z "$AddHeader" ] && AddHeader="Replace"
     [ -z "$LogSyslog" ] && LogSyslog="false"
     [ -z "$LogFacility" ] && LogFacility="LOG_LOCAL6"
     [ -z "$LogVerbose" ] && LogVerbose="false"

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list