[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/etch-volatile, updated. debian/0.95+dfsg-1-245-gafccaea
Stephen Gran
steve at lobefin.net
Sun Jun 14 18:24:30 UTC 2009
The following commit has been merged in the debian/etch-volatile branch:
commit afccaea256f238ad774deb6b424491a2779cb8b4
Author: Stephen Gran <steve at lobefin.net>
Date: Sun Jun 14 19:23:38 2009 +0100
Really fix milter postinst
Signed-off-by: Stephen Gran <steve at lobefin.net>
diff --git a/debian/clamav-milter.postinst.in b/debian/clamav-milter.postinst.in
index e004b8d..922fde4 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="false"
+ [ -z "$AddHeader" ] || [ "$AddHeader" = 'false' ] && 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