Browse code

etc/clamav-milter.conf: fix typos

git-svn: trunk@4686

Tomasz Kojm authored on 2009/02/06 23:11:09
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Fri Feb  6 15:38:21 CET 2009 (tk)
2
+---------------------------------
3
+ * etc/clamav-milter.conf: fix typos
4
+
1 5
 Tue Feb  3 20:11:07 CET 2009 (tk)
2 6
 ---------------------------------
3 7
  * libclamav, shared: minor cleanups; fix handling of long file names (bb#1349)
... ...
@@ -30,7 +30,7 @@ Example
30 30
 # Default: unset (don't drop privileges)
31 31
 #User clamav
32 32
 
33
-# Initialize supplementary group access (clamd must be started by root).
33
+# Initialize supplementary group access (clamav-milter must be started by root).
34 34
 #
35 35
 # Default: no
36 36
 #AllowSupplementaryGroups no
... ...
@@ -68,7 +68,6 @@ Example
68 68
 ##
69 69
 
70 70
 # Define the clamd socket to connect to for scanning.
71
-# If not set (the default), clamav-milter uses internal mode.
72 71
 # This option is mandatory! Syntax:
73 72
 # ClamdSocket unix:path
74 73
 # ClamdSocket tcp:host:port
... ...
@@ -128,7 +127,7 @@ Example
128 128
 # - Blackhole (not available for OnFail)
129 129
 #   Like accept but the message is sent to oblivion
130 130
 # - Quarantine (not available for OnFail)
131
-#   Like accept but message is quarantined instead of being deilievered
131
+#   Like accept but message is quarantined instead of being delivered
132 132
 #   In sendmail the quarantine queue can be examined via mailq -qQ
133 133
 #   For Postfix this causes the message to be accepted but placed on hold
134 134
 #