Browse code

add phishing information to manpages

git-svn: trunk@2267

aCaB authored on 2006/09/15 04:38:17
Showing 3 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Sep 14 21:36:51 CEST 2006 (acab)
2
+------------------------------------
3
+  * docs: add phishing information to manpages
4
+
1 5
 Thu Sep 14 21:28:14 CEST 2006 (acab)
2 6
 ------------------------------------
3 7
   * contrib/phishing: Misc files related to the phishing code
... ...
@@ -229,6 +229,19 @@ With this option enabled ClamAV will try to detect phishing attempts.
229 229
 .br 
230 230
 Default: enabled
231 231
 .TP 
232
+\fBPhishingScanAllDomains\fR
233
+Use phishing detection for all domains (not just those listed in database).
234
+It is not recommended to turn this option on, it is meant for internal use.
235
+Requires --enable-experimntal configure option.
236
+.br
237
+Default: disabled
238
+.TP
239
+\fBPhishingScanURLs\fR
240
+Scan urls found in mails for phishing attempts.
241
+Requires --enable-experimental configure option.
242
+.br
243
+Default: enabled
244
+.TP
232 245
 \fBScanArchive\fR
233 246
 Enable archive scanning.
234 247
 .br 
... ...
@@ -73,6 +73,12 @@ Disable scanning of mail files.
73 73
 \fB\-\-no\-phishing\fR
74 74
 Disable detection of phishing messages.
75 75
 .TP 
76
+\fB\-\-no\-phishing\-scan\-urls\fR
77
+Disable url-based phishing detection. (Only available in experimental builds)
78
+.TP
79
+\fB\-\-phish\-scan\-alldomains\fR
80
+Enable phishing detection for all domains (might lead to false positives!).(Only available in experimental builds)
81
+.TP
76 82
 \fB\-\-no\-algo\fR
77 83
 In some cases (eg. complex malware, exploits in graphic files, and others), ClamAV uses special algorithms to provide accurate detection. This option disables the algorithmic detection.
78 84
 .TP