aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-ClamAV/files/patch-README
blob: d18c49c2330f0c4c897e8572eed31c95ea5763c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
--- ./README.orig	2007-02-20 05:40:55.000000000 -0800
+++ ./README	2008-05-02 17:22:26.385238336 -0700
@@ -27,11 +27,9 @@
         # Set some limits (only applies to scan())
         # Only relevant for archives
         $c->maxreclevel(4);
-        $c->maxmailrec(4);
         $c->maxfiles(20);
         $c->maxfilesize(1024 * 1024 * 20); # 20 megs
         $c->archivememlim(0); # limit memory usage for bzip2 (0/1)
-        $c->maxratio(0);
 
         # Scan a filehandle (scandesc in clamav)
         # scan(FileHandle or path, Bitfield of options)
@@ -107,10 +105,6 @@
     CL_SCAN_ALGORITHMIC
      Enable algorithmic detection of viruses.
 
-    CL_SCAN_PHISHING_DOMAINLIST
-     Phishing module: restrict URL scanning to domains from .pdf
-     (RECOMMENDED).
-
     CL_SCAN_PHISHING_BLOCKSSL
      Phishing module: always block SSL mismatches in URLs.
 
@@ -239,9 +233,6 @@
     maxreclevel
      Sets the maximum recursion level into archives [default 5].
 
-    maxmailrec
-     Sets the maximum recursion level into emails [default 10].
-
     maxfiles
      Maximum number of files that will be scanned [default 1000]. A value of
      zero disables the check.
@@ -250,11 +241,6 @@
      Maximum file size that will be scanned in bytes [default 10M]. A value
      of zero disables the check.
 
-    maxratio
-     Maximum compression ratio. So if this is set to 200, libclamav will
-     give up decompressing a file if it reaches 200x its compressed size
-     [default 200]. A value of zero disables the check.
-
     archivememlim
      Turns on/off memory usage limits for bzip2. [default 1]