Browse code

various fixes

git-svn: trunk@3076

Tomasz Kojm authored on 2007/05/30 00:42:13
Showing 5 changed files
... ...
@@ -1,3 +1,7 @@
1
+Tue May 29 17:07:08 CEST 2007 (tk)
2
+----------------------------------
3
+  * docs: various fixes, thanks to Fabio Pedretti <pedretti*eco.unibs.it>
4
+
1 5
 Tue May 29 14:22:32 CEST 2007 (tk)
2 6
 ----------------------------------
3 7
   * libclamav/scanners.c: move cli_scannulsft() to nsis/nulsft.c (bb#523)
... ...
@@ -919,7 +919,7 @@ Version: 2553
919 919
 # of signatures: 6063
920 920
 Functionality level: 9
921 921
 Builder: ccordes
922
-D5: 7f337b409249e11dea3effb04dd352f2
922
+MD5: 7f337b409249e11dea3effb04dd352f2
923 923
 Digital signature: 6Ybd2eeDHBAs8raaEwmayqzoa5ysGDNnQ5Cc89mS2VCm1jRXZP
924 924
 ke/itmkTyYQTc/rgJc2uQPr+NvzvUxRpsniwoyZ/gIkPniCLnqVCYOOytwtmirivbrV8j
925 925
 0kzxb9nHd+5UQqj/Z3rLbS7T5HCbRX3uE0JX1tAo642Gq9ACH9Fc
... ...
@@ -246,22 +246,22 @@ With this option enabled ClamAV will try to detect phishing attempts by using si
246 246
 Default: yes
247 247
 .TP
248 248
 \fBPhishingScanURLs BOOL\fR
249
-Scan URLs in mails for phishing attempts (available in experimental builds only).
249
+Scan URLs found in mails for phishing attempts.
250 250
 .br
251 251
 Default: yes
252 252
 .TP
253 253
 \fBPhishingRestrictedScan BOOL\fR
254
-Use phishing detection only for domains listed in the .pdb database. It is not recommended to have this option turned off, because scanning of all domains may lead to many false positives! (available in experimental builds only)
254
+Use phishing detection only for domains listed in the .pdb database. It is not recommended to have this option turned off, because scanning of all domains may lead to many false positives!
255 255
 .br
256
-Default: no
256
+Default: yes
257 257
 .TP
258 258
 \fBPhishingAlwaysBlockSSLMismatch BOOL\fR
259
-Always block SSL mismatches in URLs, even if the URL isn't in the database. This can lead to false positives. (available in experimental builds only)
259
+Always block SSL mismatches in URLs, even if the URL isn't in the database. This can lead to false positives.
260 260
 .br
261 261
 Default: no
262 262
 .TP
263 263
 \fBPhishingAlwaysBlockCloak BOOL\fR
264
-Always block cloaked URLs, even if URL isn't in database. There is a remote possibility, that this will lead to false positives. (available in experimental builds only)
264
+Always block cloaked URLs, even if URL isn't in database. This can lead to false positives.
265 265
 .br
266 266
 Default: no
267 267
 .TP
... ...
@@ -76,16 +76,16 @@ Disable scanning of mail files.
76 76
 Disable signature-based phishing detection.
77 77
 .TP 
78 78
 \fB\-\-no\-phishing\-scan\-urls\fR
79
-Disable url-based phishing detection. (Only available in experimental builds)
79
+Disable url-based phishing detection.
80 80
 .TP
81 81
 \fB\-\-no\-phishing\-restrictedscan\fR
82
-Enable phishing detection for all domains (might lead to false positives!).(Only available in experimental builds)
82
+Enable phishing detection for all domains (might lead to false positives!).
83 83
 .TP
84 84
 \fB\-\-phishing\-ssl\fR
85
-Always block SSL mismatches in URLs (might lead to false positives!). (Only available in experimental builds) 
85
+Always block SSL mismatches in URLs (might lead to false positives!).
86 86
 .TP
87 87
 \fB\-\-phishing\-cloak\fR
88
-Always block cloaked URLs (might lead to some false positives). (Only available in experimental builds)
88
+Always block cloaked URLs (might lead to some false positives).
89 89
 .TP
90 90
 \fB\-\-no\-algorithmic\fR
91 91
 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.
... ...
@@ -169,6 +169,7 @@ LocalSocket /tmp/clamd.socket
169 169
 # Default: yes
170 170
 #AlgorithmicDetection yes
171 171
 
172
+
172 173
 ##
173 174
 ## Executable files
174 175
 ##
... ...
@@ -205,6 +206,7 @@ LocalSocket /tmp/clamd.socket
205 205
 # Default: no
206 206
 #ScanPDF yes
207 207
 
208
+
208 209
 ##
209 210
 ## Mail files
210 211
 ##
... ...
@@ -228,33 +230,29 @@ LocalSocket /tmp/clamd.socket
228 228
 # Default: yes
229 229
 #PhishingSignatures yes
230 230
 
231
-
232
-# Scan urls found in mails for phishing attempts.
233
-# (available in experimental builds only) 
231
+# Scan URLs found in mails for phishing attempts.
234 232
 # Default: yes
235 233
 #PhishingScanURLs yes
236 234
 
237 235
 # Use phishing detection only for domains listed in the .pdb database. It is
238 236
 # not recommended to have this option turned off, because scanning of all
239 237
 # domains may lead to many false positives!
240
-# (available in experimental builds only)
241 238
 # Default: yes
242 239
 #PhishingRestrictedScan yes
243 240
 
244 241
 # Always block SSL mismatches in URLs, even if the URL isn't in the database.
245 242
 # This can lead to false positives.
246
-# (available in experimental builds only)
247 243
 #
248 244
 # Default: no
249 245
 #PhishingAlwaysBlockSSLMismatch no
250 246
 
251 247
 # Always block cloaked URLs, even if URL isn't in database.
252 248
 # This can lead to false positives.
253
-# (available in experimental builds only)
254 249
 #
255 250
 # Default: no
256 251
 #PhishingAlwaysBlockCloak no
257 252
 
253
+
258 254
 ##
259 255
 ## HTML
260 256
 ##