Browse code

Formatting errors

git-svn: trunk@2144

Nigel Horne authored on 2006/07/30 16:36:34
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sun Jul 30 08:35:49 BST 2006 (njh)
2
+---------------------------------
3
+  * docs/man/clamav-milter.8:	Fix formatting errors and a typo
4
+
1 5
 Fri Jul 28 19:47:39 CEST 2006 (tk)
2 6
 ----------------------------------
3 7
   * libclamav: fix a couple of typos in debug messages spotted by NJH
... ...
@@ -101,20 +101,20 @@ the scanning.
101 101
 Tells the number of seconds to black list an IP address (IPv4 only). This
102 102
 is especially useful with phishing which often send a number of emails one
103 103
 after the other.
104
-.TP
104
+.IP
105 105
 Blacklisting speeds up scanning significantly, however it does have drawbacks
106 106
 since it is possible for a site to be incorrectly blacklisted because of DHCP
107 107
 or an unsafe smart-host.
108 108
 To avoid this, clamav-milter's blacklist does not last for ever.
109 109
 The recommended value is 60.
110
-.TP
110
+.IP
111 111
 Machines on the LAN, the local host, and machines that are our MX peers are
112 112
 never blacklisted.
113 113
 .TP
114 114
 \fB-l, \-\-local\fR
115 115
 Also scan messages sent from LAN. You probably want this especially if
116 116
 your LAN is populated by machines running Windows or DOS.
117
-.TP
117
+.IP
118 118
 Machines with IP addresses within the ranges 192.168.0.0/16, 10.0.0.0/24,
119 119
 172.16.0.0/20 and 169.254.0.0/16 are defined as 'local'. Messages from
120 120
 other machines are always scanned.
... ...
@@ -271,11 +271,11 @@ tells clamav\-milter where to find the sendmail.cf file.
271 271
 Since \fIsendmail\fR calls its milters before it looks in its alias and virtuser
272 272
 tables, clamav-milter can spend time looking for malware that's going to be
273 273
 thrown away even if the message is clean.
274
-.TP
274
+.IP
275 275
 Enable this to not scan these messages (in practice clamav\-milter will discard
276 276
 these messages so the message doesn't go further down the milter call chain).
277
-.TP
278
-Sadly, because these days sendmail \-bv only works as root,
277
+.IP
278
+Sadly, these days sendmail \-bv only works as root,
279 279
 so this option is not compatible with the User directive in clamd.conf,
280 280
 which some may view as a security risk.
281 281
 Only enable this if your site has many addresses aliased to /dev/null.