Browse code

Add phishing options to clamd.conf

git-svn: trunk@2268

aCaB authored on 2006/09/15 04:44:24
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Sep 14 21:42:56 CEST 2006 (acab)
2
+------------------------------------
3
+  * etc/clamd.conf: add phishing config options
4
+
1 5
 Thu Sep 14 21:36:51 CEST 2006 (acab)
2 6
 ------------------------------------
3 7
   * docs: add phishing information to manpages
... ...
@@ -208,10 +208,21 @@ LocalSocket /tmp/clamd
208 208
 # Default: no
209 209
 #MailFollowURLs no
210 210
 
211
-# With this option enabled ClamAV will try to detect phishing attempts.
211
+# With this option enabled ClamAV will try to detect phishing attempts (using signatures).
212 212
 # Default: yes
213 213
 #DetectPhishing yes
214 214
 
215
+# Use phishing detection for all domains (not just those listed in database).
216
+# It is not recommended to turn this option on, it is mean for internal use.
217
+# (available in experimental builds only)
218
+# Default: no
219
+#PhishingScanAllDomains no
220
+
221
+# Scan urls found in mails for phishing attempts.
222
+# (available in experimental builds only) 
223
+# Default: yes
224
+#ScanPhishing yes
225
+
215 226
 ##
216 227
 ## HTML
217 228
 ##