[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-177-g57eaefa
Stephen Gran
steve at lobefin.net
Sun Jun 14 18:47:40 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 57eaefa069c75b929ceb0fc08f275de806ae9813
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