[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. 9208199d82ad2ad90869c5dc93dd1bd9b9fcfe94

Stephen Gran steve at lobefin.net
Thu Sep 4 13:13:43 UTC 2008


The following commit has been merged in the debian/unstable branch:
commit 9208199d82ad2ad90869c5dc93dd1bd9b9fcfe94
Author: Stephen Gran <steve at lobefin.net>
Date:   Thu Sep 4 14:13:25 2008 +0100

    Remove support for PhishingRestrictedScan - no longer a valid config
    file option
    Signed-off-by: Stephen Gran <steve at lobefin.net>

diff --git a/debian/clamav-base.postinst.in b/debian/clamav-base.postinst.in
index db2ced6..dd3f1d7 100644
--- a/debian/clamav-base.postinst.in
+++ b/debian/clamav-base.postinst.in
@@ -227,7 +227,6 @@ case "$1" in
     [ -z "$IdleTimeout" ] && IdleTimeout=30
     [ -z "$PhishingSignatures" ] && PhishingSignatures=true
     [ -z "$PhishingScanURLs" ] && PhishingScanURLs=true
-    [ -z "$PhishingRestrictedScan" ] && PhishingRestrictedScan=true
     [ -z "$PhishingAlwaysBlockSSLMismatch" ] && PhishingAlwaysBlockSSLMismatch=false
     [ -z "$PhishingAlwaysBlockCloak" ] && PhishingAlwaysBlockCloak=false
     [ -z "$DetectPUA" ] && DetectPUA=false
@@ -277,7 +276,6 @@ ScanELF $ScanELF
 IdleTimeout $IdleTimeout
 PhishingSignatures $PhishingSignatures
 PhishingScanURLs $PhishingScanURLs
-PhishingRestrictedScan $PhishingRestrictedScan
 PhishingAlwaysBlockSSLMismatch $PhishingAlwaysBlockSSLMismatch
 PhishingAlwaysBlockCloak $PhishingAlwaysBlockCloak
 DetectPUA $DetectPUA

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list