Browse code

man page update for PUA include/exclude

git-svn: trunk@4063

Tomasz Kojm authored on 2008/08/02 04:01:22
Showing 2 changed files
... ...
@@ -199,6 +199,16 @@ Default: 2048
199 199
 Detect Possibly Unwanted Applications.
200 200
 .br 
201 201
 Default: No
202
+.TP
203
+\fBExcludePUA CATEGORY\fR
204
+Exclude a specific PUA category. This directive can be used multiple times.
205
+.br
206
+Default: Load all categories (if DetectPUA is activated)
207
+.TP
208
+\fBIncludePUA CATEGORY\fR
209
+Only include a specific PUA category. This directive can be used multiple times.
210
+.br
211
+Default: Load all categories (if DetectPUA is activated)
202 212
 .TP 
203 213
 \fBAlgorithmicDetection BOOL\fR
204 214
 In some cases (eg. complex malware, exploits in graphic files, and others), ClamAV uses special algorithms to provide accurate detection. This option controls the algorithmic detection.
... ...
@@ -274,7 +284,7 @@ Always block cloaked URLs, even if URL isn't in database. This can lead to false
274 274
 Default: no
275 275
 .TP
276 276
 \fBHeuristicScanPrecedence BOOL\fR
277
-Allow heuristic match to take precedence. When enabled, if a heuristic scan (such as phishingScan) detects a possible virus/phish it will stop scan immediately. Recommended, saves CPU scan-time. When disabled, virus/phish detected by heuristic scans will be reported only at the end of a scan. If an archive contains both a heuristically detected  virus/phish, and a real malware, the real malware will be reported Keep this disabled if you intend to handle "*.Heuristics.*" viruses  differently from "real" malware. If a non-heuristically-detected virus (signature-based) is found first,  the scan is interrupted immediately, regardless of this config option.
277
+Allow heuristic match to take precedence. When enabled, if a heuristic scan (such as phishingScan) detects a possible virus/phishing it will stop scanning immediately. Recommended, saves CPU scan-time. When disabled, virus/phishing detected by heuristic scans will be reported only at the end of a scan. If an archive contains both a heuristically detected virus/phishing, and a real malware, the real malware will be reported. Keep this disabled if you intend to handle "*.Heuristics.*" viruses  differently from "real" malware. If a non-heuristically-detected virus (signature-based) is found first, the scan is interrupted immediately, regardless of this config option.
278 278
 .br
279 279
 Default: no
280 280
 .TP
... ...
@@ -72,6 +72,12 @@ Copy infected files into DIRECTORY. Directory must be writable for the '@CLAMAVU
72 72
 \fB\-\-detect\-pua\fR
73 73
 Detect Possibly Unwanted Applications.
74 74
 .TP 
75
+\fB\-\-exclude\-pua=CATEGORY\fR
76
+Exclude a specific PUA category. This option can be used multiple times.
77
+.TP 
78
+\fB\-\-include\-pua=CATEGORY\fR
79
+Only include a specific PUA category. This option can be used multiple times.
80
+.TP 
75 81
 \fB\-\-detect\-structured\fR
76 82
 Enable the DLP (Data Loss Prevention) module which provides detection of SSN and Credit Card numbers.
77 83
 .TP