Browse code

doc update

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@643 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2004/06/30 06:34:05
Showing 95 changed files
... ...
@@ -58,7 +58,7 @@ libclamav/unrarlib.c: Christian Scheurer and Johannes Winkelmann, see
58 58
 							    www.unrarlib.org
59 59
 libclamav/mspack: Stuart Caie
60 60
 
61
-ClamAV patches were submitted by (in alphabetical order):
61
+Code patches submitted by (in alphabetical order):
62 62
 
63 63
 Kamil Andrusz <wizz*mniam.net>
64 64
 Patrick Bihan-Faou <patrick*mindstep.com>
... ...
@@ -1,3 +1,7 @@
1
+Tue Jun 29 23:24:44 CEST 2004 (tk)
2
+----------------------------------
3
+  * doc: update
4
+
1 5
 Tue Jun 29 16:27:47 BST 2004 (njh)
2 6
 ----------------------------------
3 7
   * clamav-milter:	Support --timeout option
... ...
@@ -2,6 +2,34 @@ Note: This README/NEWS file refers to the source tarball. Some things described
2 2
 here may not be available in binary packages.
3 3
 --
4 4
 
5
+0.74
6
+----
7
+
8
+Bugfixes in this version include crashes with multipart/mixed messages
9
+and corrupted OLE2 and Zip files. Improvements include various optimisations
10
+of mail scanning and clamav-milter and clamdscan behaviour.
11
+
12
+
13
+New members of our "3rd party software" list:
14
+
15
+    + MyClamMailFilter	    an e-mail filter for procmail (written in C)
16
+    + clamaktion	    scan files from the right-click Konqueror menu
17
+    + QMVC		    Qmail Mail and Virus Control
18
+    + pyclamav		    Python binding for ClamAV
19
+    + FETCAV		    Front End To Clam AntiVirus based on Xdialog
20
+    + Famuko		    an on-access scanner working in a userspace
21
+    + SoftlabsAV	    a generic anti-virus filter for procmail
22
+
23
+
24
+Japanese users can take an advantage of the new ClamAV related site:
25
+    http://clamav-jp.sourceforge.jp/
26
+and join the clamav-jp-users mailing list.
27
+
28
+
29
+--
30
+The ClamAV team (http://www.clamav.net/team.html)
31
+
32
+
5 33
 0.73
6 34
 ----
7 35
 
... ...
@@ -2,6 +2,34 @@ Note: This README/NEWS file refers to the source tarball. Some things described
2 2
 here may not be available in binary packages.
3 3
 --
4 4
 
5
+0.74
6
+----
7
+
8
+Bugfixes in this version include crashes with multipart/mixed messages
9
+and corrupted OLE2 and Zip files. Improvements include various optimisations
10
+of mail scanning and clamav-milter and clamdscan behaviour.
11
+
12
+
13
+New members of our "3rd party software" list:
14
+
15
+    + MyClamMailFilter	    an e-mail filter for procmail (written in C)
16
+    + clamaktion	    scan files from the right-click Konqueror menu
17
+    + QMVC		    Qmail Mail and Virus Control
18
+    + pyclamav		    Python binding for ClamAV
19
+    + FETCAV		    Front End To Clam AntiVirus based on Xdialog
20
+    + Famuko		    an on-access scanner working in a userspace
21
+    + SoftlabsAV	    a generic anti-virus filter for procmail
22
+
23
+
24
+Japanese users can take an advantage of the new ClamAV related site:
25
+    http://clamav-jp.sourceforge.jp/
26
+and join the clamav-jp-users mailing list.
27
+
28
+
29
+--
30
+The ClamAV team (http://www.clamav.net/team.html)
31
+
32
+
5 33
 0.73
6 34
 ----
7 35
 
... ...
@@ -161,14 +161,14 @@ int scan(const char *filename, unsigned long int *scanned, const struct cl_node
161 161
 
162 162
     /* check permissions  */
163 163
     if(access(filename, R_OK)) {
164
-	mdprintf(odesc, "%s: Can't access the file ERROR\n", filename);
164
+	mdprintf(odesc, "%s: Access denied. ERROR\n", filename);
165 165
 	return -1;
166 166
     }
167 167
 
168 168
     /* stat file */
169 169
 
170 170
     if(lstat(filename, &sb) == -1) {
171
-	mdprintf(odesc, "%s: Can't lstat() the file ERROR\n", filename);
171
+	mdprintf(odesc, "%s: lstat() failed. ERROR\n", filename);
172 172
 	return -1;
173 173
     }
174 174
 
... ...
@@ -204,7 +204,7 @@ int scan(const char *filename, unsigned long int *scanned, const struct cl_node
204 204
 	    ret = dirscan(filename, &virname, scanned, root, limits, options, copt, odesc, &reclev, contscan);
205 205
 	    break;
206 206
 	default:
207
-	    mdprintf(odesc, "%s: Not supported file type ERROR\n", filename);
207
+	    mdprintf(odesc, "%s: Not supported file type. ERROR\n", filename);
208 208
 	    return -1;
209 209
     }
210 210
 
... ...
@@ -266,7 +266,7 @@ int scanstream(int odesc, unsigned long int *scanned, const struct cl_node *root
266 266
 
267 267
     if(!bound && !portscan) {
268 268
 	logg("!ScanStream: Can't find any free port.\n");
269
-	mdprintf(odesc, "Can't find any free port ERROR\n");
269
+	mdprintf(odesc, "Can't find any free port. ERROR\n");
270 270
 	close(sockfd);
271 271
 	return -1;
272 272
     } else {
... ...
@@ -276,12 +276,12 @@ int scanstream(int odesc, unsigned long int *scanned, const struct cl_node *root
276 276
 
277 277
     switch(retval = poll_fd(sockfd, timeout)) {
278 278
 	case 0: /* timeout */
279
-	    mdprintf(odesc, "Accept timeout ERROR\n");
279
+	    mdprintf(odesc, "Accept timeout. ERROR\n");
280 280
 	    logg("!ScanStream: accept timeout.\n");
281 281
 	    close(sockfd);
282 282
 	    return -1;
283 283
 	case -1:
284
-	    mdprintf(odesc, "accept poll ERROR\n");
284
+	    mdprintf(odesc, "Accept poll. ERROR\n");
285 285
 	    logg("!ScanStream: accept poll failed.\n");
286 286
 	    close(sockfd);
287 287
 	    return -1;
... ...
@@ -300,7 +300,7 @@ int scanstream(int odesc, unsigned long int *scanned, const struct cl_node *root
300 300
 	shutdown(sockfd, 2);
301 301
 	close(sockfd);
302 302
 	close(acceptd);
303
-	mdprintf(odesc, "Temporary file ERROR\n");
303
+	mdprintf(odesc, "tempfile() failed. ERROR\n");
304 304
 	logg("!ScanStream: Can't create temporary file.\n");
305 305
 	return -1;
306 306
     }
307 307
Binary files a/docs/clamdoc.pdf and b/docs/clamdoc.pdf differ
... ...
@@ -19,7 +19,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="previous" HREF="node85.html">
22
+<LINK REL="previous" HREF="node87.html">
23 23
 <LINK REL="up" HREF="clamdoc.html">
24 24
 </HEAD>
25 25
 
... ...
@@ -130,7 +130,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
130 130
 .
131 131
 .
132 132
 </PRE>
133
-<DT><A NAME="foot1016">... file.</A><A NAME="foot1016"
133
+<DT><A NAME="foot1033">... file.</A><A NAME="foot1033"
134 134
  HREF="node15.html#tex2html20"><SUP>4</SUP></A>
135 135
 <DD>More info
136 136
     on clamscan options: <B>man clamscan</B>
... ...
@@ -165,8 +165,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
165 165
 .
166 166
 .
167 167
 </PRE>
168
-<DT><A NAME="foot411">... tests.</A><A NAME="foot411"
169
- HREF="node22.html#tex2html76"><SUP>5</SUP></A>
168
+<DT><A NAME="foot415">... tests.</A><A NAME="foot415"
169
+ HREF="node22.html#tex2html78"><SUP>5</SUP></A>
170 170
 <DD>It works
171 171
     similarly to the well known file(1) command.
172 172
 <PRE>.
... ...
@@ -200,8 +200,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
200 200
 .
201 201
 .
202 202
 </PRE>
203
-<DT><A NAME="foot461">... automatically.</A><A NAME="foot461"
204
- HREF="node25.html#tex2html77"><SUP>6</SUP></A>
203
+<DT><A NAME="foot465">... automatically.</A><A NAME="foot465"
204
+ HREF="node25.html#tex2html79"><SUP>6</SUP></A>
205 205
 <DD>Make sure the commercial scanner's
206 206
     license does not disallow sigtool usage !
207 207
 <PRE>.
... ...
@@ -235,8 +235,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
235 235
 .
236 236
 .
237 237
 </PRE>
238
-<DT><A NAME="foot1090">... read.</A><A NAME="foot1090"
239
- HREF="node27.html#tex2html78"><SUP>7</SUP></A>
238
+<DT><A NAME="foot1107">... read.</A><A NAME="foot1107"
239
+ HREF="node27.html#tex2html80"><SUP>7</SUP></A>
240 240
 <DD>Only in a one-file mode (in recursive mode those errors
241 241
 	    are ignored).
242 242
 <PRE>.
... ...
@@ -270,8 +270,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
270 270
 .
271 271
 .
272 272
 </PRE>
273
-<DT><A NAME="foot716">...added </A><A NAME="foot716"
274
- HREF="node73.html#tex2html121"><SUP>8</SUP></A>
273
+<DT><A NAME="foot728">...added </A><A NAME="foot728"
274
+ HREF="node75.html#tex2html125"><SUP>8</SUP></A>
275 275
 <DD>Remember to initialize
276 276
     the virus counter variable with 0.
277 277
 <PRE>.
... ...
@@ -24,7 +24,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
24 24
 
25 25
 <BODY >
26 26
 <!--Navigation Panel-->
27
-<A NAME="tex2html161"
27
+<A NAME="tex2html167"
28 28
   HREF="node1.html">
29 29
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
30 30
  SRC="/usr/share/latex2html/icons/next.png"></A> 
... ...
@@ -32,14 +32,14 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
32 32
  SRC="/usr/share/latex2html/icons/up_g.png"> 
33 33
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
34 34
  SRC="/usr/share/latex2html/icons/prev_g.png"> 
35
-<A NAME="tex2html159"
35
+<A NAME="tex2html165"
36 36
   HREF="node1.html">
37 37
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
38 38
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
39 39
 <BR>
40
-<B> Next:</B> <A NAME="tex2html162"
40
+<B> Next:</B> <A NAME="tex2html168"
41 41
   HREF="node1.html">Contents</A>
42
- &nbsp <B>  <A NAME="tex2html160"
42
+ &nbsp <B>  <A NAME="tex2html166"
43 43
   HREF="node1.html">Contents</A></B> 
44 44
 <BR>
45 45
 <BR>
... ...
@@ -60,7 +60,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
60 60
 <BR>
61 61
 <BR>
62 62
     <DIV ALIGN="RIGHT">
63
-<BR>	<FONT SIZE="+3">Clam AntiVirus 0.73
63
+<BR>	<FONT SIZE="+3">Clam AntiVirus 0.74
64 64
 <BR>	<FONT SIZE="+3">User Manual
65 65
 <BR>	<BR>
66 66
 	<FONT SIZE="+2"><I>by Tomasz Kojm</I>
... ...
@@ -74,208 +74,212 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
74 74
 <A NAME="CHILD_LINKS"></A>
75 75
 
76 76
 <UL>
77
-<LI><A NAME="tex2html163"
77
+<LI><A NAME="tex2html169"
78 78
   HREF="node1.html">Contents</A>
79
-<LI><A NAME="tex2html164"
79
+<LI><A NAME="tex2html170"
80 80
   HREF="node2.html">Introduction</A>
81 81
 <UL>
82
-<LI><A NAME="tex2html165"
82
+<LI><A NAME="tex2html171"
83 83
   HREF="node3.html">Features</A>
84
-<LI><A NAME="tex2html166"
84
+<LI><A NAME="tex2html172"
85 85
   HREF="node4.html">Mailing lists</A>
86
-<LI><A NAME="tex2html167"
86
+<LI><A NAME="tex2html173"
87 87
   HREF="node5.html">Virus submitting</A>
88 88
 </UL>
89 89
 <BR>
90
-<LI><A NAME="tex2html168"
90
+<LI><A NAME="tex2html174"
91 91
   HREF="node6.html">Installation</A>
92 92
 <UL>
93
-<LI><A NAME="tex2html169"
93
+<LI><A NAME="tex2html175"
94 94
   HREF="node7.html">Supported platforms</A>
95
-<LI><A NAME="tex2html170"
95
+<LI><A NAME="tex2html176"
96 96
   HREF="node8.html">Binary packages - stable versions</A>
97
-<LI><A NAME="tex2html171"
97
+<LI><A NAME="tex2html177"
98 98
   HREF="node9.html">Binary packages - snapshots</A>
99
-<LI><A NAME="tex2html172"
99
+<LI><A NAME="tex2html178"
100 100
   HREF="node10.html">Requirements</A>
101
-<LI><A NAME="tex2html173"
101
+<LI><A NAME="tex2html179"
102 102
   HREF="node11.html">Installing on a shell account</A>
103
-<LI><A NAME="tex2html174"
103
+<LI><A NAME="tex2html180"
104 104
   HREF="node12.html">New system user and group</A>
105
-<LI><A NAME="tex2html175"
105
+<LI><A NAME="tex2html181"
106 106
   HREF="node13.html">Compilation</A>
107
-<LI><A NAME="tex2html176"
107
+<LI><A NAME="tex2html182"
108 108
   HREF="node14.html">Configuration</A>
109
-<LI><A NAME="tex2html177"
109
+<LI><A NAME="tex2html183"
110 110
   HREF="node15.html">Testing</A>
111
-<LI><A NAME="tex2html178"
111
+<LI><A NAME="tex2html184"
112 112
   HREF="node16.html">freshclam: Setting up auto-updating</A>
113
-<LI><A NAME="tex2html179"
113
+<LI><A NAME="tex2html185"
114 114
   HREF="node17.html">Database mirrors</A>
115 115
 </UL>
116 116
 <BR>
117
-<LI><A NAME="tex2html180"
117
+<LI><A NAME="tex2html186"
118 118
   HREF="node18.html">Usage</A>
119 119
 <UL>
120
-<LI><A NAME="tex2html181"
120
+<LI><A NAME="tex2html187"
121 121
   HREF="node19.html">Clam daemon</A>
122
-<LI><A NAME="tex2html182"
122
+<LI><A NAME="tex2html188"
123 123
   HREF="node20.html">Clam<B>d</B>scan</A>
124
-<LI><A NAME="tex2html183"
124
+<LI><A NAME="tex2html189"
125 125
   HREF="node21.html">Clamuko</A>
126
-<LI><A NAME="tex2html184"
126
+<LI><A NAME="tex2html190"
127 127
   HREF="node22.html">Archives and compressed files</A>
128
-<LI><A NAME="tex2html185"
128
+<LI><A NAME="tex2html191"
129 129
   HREF="node23.html">Mail files</A>
130
-<LI><A NAME="tex2html186"
130
+<LI><A NAME="tex2html192"
131 131
   HREF="node24.html">Output format</A>
132
-<LI><A NAME="tex2html187"
132
+<LI><A NAME="tex2html193"
133 133
   HREF="node25.html">Signature Tool</A>
134 134
 </UL>
135 135
 <BR>
136
-<LI><A NAME="tex2html188"
136
+<LI><A NAME="tex2html194"
137 137
   HREF="node26.html">Problem solving</A>
138 138
 <UL>
139
-<LI><A NAME="tex2html189"
139
+<LI><A NAME="tex2html195"
140 140
   HREF="node27.html">Return codes</A>
141 141
 </UL>
142 142
 <BR>
143
-<LI><A NAME="tex2html190"
143
+<LI><A NAME="tex2html196"
144 144
   HREF="node28.html">Third party software</A>
145 145
 <UL>
146
-<LI><A NAME="tex2html191"
147
-  HREF="node29.html">clamav-milter</A>
148
-<LI><A NAME="tex2html192"
149
-  HREF="node30.html">IVS Milter</A>
150
-<LI><A NAME="tex2html193"
151
-  HREF="node31.html">smtp-vilter</A>
152
-<LI><A NAME="tex2html194"
153
-  HREF="node32.html">mod_clamav</A>
154
-<LI><A NAME="tex2html195"
155
-  HREF="node33.html">AMaViS - "Next Generation"</A>
156
-<LI><A NAME="tex2html196"
157
-  HREF="node34.html">amavisd-new</A>
158 146
 <LI><A NAME="tex2html197"
159
-  HREF="node35.html">Qmail-Scanner</A>
147
+  HREF="node29.html">clamav-milter</A>
160 148
 <LI><A NAME="tex2html198"
161
-  HREF="node36.html">Sagator</A>
149
+  HREF="node30.html">IVS Milter</A>
162 150
 <LI><A NAME="tex2html199"
163
-  HREF="node37.html">ClamdMail</A>
151
+  HREF="node31.html">smtp-vilter</A>
164 152
 <LI><A NAME="tex2html200"
165
-  HREF="node38.html">BlackHole</A>
153
+  HREF="node32.html">mod_clamav</A>
166 154
 <LI><A NAME="tex2html201"
167
-  HREF="node39.html">MailScanner</A>
155
+  HREF="node33.html">AMaViS - "Next Generation"</A>
168 156
 <LI><A NAME="tex2html202"
169
-  HREF="node40.html">MIMEDefang</A>
157
+  HREF="node34.html">amavisd-new</A>
170 158
 <LI><A NAME="tex2html203"
171
-  HREF="node41.html">exiscan</A>
159
+  HREF="node35.html">Qmail-Scanner</A>
172 160
 <LI><A NAME="tex2html204"
173
-  HREF="node42.html">scanexi</A>
161
+  HREF="node36.html">Sagator</A>
174 162
 <LI><A NAME="tex2html205"
175
-  HREF="node43.html">Mail::ClamAV</A>
163
+  HREF="node37.html">ClamdMail</A>
176 164
 <LI><A NAME="tex2html206"
177
-  HREF="node44.html">OpenAntiVirus samba-vscan</A>
165
+  HREF="node38.html">BlackHole</A>
178 166
 <LI><A NAME="tex2html207"
179
-  HREF="node45.html">Sylpheed Claws</A>
167
+  HREF="node39.html">MailScanner</A>
180 168
 <LI><A NAME="tex2html208"
181
-  HREF="node46.html">nclamd</A>
169
+  HREF="node40.html">MIMEDefang</A>
182 170
 <LI><A NAME="tex2html209"
183
-  HREF="node47.html">cgpav</A>
171
+  HREF="node41.html">exiscan</A>
184 172
 <LI><A NAME="tex2html210"
185
-  HREF="node48.html">j-chkmail</A>
173
+  HREF="node42.html">scanexi</A>
186 174
 <LI><A NAME="tex2html211"
187
-  HREF="node49.html">qscanq</A>
175
+  HREF="node43.html">Mail::ClamAV</A>
188 176
 <LI><A NAME="tex2html212"
189
-  HREF="node50.html">clamavr</A>
177
+  HREF="node44.html">OpenAntiVirus samba-vscan</A>
190 178
 <LI><A NAME="tex2html213"
191
-  HREF="node51.html">pyclamav</A>
179
+  HREF="node45.html">Sylpheed Claws</A>
192 180
 <LI><A NAME="tex2html214"
193
-  HREF="node52.html">DansGuardian Anti-Virus Plugin</A>
181
+  HREF="node46.html">nclamd</A>
194 182
 <LI><A NAME="tex2html215"
195
-  HREF="node53.html">Viralator</A>
183
+  HREF="node47.html">cgpav</A>
196 184
 <LI><A NAME="tex2html216"
197
-  HREF="node54.html">ClamAssassin</A>
185
+  HREF="node48.html">j-chkmail</A>
198 186
 <LI><A NAME="tex2html217"
199
-  HREF="node55.html">clamscan-procfilter</A>
187
+  HREF="node49.html">qscanq</A>
200 188
 <LI><A NAME="tex2html218"
201
-  HREF="node56.html">MyClamMailFilter</A>
189
+  HREF="node50.html">clamavr</A>
202 190
 <LI><A NAME="tex2html219"
203
-  HREF="node57.html">Gadoyanvirus</A>
191
+  HREF="node51.html">pyclamav</A>
204 192
 <LI><A NAME="tex2html220"
205
-  HREF="node58.html">OpenProtect</A>
193
+  HREF="node52.html">DansGuardian Anti-Virus Plugin</A>
206 194
 <LI><A NAME="tex2html221"
207
-  HREF="node59.html">RevolSys SMTP kit for Postfix</A>
195
+  HREF="node53.html">Viralator</A>
208 196
 <LI><A NAME="tex2html222"
209
-  HREF="node60.html">POP3 Virus Scanner Daemon</A>
197
+  HREF="node54.html">ClamAssassin</A>
210 198
 <LI><A NAME="tex2html223"
211
-  HREF="node61.html">mailman-clamav</A>
199
+  HREF="node55.html">clamscan-procfilter</A>
212 200
 <LI><A NAME="tex2html224"
213
-  HREF="node62.html">wbmclamav</A>
201
+  HREF="node56.html">MyClamMailFilter</A>
214 202
 <LI><A NAME="tex2html225"
215
-  HREF="node63.html">Scan Log Analyzer</A>
203
+  HREF="node57.html">Gadoyanvirus</A>
216 204
 <LI><A NAME="tex2html226"
217
-  HREF="node64.html">mailgraph</A>
205
+  HREF="node58.html">OpenProtect</A>
218 206
 <LI><A NAME="tex2html227"
219
-  HREF="node65.html">INSERT</A>
207
+  HREF="node59.html">RevolSys SMTP kit for Postfix</A>
220 208
 <LI><A NAME="tex2html228"
221
-  HREF="node66.html">Local Area Security</A>
209
+  HREF="node60.html">POP3 Virus Scanner Daemon</A>
222 210
 <LI><A NAME="tex2html229"
223
-  HREF="node67.html">ClamWin</A>
211
+  HREF="node61.html">mailman-clamav</A>
224 212
 <LI><A NAME="tex2html230"
225
-  HREF="node68.html">KlamAV</A>
213
+  HREF="node62.html">wbmclamav</A>
226 214
 <LI><A NAME="tex2html231"
227
-  HREF="node69.html">Clamaktion</A>
215
+  HREF="node63.html">Scan Log Analyzer</A>
228 216
 <LI><A NAME="tex2html232"
229
-  HREF="node70.html">QMVC - Qmail Mail and Virus Control</A>
217
+  HREF="node64.html">mailgraph</A>
230 218
 <LI><A NAME="tex2html233"
231
-  HREF="node71.html">FETCAV</A>
232
-</UL>
233
-<BR>
219
+  HREF="node65.html">INSERT</A>
234 220
 <LI><A NAME="tex2html234"
235
-  HREF="node72.html">LibClamAV</A>
236
-<UL>
221
+  HREF="node66.html">Local Area Security</A>
237 222
 <LI><A NAME="tex2html235"
238
-  HREF="node73.html">General API</A>
223
+  HREF="node67.html">ClamWin</A>
239 224
 <LI><A NAME="tex2html236"
240
-  HREF="node74.html">Database reloading</A>
225
+  HREF="node68.html">KlamAV</A>
241 226
 <LI><A NAME="tex2html237"
242
-  HREF="node75.html">Scan engine</A>
227
+  HREF="node69.html">Clamaktion</A>
243 228
 <LI><A NAME="tex2html238"
244
-  HREF="node76.html">CVD format</A>
245
-</UL>
246
-<BR>
229
+  HREF="node70.html">QMVC - Qmail Mail and Virus Control</A>
247 230
 <LI><A NAME="tex2html239"
248
-  HREF="node77.html">Credits</A>
249
-<UL>
231
+  HREF="node71.html">FETCAV</A>
250 232
 <LI><A NAME="tex2html240"
251
-  HREF="node78.html">Contributors</A>
233
+  HREF="node72.html">Famuko</A>
252 234
 <LI><A NAME="tex2html241"
253
-  HREF="node79.html">Donors</A>
235
+  HREF="node73.html">SoftlabsAV</A>
254 236
 </UL>
255 237
 <BR>
256 238
 <LI><A NAME="tex2html242"
257
-  HREF="node80.html">Authors</A>
239
+  HREF="node74.html">LibClamAV</A>
258 240
 <UL>
259 241
 <LI><A NAME="tex2html243"
260
-  HREF="node81.html">Virus Database Maintainers</A>
242
+  HREF="node75.html">General API</A>
261 243
 <LI><A NAME="tex2html244"
262
-  HREF="node82.html">Network management</A>
244
+  HREF="node76.html">Database reloading</A>
263 245
 <LI><A NAME="tex2html245"
264
-  HREF="node83.html">Graphics</A>
246
+  HREF="node77.html">Scan engine</A>
265 247
 <LI><A NAME="tex2html246"
266
-  HREF="node84.html">Core developers</A>
248
+  HREF="node78.html">CVD format</A>
267 249
 </UL>
268 250
 <BR>
269 251
 <LI><A NAME="tex2html247"
270
-  HREF="node85.html">Bibliography</A>
252
+  HREF="node79.html">Credits</A>
253
+<UL>
271 254
 <LI><A NAME="tex2html248"
272
-  HREF="node86.html">About this document ...</A>
255
+  HREF="node80.html">Contributors</A>
256
+<LI><A NAME="tex2html249"
257
+  HREF="node81.html">Donors</A>
258
+</UL>
259
+<BR>
260
+<LI><A NAME="tex2html250"
261
+  HREF="node82.html">Authors</A>
262
+<UL>
263
+<LI><A NAME="tex2html251"
264
+  HREF="node83.html">Virus database maintainers</A>
265
+<LI><A NAME="tex2html252"
266
+  HREF="node84.html">Network management</A>
267
+<LI><A NAME="tex2html253"
268
+  HREF="node85.html">Graphics</A>
269
+<LI><A NAME="tex2html254"
270
+  HREF="node86.html">Core developers</A>
271
+</UL>
272
+<BR>
273
+<LI><A NAME="tex2html255"
274
+  HREF="node87.html">Bibliography</A>
275
+<LI><A NAME="tex2html256"
276
+  HREF="node88.html">About this document ...</A>
273 277
 </UL>
274 278
 <!--End of Table of Child-Links-->
275 279
 <BR><HR>
276 280
 <ADDRESS>
277 281
 Tomasz Kojm
278
-2004-06-14
282
+2004-06-29
279 283
 </ADDRESS>
280 284
 </BODY>
281 285
 </HTML>
... ...
@@ -27,24 +27,24 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html257"
30
+<A NAME="tex2html265"
31 31
   HREF="node2.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html255"
34
+<A NAME="tex2html263"
35 35
   HREF="clamdoc.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html249"
38
+<A NAME="tex2html257"
39 39
   HREF="clamdoc.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A>   
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html258"
43
+<B> Next:</B> <A NAME="tex2html266"
44 44
   HREF="node2.html">Introduction</A>
45
-<B> Up:</B> <A NAME="tex2html256"
45
+<B> Up:</B> <A NAME="tex2html264"
46 46
   HREF="clamdoc.html">clamdoc</A>
47
-<B> Previous:</B> <A NAME="tex2html250"
47
+<B> Previous:</B> <A NAME="tex2html258"
48 48
   HREF="clamdoc.html">clamdoc</A>
49 49
 <BR>
50 50
 <BR>
... ...
@@ -57,200 +57,204 @@ Contents</A>
57 57
 <!--Table of Contents-->
58 58
 
59 59
 <UL>
60
-<LI><A NAME="tex2html259"
60
+<LI><A NAME="tex2html267"
61 61
   HREF="node2.html">Introduction</A>
62 62
 <UL>
63
-<LI><A NAME="tex2html260"
63
+<LI><A NAME="tex2html268"
64 64
   HREF="node3.html">Features</A>
65
-<LI><A NAME="tex2html261"
65
+<LI><A NAME="tex2html269"
66 66
   HREF="node4.html">Mailing lists</A>
67
-<LI><A NAME="tex2html262"
67
+<LI><A NAME="tex2html270"
68 68
   HREF="node5.html">Virus submitting</A>
69 69
 </UL>
70 70
 <BR>
71
-<LI><A NAME="tex2html263"
71
+<LI><A NAME="tex2html271"
72 72
   HREF="node6.html">Installation</A>
73 73
 <UL>
74
-<LI><A NAME="tex2html264"
74
+<LI><A NAME="tex2html272"
75 75
   HREF="node7.html">Supported platforms</A>
76
-<LI><A NAME="tex2html265"
76
+<LI><A NAME="tex2html273"
77 77
   HREF="node8.html">Binary packages - stable versions</A>
78
-<LI><A NAME="tex2html266"
78
+<LI><A NAME="tex2html274"
79 79
   HREF="node9.html">Binary packages - snapshots</A>
80
-<LI><A NAME="tex2html267"
80
+<LI><A NAME="tex2html275"
81 81
   HREF="node10.html">Requirements</A>
82
-<LI><A NAME="tex2html268"
82
+<LI><A NAME="tex2html276"
83 83
   HREF="node11.html">Installing on a shell account</A>
84
-<LI><A NAME="tex2html269"
84
+<LI><A NAME="tex2html277"
85 85
   HREF="node12.html">New system user and group</A>
86
-<LI><A NAME="tex2html270"
86
+<LI><A NAME="tex2html278"
87 87
   HREF="node13.html">Compilation</A>
88
-<LI><A NAME="tex2html271"
88
+<LI><A NAME="tex2html279"
89 89
   HREF="node14.html">Configuration</A>
90
-<LI><A NAME="tex2html272"
90
+<LI><A NAME="tex2html280"
91 91
   HREF="node15.html">Testing</A>
92
-<LI><A NAME="tex2html273"
92
+<LI><A NAME="tex2html281"
93 93
   HREF="node16.html">freshclam: Setting up auto-updating</A>
94
-<LI><A NAME="tex2html274"
94
+<LI><A NAME="tex2html282"
95 95
   HREF="node17.html">Database mirrors</A>
96 96
 </UL>
97 97
 <BR>
98
-<LI><A NAME="tex2html275"
98
+<LI><A NAME="tex2html283"
99 99
   HREF="node18.html">Usage</A>
100 100
 <UL>
101
-<LI><A NAME="tex2html276"
101
+<LI><A NAME="tex2html284"
102 102
   HREF="node19.html">Clam daemon</A>
103
-<LI><A NAME="tex2html277"
103
+<LI><A NAME="tex2html285"
104 104
   HREF="node20.html">Clam<B>d</B>scan</A>
105
-<LI><A NAME="tex2html278"
105
+<LI><A NAME="tex2html286"
106 106
   HREF="node21.html">Clamuko</A>
107
-<LI><A NAME="tex2html279"
107
+<LI><A NAME="tex2html287"
108 108
   HREF="node22.html">Archives and compressed files</A>
109
-<LI><A NAME="tex2html280"
109
+<LI><A NAME="tex2html288"
110 110
   HREF="node23.html">Mail files</A>
111
-<LI><A NAME="tex2html281"
111
+<LI><A NAME="tex2html289"
112 112
   HREF="node24.html">Output format</A>
113
-<LI><A NAME="tex2html282"
113
+<LI><A NAME="tex2html290"
114 114
   HREF="node25.html">Signature Tool</A>
115 115
 </UL>
116 116
 <BR>
117
-<LI><A NAME="tex2html283"
117
+<LI><A NAME="tex2html291"
118 118
   HREF="node26.html">Problem solving</A>
119 119
 <UL>
120
-<LI><A NAME="tex2html284"
120
+<LI><A NAME="tex2html292"
121 121
   HREF="node27.html">Return codes</A>
122 122
 </UL>
123 123
 <BR>
124
-<LI><A NAME="tex2html285"
124
+<LI><A NAME="tex2html293"
125 125
   HREF="node28.html">Third party software</A>
126 126
 <UL>
127
-<LI><A NAME="tex2html286"
127
+<LI><A NAME="tex2html294"
128 128
   HREF="node29.html">clamav-milter</A>
129
-<LI><A NAME="tex2html287"
129
+<LI><A NAME="tex2html295"
130 130
   HREF="node30.html">IVS Milter</A>
131
-<LI><A NAME="tex2html288"
131
+<LI><A NAME="tex2html296"
132 132
   HREF="node31.html">smtp-vilter</A>
133
-<LI><A NAME="tex2html289"
133
+<LI><A NAME="tex2html297"
134 134
   HREF="node32.html">mod_clamav</A>
135
-<LI><A NAME="tex2html290"
135
+<LI><A NAME="tex2html298"
136 136
   HREF="node33.html">AMaViS - "Next Generation"</A>
137
-<LI><A NAME="tex2html291"
137
+<LI><A NAME="tex2html299"
138 138
   HREF="node34.html">amavisd-new</A>
139
-<LI><A NAME="tex2html292"
139
+<LI><A NAME="tex2html300"
140 140
   HREF="node35.html">Qmail-Scanner</A>
141
-<LI><A NAME="tex2html293"
141
+<LI><A NAME="tex2html301"
142 142
   HREF="node36.html">Sagator</A>
143
-<LI><A NAME="tex2html294"
143
+<LI><A NAME="tex2html302"
144 144
   HREF="node37.html">ClamdMail</A>
145
-<LI><A NAME="tex2html295"
145
+<LI><A NAME="tex2html303"
146 146
   HREF="node38.html">BlackHole</A>
147
-<LI><A NAME="tex2html296"
147
+<LI><A NAME="tex2html304"
148 148
   HREF="node39.html">MailScanner</A>
149
-<LI><A NAME="tex2html297"
149
+<LI><A NAME="tex2html305"
150 150
   HREF="node40.html">MIMEDefang</A>
151
-<LI><A NAME="tex2html298"
151
+<LI><A NAME="tex2html306"
152 152
   HREF="node41.html">exiscan</A>
153
-<LI><A NAME="tex2html299"
153
+<LI><A NAME="tex2html307"
154 154
   HREF="node42.html">scanexi</A>
155
-<LI><A NAME="tex2html300"
155
+<LI><A NAME="tex2html308"
156 156
   HREF="node43.html">Mail::ClamAV</A>
157
-<LI><A NAME="tex2html301"
157
+<LI><A NAME="tex2html309"
158 158
   HREF="node44.html">OpenAntiVirus samba-vscan</A>
159
-<LI><A NAME="tex2html302"
159
+<LI><A NAME="tex2html310"
160 160
   HREF="node45.html">Sylpheed Claws</A>
161
-<LI><A NAME="tex2html303"
161
+<LI><A NAME="tex2html311"
162 162
   HREF="node46.html">nclamd</A>
163
-<LI><A NAME="tex2html304"
163
+<LI><A NAME="tex2html312"
164 164
   HREF="node47.html">cgpav</A>
165
-<LI><A NAME="tex2html305"
165
+<LI><A NAME="tex2html313"
166 166
   HREF="node48.html">j-chkmail</A>
167
-<LI><A NAME="tex2html306"
167
+<LI><A NAME="tex2html314"
168 168
   HREF="node49.html">qscanq</A>
169
-<LI><A NAME="tex2html307"
169
+<LI><A NAME="tex2html315"
170 170
   HREF="node50.html">clamavr</A>
171
-<LI><A NAME="tex2html308"
171
+<LI><A NAME="tex2html316"
172 172
   HREF="node51.html">pyclamav</A>
173
-<LI><A NAME="tex2html309"
173
+<LI><A NAME="tex2html317"
174 174
   HREF="node52.html">DansGuardian Anti-Virus Plugin</A>
175
-<LI><A NAME="tex2html310"
175
+<LI><A NAME="tex2html318"
176 176
   HREF="node53.html">Viralator</A>
177
-<LI><A NAME="tex2html311"
177
+<LI><A NAME="tex2html319"
178 178
   HREF="node54.html">ClamAssassin</A>
179
-<LI><A NAME="tex2html312"
179
+<LI><A NAME="tex2html320"
180 180
   HREF="node55.html">clamscan-procfilter</A>
181
-<LI><A NAME="tex2html313"
181
+<LI><A NAME="tex2html321"
182 182
   HREF="node56.html">MyClamMailFilter</A>
183
-<LI><A NAME="tex2html314"
183
+<LI><A NAME="tex2html322"
184 184
   HREF="node57.html">Gadoyanvirus</A>
185
-<LI><A NAME="tex2html315"
185
+<LI><A NAME="tex2html323"
186 186
   HREF="node58.html">OpenProtect</A>
187
-<LI><A NAME="tex2html316"
187
+<LI><A NAME="tex2html324"
188 188
   HREF="node59.html">RevolSys SMTP kit for Postfix</A>
189
-<LI><A NAME="tex2html317"
189
+<LI><A NAME="tex2html325"
190 190
   HREF="node60.html">POP3 Virus Scanner Daemon</A>
191
-<LI><A NAME="tex2html318"
191
+<LI><A NAME="tex2html326"
192 192
   HREF="node61.html">mailman-clamav</A>
193
-<LI><A NAME="tex2html319"
193
+<LI><A NAME="tex2html327"
194 194
   HREF="node62.html">wbmclamav</A>
195
-<LI><A NAME="tex2html320"
195
+<LI><A NAME="tex2html328"
196 196
   HREF="node63.html">Scan Log Analyzer</A>
197
-<LI><A NAME="tex2html321"
197
+<LI><A NAME="tex2html329"
198 198
   HREF="node64.html">mailgraph</A>
199
-<LI><A NAME="tex2html322"
199
+<LI><A NAME="tex2html330"
200 200
   HREF="node65.html">INSERT</A>
201
-<LI><A NAME="tex2html323"
201
+<LI><A NAME="tex2html331"
202 202
   HREF="node66.html">Local Area Security</A>
203
-<LI><A NAME="tex2html324"
203
+<LI><A NAME="tex2html332"
204 204
   HREF="node67.html">ClamWin</A>
205
-<LI><A NAME="tex2html325"
205
+<LI><A NAME="tex2html333"
206 206
   HREF="node68.html">KlamAV</A>
207
-<LI><A NAME="tex2html326"
207
+<LI><A NAME="tex2html334"
208 208
   HREF="node69.html">Clamaktion</A>
209
-<LI><A NAME="tex2html327"
209
+<LI><A NAME="tex2html335"
210 210
   HREF="node70.html">QMVC - Qmail Mail and Virus Control</A>
211
-<LI><A NAME="tex2html328"
211
+<LI><A NAME="tex2html336"
212 212
   HREF="node71.html">FETCAV</A>
213
+<LI><A NAME="tex2html337"
214
+  HREF="node72.html">Famuko</A>
215
+<LI><A NAME="tex2html338"
216
+  HREF="node73.html">SoftlabsAV</A>
213 217
 </UL>
214 218
 <BR>
215
-<LI><A NAME="tex2html329"
216
-  HREF="node72.html">LibClamAV</A>
219
+<LI><A NAME="tex2html339"
220
+  HREF="node74.html">LibClamAV</A>
217 221
 <UL>
218
-<LI><A NAME="tex2html330"
219
-  HREF="node73.html">General API</A>
220
-<LI><A NAME="tex2html331"
221
-  HREF="node74.html">Database reloading</A>
222
-<LI><A NAME="tex2html332"
223
-  HREF="node75.html">Scan engine</A>
224
-<LI><A NAME="tex2html333"
225
-  HREF="node76.html">CVD format</A>
222
+<LI><A NAME="tex2html340"
223
+  HREF="node75.html">General API</A>
224
+<LI><A NAME="tex2html341"
225
+  HREF="node76.html">Database reloading</A>
226
+<LI><A NAME="tex2html342"
227
+  HREF="node77.html">Scan engine</A>
228
+<LI><A NAME="tex2html343"
229
+  HREF="node78.html">CVD format</A>
226 230
 </UL>
227 231
 <BR>
228
-<LI><A NAME="tex2html334"
229
-  HREF="node77.html">Credits</A>
232
+<LI><A NAME="tex2html344"
233
+  HREF="node79.html">Credits</A>
230 234
 <UL>
231
-<LI><A NAME="tex2html335"
232
-  HREF="node78.html">Contributors</A>
233
-<LI><A NAME="tex2html336"
234
-  HREF="node79.html">Donors</A>
235
+<LI><A NAME="tex2html345"
236
+  HREF="node80.html">Contributors</A>
237
+<LI><A NAME="tex2html346"
238
+  HREF="node81.html">Donors</A>
235 239
 </UL>
236 240
 <BR>
237
-<LI><A NAME="tex2html337"
238
-  HREF="node80.html">Authors</A>
241
+<LI><A NAME="tex2html347"
242
+  HREF="node82.html">Authors</A>
239 243
 <UL>
240
-<LI><A NAME="tex2html338"
241
-  HREF="node81.html">Virus Database Maintainers</A>
242
-<LI><A NAME="tex2html339"
243
-  HREF="node82.html">Network management</A>
244
-<LI><A NAME="tex2html340"
245
-  HREF="node83.html">Graphics</A>
246
-<LI><A NAME="tex2html341"
247
-  HREF="node84.html">Core developers</A>
244
+<LI><A NAME="tex2html348"
245
+  HREF="node83.html">Virus database maintainers</A>
246
+<LI><A NAME="tex2html349"
247
+  HREF="node84.html">Network management</A>
248
+<LI><A NAME="tex2html350"
249
+  HREF="node85.html">Graphics</A>
250
+<LI><A NAME="tex2html351"
251
+  HREF="node86.html">Core developers</A>
248 252
 </UL>
249 253
 <BR>
250
-<LI><A NAME="tex2html342"
251
-  HREF="node85.html">Bibliography</A>
252
-<LI><A NAME="tex2html343"
253
-  HREF="node86.html">About this document ...</A>
254
+<LI><A NAME="tex2html352"
255
+  HREF="node87.html">Bibliography</A>
256
+<LI><A NAME="tex2html353"
257
+  HREF="node88.html">About this document ...</A>
254 258
 </UL>
255 259
 <!--End of Table of Contents-->    <BR>
256 260
 <BR>
... ...
@@ -271,11 +275,6 @@ Contents</A>
271 271
 <BR>
272 272
 <BR>
273 273
 <BR>
274
-<BR>
275
-<BR>
276
-<BR>
277
-<BR>
278
-<BR>
279 274
     
280 275
     <BR>
281 276
 <IMG
... ...
@@ -294,7 +293,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
294 294
 <BR><HR>
295 295
 <ADDRESS>
296 296
 Tomasz Kojm
297
-2004-06-14
297
+2004-06-29
298 298
 </ADDRESS>
299 299
 </BODY>
300 300
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html462"
30
+<A NAME="tex2html472"
31 31
   HREF="node11.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html458"
34
+<A NAME="tex2html468"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html452"
38
+<A NAME="tex2html462"
39 39
   HREF="node9.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html460"
42
+<A NAME="tex2html470"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html463"
47
+<B> Next:</B> <A NAME="tex2html473"
48 48
   HREF="node11.html">Installing on a shell</A>
49
-<B> Up:</B> <A NAME="tex2html459"
49
+<B> Up:</B> <A NAME="tex2html469"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html453"
51
+<B> Previous:</B> <A NAME="tex2html463"
52 52
   HREF="node9.html">Binary packages - snapshots</A>
53
- &nbsp <B>  <A NAME="tex2html461"
53
+ &nbsp <B>  <A NAME="tex2html471"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -94,7 +94,7 @@ A note for Solaris users: you should set the <I>ABI</I> system
94 94
 <BR><HR>
95 95
 <ADDRESS>
96 96
 Tomasz Kojm
97
-2004-06-14
97
+2004-06-29
98 98
 </ADDRESS>
99 99
 </BODY>
100 100
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html474"
30
+<A NAME="tex2html484"
31 31
   HREF="node12.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html470"
34
+<A NAME="tex2html480"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html464"
38
+<A NAME="tex2html474"
39 39
   HREF="node10.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html472"
42
+<A NAME="tex2html482"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html475"
47
+<B> Next:</B> <A NAME="tex2html485"
48 48
   HREF="node12.html">New system user and</A>
49
-<B> Up:</B> <A NAME="tex2html471"
49
+<B> Up:</B> <A NAME="tex2html481"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html465"
51
+<B> Previous:</B> <A NAME="tex2html475"
52 52
   HREF="node10.html">Requirements</A>
53
- &nbsp <B>  <A NAME="tex2html473"
53
+ &nbsp <B>  <A NAME="tex2html483"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -76,7 +76,7 @@ Installing on a shell account</A>
76 76
 <BR><HR>
77 77
 <ADDRESS>
78 78
 Tomasz Kojm
79
-2004-06-14
79
+2004-06-29
80 80
 </ADDRESS>
81 81
 </BODY>
82 82
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html486"
30
+<A NAME="tex2html496"
31 31
   HREF="node13.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html482"
34
+<A NAME="tex2html492"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html476"
38
+<A NAME="tex2html486"
39 39
   HREF="node11.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html484"
42
+<A NAME="tex2html494"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html487"
47
+<B> Next:</B> <A NAME="tex2html497"
48 48
   HREF="node13.html">Compilation</A>
49
-<B> Up:</B> <A NAME="tex2html483"
49
+<B> Up:</B> <A NAME="tex2html493"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html477"
51
+<B> Previous:</B> <A NAME="tex2html487"
52 52
   HREF="node11.html">Installing on a shell</A>
53
- &nbsp <B>  <A NAME="tex2html485"
53
+ &nbsp <B>  <A NAME="tex2html495"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -81,7 +81,7 @@ New system user and group</A>
81 81
 <BR><HR>
82 82
 <ADDRESS>
83 83
 Tomasz Kojm
84
-2004-06-14
84
+2004-06-29
85 85
 </ADDRESS>
86 86
 </BODY>
87 87
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html498"
30
+<A NAME="tex2html508"
31 31
   HREF="node14.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html494"
34
+<A NAME="tex2html504"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html488"
38
+<A NAME="tex2html498"
39 39
   HREF="node12.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html496"
42
+<A NAME="tex2html506"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html499"
47
+<B> Next:</B> <A NAME="tex2html509"
48 48
   HREF="node14.html">Configuration</A>
49
-<B> Up:</B> <A NAME="tex2html495"
49
+<B> Up:</B> <A NAME="tex2html505"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html489"
51
+<B> Previous:</B> <A NAME="tex2html499"
52 52
   HREF="node12.html">New system user and</A>
53
- &nbsp <B>  <A NAME="tex2html497"
53
+ &nbsp <B>  <A NAME="tex2html507"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -84,7 +84,7 @@ Compilation</A>
84 84
 <BR><HR>
85 85
 <ADDRESS>
86 86
 Tomasz Kojm
87
-2004-06-14
87
+2004-06-29
88 88
 </ADDRESS>
89 89
 </BODY>
90 90
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html510"
30
+<A NAME="tex2html520"
31 31
   HREF="node15.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html506"
34
+<A NAME="tex2html516"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html500"
38
+<A NAME="tex2html510"
39 39
   HREF="node13.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html508"
42
+<A NAME="tex2html518"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html511"
47
+<B> Next:</B> <A NAME="tex2html521"
48 48
   HREF="node15.html">Testing</A>
49
-<B> Up:</B> <A NAME="tex2html507"
49
+<B> Up:</B> <A NAME="tex2html517"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html501"
51
+<B> Previous:</B> <A NAME="tex2html511"
52 52
   HREF="node13.html">Compilation</A>
53
- &nbsp <B>  <A NAME="tex2html509"
53
+ &nbsp <B>  <A NAME="tex2html519"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -110,35 +110,35 @@ Another feature of clamd is on-access scanning based on the Dazuko module,
110 110
 <P>
111 111
 <HR>
112 112
 <!--Navigation Panel-->
113
-<A NAME="tex2html510"
113
+<A NAME="tex2html520"
114 114
   HREF="node15.html">
115 115
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
116 116
  SRC="/usr/share/latex2html/icons/next.png"></A> 
117
-<A NAME="tex2html506"
117
+<A NAME="tex2html516"
118 118
   HREF="node6.html">
119 119
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
120 120
  SRC="/usr/share/latex2html/icons/up.png"></A> 
121
-<A NAME="tex2html500"
121
+<A NAME="tex2html510"
122 122
   HREF="node13.html">
123 123
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
124 124
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
125
-<A NAME="tex2html508"
125
+<A NAME="tex2html518"
126 126
   HREF="node1.html">
127 127
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
128 128
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
129 129
 <BR>
130
-<B> Next:</B> <A NAME="tex2html511"
130
+<B> Next:</B> <A NAME="tex2html521"
131 131
   HREF="node15.html">Testing</A>
132
-<B> Up:</B> <A NAME="tex2html507"
132
+<B> Up:</B> <A NAME="tex2html517"
133 133
   HREF="node6.html">Installation</A>
134
-<B> Previous:</B> <A NAME="tex2html501"
134
+<B> Previous:</B> <A NAME="tex2html511"
135 135
   HREF="node13.html">Compilation</A>
136
- &nbsp <B>  <A NAME="tex2html509"
136
+ &nbsp <B>  <A NAME="tex2html519"
137 137
   HREF="node1.html">Contents</A></B> 
138 138
 <!--End of Navigation Panel-->
139 139
 <ADDRESS>
140 140
 Tomasz Kojm
141
-2004-06-14
141
+2004-06-29
142 142
 </ADDRESS>
143 143
 </BODY>
144 144
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html522"
30
+<A NAME="tex2html532"
31 31
   HREF="node16.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html518"
34
+<A NAME="tex2html528"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html512"
38
+<A NAME="tex2html522"
39 39
   HREF="node14.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html520"
42
+<A NAME="tex2html530"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html523"
47
+<B> Next:</B> <A NAME="tex2html533"
48 48
   HREF="node16.html">freshclam: Setting up auto-updating</A>
49
-<B> Up:</B> <A NAME="tex2html519"
49
+<B> Up:</B> <A NAME="tex2html529"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html513"
51
+<B> Previous:</B> <A NAME="tex2html523"
52 52
   HREF="node14.html">Configuration</A>
53
- &nbsp <B>  <A NAME="tex2html521"
53
+ &nbsp <B>  <A NAME="tex2html531"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -65,7 +65,7 @@ Testing</A>
65 65
 </PRE>
66 66
     It should find some test viruses in the clamav-x.yz/test directory.
67 67
     The scan result is saved in the scan.txt log file. <A NAME="tex2html20"
68
-  HREF="footnode.html#foot1016"><SUP>4</SUP></A>. To test clamd: start it and
68
+  HREF="footnode.html#foot1033"><SUP>4</SUP></A>. To test clamd: start it and
69 69
     use <I>clamdscan</I> (you can also connect directly to clamd and run
70 70
     the SCAN command):
71 71
     <PRE>
... ...
@@ -77,7 +77,7 @@ Testing</A>
77 77
 <BR><HR>
78 78
 <ADDRESS>
79 79
 Tomasz Kojm
80
-2004-06-14
80
+2004-06-29
81 81
 </ADDRESS>
82 82
 </BODY>
83 83
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html534"
30
+<A NAME="tex2html544"
31 31
   HREF="node17.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html530"
34
+<A NAME="tex2html540"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html524"
38
+<A NAME="tex2html534"
39 39
   HREF="node15.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html532"
42
+<A NAME="tex2html542"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html535"
47
+<B> Next:</B> <A NAME="tex2html545"
48 48
   HREF="node17.html">Database mirrors</A>
49
-<B> Up:</B> <A NAME="tex2html531"
49
+<B> Up:</B> <A NAME="tex2html541"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html525"
51
+<B> Previous:</B> <A NAME="tex2html535"
52 52
   HREF="node15.html">Testing</A>
53
- &nbsp <B>  <A NAME="tex2html533"
53
+ &nbsp <B>  <A NAME="tex2html543"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -112,35 +112,35 @@ N * * * *	/usr/local/bin/freshclam --quiet
112 112
 <P>
113 113
 <HR>
114 114
 <!--Navigation Panel-->
115
-<A NAME="tex2html534"
115
+<A NAME="tex2html544"
116 116
   HREF="node17.html">
117 117
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
118 118
  SRC="/usr/share/latex2html/icons/next.png"></A> 
119
-<A NAME="tex2html530"
119
+<A NAME="tex2html540"
120 120
   HREF="node6.html">
121 121
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
122 122
  SRC="/usr/share/latex2html/icons/up.png"></A> 
123
-<A NAME="tex2html524"
123
+<A NAME="tex2html534"
124 124
   HREF="node15.html">
125 125
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
126 126
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
127
-<A NAME="tex2html532"
127
+<A NAME="tex2html542"
128 128
   HREF="node1.html">
129 129
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
130 130
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
131 131
 <BR>
132
-<B> Next:</B> <A NAME="tex2html535"
132
+<B> Next:</B> <A NAME="tex2html545"
133 133
   HREF="node17.html">Database mirrors</A>
134
-<B> Up:</B> <A NAME="tex2html531"
134
+<B> Up:</B> <A NAME="tex2html541"
135 135
   HREF="node6.html">Installation</A>
136
-<B> Previous:</B> <A NAME="tex2html525"
136
+<B> Previous:</B> <A NAME="tex2html535"
137 137
   HREF="node15.html">Testing</A>
138
- &nbsp <B>  <A NAME="tex2html533"
138
+ &nbsp <B>  <A NAME="tex2html543"
139 139
   HREF="node1.html">Contents</A></B> 
140 140
 <!--End of Navigation Panel-->
141 141
 <ADDRESS>
142 142
 Tomasz Kojm
143
-2004-06-14
143
+2004-06-29
144 144
 </ADDRESS>
145 145
 </BODY>
146 146
 </HTML>
... ...
@@ -26,30 +26,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html544"
29
+<A NAME="tex2html554"
30 30
   HREF="node18.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 32
  SRC="/usr/share/latex2html/icons/next.png"></A> 
33
-<A NAME="tex2html540"
33
+<A NAME="tex2html550"
34 34
   HREF="node6.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 36
  SRC="/usr/share/latex2html/icons/up.png"></A> 
37
-<A NAME="tex2html536"
37
+<A NAME="tex2html546"
38 38
   HREF="node16.html">
39 39
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 40
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
-<A NAME="tex2html542"
41
+<A NAME="tex2html552"
42 42
   HREF="node1.html">
43 43
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 44
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
45 45
 <BR>
46
-<B> Next:</B> <A NAME="tex2html545"
46
+<B> Next:</B> <A NAME="tex2html555"
47 47
   HREF="node18.html">Usage</A>
48
-<B> Up:</B> <A NAME="tex2html541"
48
+<B> Up:</B> <A NAME="tex2html551"
49 49
   HREF="node6.html">Installation</A>
50
-<B> Previous:</B> <A NAME="tex2html537"
50
+<B> Previous:</B> <A NAME="tex2html547"
51 51
   HREF="node16.html">freshclam: Setting up auto-updating</A>
52
- &nbsp <B>  <A NAME="tex2html543"
52
+ &nbsp <B>  <A NAME="tex2html553"
53 53
   HREF="node1.html">Contents</A></B> 
54 54
 <BR>
55 55
 <BR>
... ...
@@ -756,6 +756,32 @@ Database mirrors
756 756
 <TD ALIGN="CENTER"><FONT SIZE="-1">	    </FONT></TD>
757 757
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;support*planetmirror.com&gt;</FONT></TD>
758 758
 </TR>
759
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
760
+	<TT><A NAME="tex2html76"
761
+  HREF="clamavdb.raimei.co.jp">clamavdb.raimei.co.jp</A></TT> </FONT></TD>
762
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 219.106.255.66 </FONT></TD>
763
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Japan </FONT></TD>
764
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Araki Musashi</FONT></TD>
765
+</TR>
766
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
767
+				    </FONT></TD>
768
+<TD ALIGN="CENTER"><FONT SIZE="-1">		     </FONT></TD>
769
+<TD ALIGN="CENTER"><FONT SIZE="-1">	     </FONT></TD>
770
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;araki*raimei.co.jp&gt;</FONT></TD>
771
+</TR>
772
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
773
+	<TT><A NAME="tex2html77"
774
+  HREF="clamav.pathlink.com">clamav.pathlink.com</A></TT> </FONT></TD>
775
+<TD ALIGN="CENTER"><FONT SIZE="-1"> 129.250.169.81 </FONT></TD>
776
+<TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
777
+<TD ALIGN="CENTER"><FONT SIZE="-1"> Kachun Lee</FONT></TD>
778
+</TR>
779
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
780
+				  </FONT></TD>
781
+<TD ALIGN="CENTER"><FONT SIZE="-1">		   </FONT></TD>
782
+<TD ALIGN="CENTER"><FONT SIZE="-1">	 </FONT></TD>
783
+<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;kachun*pathlink.com&gt;</FONT></TD>
784
+</TR>
759 785
 </TABLE>
760 786
     
761 787
 </DIV>
... ...
@@ -769,35 +795,35 @@ There is a <I>DatabaseMirror</I> directive in the config file, which
769 769
 <P>
770 770
 <HR>
771 771
 <!--Navigation Panel-->
772
-<A NAME="tex2html544"
772
+<A NAME="tex2html554"
773 773
   HREF="node18.html">
774 774
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
775 775
  SRC="/usr/share/latex2html/icons/next.png"></A> 
776
-<A NAME="tex2html540"
776
+<A NAME="tex2html550"
777 777
   HREF="node6.html">
778 778
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
779 779
  SRC="/usr/share/latex2html/icons/up.png"></A> 
780
-<A NAME="tex2html536"
780
+<A NAME="tex2html546"
781 781
   HREF="node16.html">
782 782
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
783 783
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
784
-<A NAME="tex2html542"
784
+<A NAME="tex2html552"
785 785
   HREF="node1.html">
786 786
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
787 787
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
788 788
 <BR>
789
-<B> Next:</B> <A NAME="tex2html545"
789
+<B> Next:</B> <A NAME="tex2html555"
790 790
   HREF="node18.html">Usage</A>
791
-<B> Up:</B> <A NAME="tex2html541"
791
+<B> Up:</B> <A NAME="tex2html551"
792 792
   HREF="node6.html">Installation</A>
793
-<B> Previous:</B> <A NAME="tex2html537"
793
+<B> Previous:</B> <A NAME="tex2html547"
794 794
   HREF="node16.html">freshclam: Setting up auto-updating</A>
795
- &nbsp <B>  <A NAME="tex2html543"
795
+ &nbsp <B>  <A NAME="tex2html553"
796 796
   HREF="node1.html">Contents</A></B> 
797 797
 <!--End of Navigation Panel-->
798 798
 <ADDRESS>
799 799
 Tomasz Kojm
800
-2004-06-14
800
+2004-06-29
801 801
 </ADDRESS>
802 802
 </BODY>
803 803
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html556"
30
+<A NAME="tex2html566"
31 31
   HREF="node19.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html552"
34
+<A NAME="tex2html562"
35 35
   HREF="clamdoc.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html546"
38
+<A NAME="tex2html556"
39 39
   HREF="node17.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html554"
42
+<A NAME="tex2html564"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html557"
47
+<B> Next:</B> <A NAME="tex2html567"
48 48
   HREF="node19.html">Clam daemon</A>
49
-<B> Up:</B> <A NAME="tex2html553"
49
+<B> Up:</B> <A NAME="tex2html563"
50 50
   HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html547"
51
+<B> Previous:</B> <A NAME="tex2html557"
52 52
   HREF="node17.html">Database mirrors</A>
53
- &nbsp <B>  <A NAME="tex2html555"
53
+ &nbsp <B>  <A NAME="tex2html565"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -66,26 +66,26 @@ Usage</A>
66 66
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
67 67
 
68 68
 <UL>
69
-<LI><A NAME="tex2html558"
69
+<LI><A NAME="tex2html568"
70 70
   HREF="node19.html">Clam daemon</A>
71
-<LI><A NAME="tex2html559"
71
+<LI><A NAME="tex2html569"
72 72
   HREF="node20.html">Clam<B>d</B>scan</A>
73
-<LI><A NAME="tex2html560"
73
+<LI><A NAME="tex2html570"
74 74
   HREF="node21.html">Clamuko</A>
75
-<LI><A NAME="tex2html561"
75
+<LI><A NAME="tex2html571"
76 76
   HREF="node22.html">Archives and compressed files</A>
77
-<LI><A NAME="tex2html562"
77
+<LI><A NAME="tex2html572"
78 78
   HREF="node23.html">Mail files</A>
79
-<LI><A NAME="tex2html563"
79
+<LI><A NAME="tex2html573"
80 80
   HREF="node24.html">Output format</A>
81
-<LI><A NAME="tex2html564"
81
+<LI><A NAME="tex2html574"
82 82
   HREF="node25.html">Signature Tool</A>
83 83
 </UL>
84 84
 <!--End of Table of Child-Links-->
85 85
 <BR><HR>
86 86
 <ADDRESS>
87 87
 Tomasz Kojm
88
-2004-06-14
88
+2004-06-29
89 89
 </ADDRESS>
90 90
 </BODY>
91 91
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html575"
30
+<A NAME="tex2html585"
31 31
   HREF="node20.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html571"
34
+<A NAME="tex2html581"
35 35
   HREF="node18.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html565"
38
+<A NAME="tex2html575"
39 39
   HREF="node18.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html573"
42
+<A NAME="tex2html583"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html576"
47
+<B> Next:</B> <A NAME="tex2html586"
48 48
   HREF="node20.html">Clamdscan</A>
49
-<B> Up:</B> <A NAME="tex2html572"
49
+<B> Up:</B> <A NAME="tex2html582"
50 50
   HREF="node18.html">Usage</A>
51
-<B> Previous:</B> <A NAME="tex2html566"
51
+<B> Previous:</B> <A NAME="tex2html576"
52 52
   HREF="node18.html">Usage</A>
53
- &nbsp <B>  <A NAME="tex2html574"
53
+ &nbsp <B>  <A NAME="tex2html584"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -133,35 +133,35 @@ Perform a clean exit.
133 133
 <P>
134 134
 <HR>
135 135
 <!--Navigation Panel-->
136
-<A NAME="tex2html575"
136
+<A NAME="tex2html585"
137 137
   HREF="node20.html">
138 138
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
139 139
  SRC="/usr/share/latex2html/icons/next.png"></A> 
140
-<A NAME="tex2html571"
140
+<A NAME="tex2html581"
141 141
   HREF="node18.html">
142 142
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
143 143
  SRC="/usr/share/latex2html/icons/up.png"></A> 
144
-<A NAME="tex2html565"
144
+<A NAME="tex2html575"
145 145
   HREF="node18.html">
146 146
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
147 147
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
148
-<A NAME="tex2html573"
148
+<A NAME="tex2html583"
149 149
   HREF="node1.html">
150 150
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
151 151
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
152 152
 <BR>
153
-<B> Next:</B> <A NAME="tex2html576"
153
+<B> Next:</B> <A NAME="tex2html586"
154 154
   HREF="node20.html">Clamdscan</A>
155
-<B> Up:</B> <A NAME="tex2html572"
155
+<B> Up:</B> <A NAME="tex2html582"
156 156
   HREF="node18.html">Usage</A>
157
-<B> Previous:</B> <A NAME="tex2html566"
157
+<B> Previous:</B> <A NAME="tex2html576"
158 158
   HREF="node18.html">Usage</A>
159
- &nbsp <B>  <A NAME="tex2html574"
159
+ &nbsp <B>  <A NAME="tex2html584"
160 160
   HREF="node1.html">Contents</A></B> 
161 161
 <!--End of Navigation Panel-->
162 162
 <ADDRESS>
163 163
 Tomasz Kojm
164
-2004-06-14
164
+2004-06-29
165 165
 </ADDRESS>
166 166
 </BODY>
167 167
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html354"
30
+<A NAME="tex2html364"
31 31
   HREF="node3.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html350"
34
+<A NAME="tex2html360"
35 35
   HREF="clamdoc.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html344"
38
+<A NAME="tex2html354"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html352"
42
+<A NAME="tex2html362"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html355"
47
+<B> Next:</B> <A NAME="tex2html365"
48 48
   HREF="node3.html">Features</A>
49
-<B> Up:</B> <A NAME="tex2html351"
49
+<B> Up:</B> <A NAME="tex2html361"
50 50
   HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html345"
51
+<B> Previous:</B> <A NAME="tex2html355"
52 52
   HREF="node1.html">Contents</A>
53
- &nbsp <B>  <A NAME="tex2html353"
53
+ &nbsp <B>  <A NAME="tex2html363"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -74,18 +74,18 @@ Clam AntiVirus is an anti-virus toolkit for UNIX. The main purpose of this
74 74
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
75 75
 
76 76
 <UL>
77
-<LI><A NAME="tex2html356"
77
+<LI><A NAME="tex2html366"
78 78
   HREF="node3.html">Features</A>
79
-<LI><A NAME="tex2html357"
79
+<LI><A NAME="tex2html367"
80 80
   HREF="node4.html">Mailing lists</A>
81
-<LI><A NAME="tex2html358"
81
+<LI><A NAME="tex2html368"
82 82
   HREF="node5.html">Virus submitting</A>
83 83
 </UL>
84 84
 <!--End of Table of Child-Links-->
85 85
 <BR><HR>
86 86
 <ADDRESS>
87 87
 Tomasz Kojm
88
-2004-06-14
88
+2004-06-29
89 89
 </ADDRESS>
90 90
 </BODY>
91 91
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html587"
30
+<A NAME="tex2html597"
31 31
   HREF="node21.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html583"
34
+<A NAME="tex2html593"
35 35
   HREF="node18.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html577"
38
+<A NAME="tex2html587"
39 39
   HREF="node19.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html585"
42
+<A NAME="tex2html595"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html588"
47
+<B> Next:</B> <A NAME="tex2html598"
48 48
   HREF="node21.html">Clamuko</A>
49
-<B> Up:</B> <A NAME="tex2html584"
49
+<B> Up:</B> <A NAME="tex2html594"
50 50
   HREF="node18.html">Usage</A>
51
-<B> Previous:</B> <A NAME="tex2html578"
51
+<B> Previous:</B> <A NAME="tex2html588"
52 52
   HREF="node19.html">Clam daemon</A>
53
- &nbsp <B>  <A NAME="tex2html586"
53
+ &nbsp <B>  <A NAME="tex2html596"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -81,7 +81,7 @@ Clam<B>d</B>scan</A>
81 81
 <BR><HR>
82 82
 <ADDRESS>
83 83
 Tomasz Kojm
84
-2004-06-14
84
+2004-06-29
85 85
 </ADDRESS>
86 86
 </BODY>
87 87
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html599"
30
+<A NAME="tex2html609"
31 31
   HREF="node22.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html595"
34
+<A NAME="tex2html605"
35 35
   HREF="node18.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html589"
38
+<A NAME="tex2html599"
39 39
   HREF="node20.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html597"
42
+<A NAME="tex2html607"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html600"
47
+<B> Next:</B> <A NAME="tex2html610"
48 48
   HREF="node22.html">Archives and compressed files</A>
49
-<B> Up:</B> <A NAME="tex2html596"
49
+<B> Up:</B> <A NAME="tex2html606"
50 50
   HREF="node18.html">Usage</A>
51
-<B> Previous:</B> <A NAME="tex2html590"
51
+<B> Previous:</B> <A NAME="tex2html600"
52 52
   HREF="node20.html">Clamdscan</A>
53
- &nbsp <B>  <A NAME="tex2html598"
53
+ &nbsp <B>  <A NAME="tex2html608"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -102,35 +102,35 @@ Clamuko
102 102
 <P>
103 103
 <HR>
104 104
 <!--Navigation Panel-->
105
-<A NAME="tex2html599"
105
+<A NAME="tex2html609"
106 106
   HREF="node22.html">
107 107
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
108 108
  SRC="/usr/share/latex2html/icons/next.png"></A> 
109
-<A NAME="tex2html595"
109
+<A NAME="tex2html605"
110 110
   HREF="node18.html">
111 111
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
112 112
  SRC="/usr/share/latex2html/icons/up.png"></A> 
113
-<A NAME="tex2html589"
113
+<A NAME="tex2html599"
114 114
   HREF="node20.html">
115 115
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
116 116
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
117
-<A NAME="tex2html597"
117
+<A NAME="tex2html607"
118 118
   HREF="node1.html">
119 119
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
120 120
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
121 121
 <BR>
122
-<B> Next:</B> <A NAME="tex2html600"
122
+<B> Next:</B> <A NAME="tex2html610"
123 123
   HREF="node22.html">Archives and compressed files</A>
124
-<B> Up:</B> <A NAME="tex2html596"
124
+<B> Up:</B> <A NAME="tex2html606"
125 125
   HREF="node18.html">Usage</A>
126
-<B> Previous:</B> <A NAME="tex2html590"
126
+<B> Previous:</B> <A NAME="tex2html600"
127 127
   HREF="node20.html">Clamdscan</A>
128
- &nbsp <B>  <A NAME="tex2html598"
128
+ &nbsp <B>  <A NAME="tex2html608"
129 129
   HREF="node1.html">Contents</A></B> 
130 130
 <!--End of Navigation Panel-->
131 131
 <ADDRESS>
132 132
 Tomasz Kojm
133
-2004-06-14
133
+2004-06-29
134 134
 </ADDRESS>
135 135
 </BODY>
136 136
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html611"
30
+<A NAME="tex2html621"
31 31
   HREF="node23.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html607"
34
+<A NAME="tex2html617"
35 35
   HREF="node18.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html601"
38
+<A NAME="tex2html611"
39 39
   HREF="node21.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html609"
42
+<A NAME="tex2html619"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html612"
47
+<B> Next:</B> <A NAME="tex2html622"
48 48
   HREF="node23.html">Mail files</A>
49
-<B> Up:</B> <A NAME="tex2html608"
49
+<B> Up:</B> <A NAME="tex2html618"
50 50
   HREF="node18.html">Usage</A>
51
-<B> Previous:</B> <A NAME="tex2html602"
51
+<B> Previous:</B> <A NAME="tex2html612"
52 52
   HREF="node21.html">Clamuko</A>
53
- &nbsp <B>  <A NAME="tex2html610"
53
+ &nbsp <B>  <A NAME="tex2html620"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -73,8 +73,8 @@ Archives and compressed files</A>
73 73
     
74 74
 </LI>
75 75
 </UL>
76
-    Archive types are determined by magic number tests.<A NAME="tex2html76"
77
-  HREF="footnode.html#foot411"><SUP>5</SUP></A> You need the zlib library
76
+    Archive types are determined by magic number tests.<A NAME="tex2html78"
77
+  HREF="footnode.html#foot415"><SUP>5</SUP></A> You need the zlib library
78 78
     for the Zip/Gzip support. Zip archives are accessed with the zziplib
79 79
     library by Guido Draheim and Tomi Ollila. RAR support is based on the
80 80
     UniquE RAR File Library by Christian Scheurer and Johannes Winkelmann.
... ...
@@ -138,35 +138,35 @@ Archives and compressed files</A>
138 138
 <P>
139 139
 <HR>
140 140
 <!--Navigation Panel-->
141
-<A NAME="tex2html611"
141
+<A NAME="tex2html621"
142 142
   HREF="node23.html">
143 143
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
144 144
  SRC="/usr/share/latex2html/icons/next.png"></A> 
145
-<A NAME="tex2html607"
145
+<A NAME="tex2html617"
146 146
   HREF="node18.html">
147 147
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
148 148
  SRC="/usr/share/latex2html/icons/up.png"></A> 
149
-<A NAME="tex2html601"
149
+<A NAME="tex2html611"
150 150
   HREF="node21.html">
151 151
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
152 152
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
153
-<A NAME="tex2html609"
153
+<A NAME="tex2html619"
154 154
   HREF="node1.html">
155 155
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
156 156
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
157 157
 <BR>
158
-<B> Next:</B> <A NAME="tex2html612"
158
+<B> Next:</B> <A NAME="tex2html622"
159 159
   HREF="node23.html">Mail files</A>
160
-<B> Up:</B> <A NAME="tex2html608"
160
+<B> Up:</B> <A NAME="tex2html618"
161 161
   HREF="node18.html">Usage</A>
162
-<B> Previous:</B> <A NAME="tex2html602"
162
+<B> Previous:</B> <A NAME="tex2html612"
163 163
   HREF="node21.html">Clamuko</A>
164
- &nbsp <B>  <A NAME="tex2html610"
164
+ &nbsp <B>  <A NAME="tex2html620"
165 165
   HREF="node1.html">Contents</A></B> 
166 166
 <!--End of Navigation Panel-->
167 167
 <ADDRESS>
168 168
 Tomasz Kojm
169
-2004-06-14
169
+2004-06-29
170 170
 </ADDRESS>
171 171
 </BODY>
172 172
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html623"
30
+<A NAME="tex2html633"
31 31
   HREF="node24.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html619"
34
+<A NAME="tex2html629"
35 35
   HREF="node18.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html613"
38
+<A NAME="tex2html623"
39 39
   HREF="node22.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html621"
42
+<A NAME="tex2html631"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html624"
47
+<B> Next:</B> <A NAME="tex2html634"
48 48
   HREF="node24.html">Output format</A>
49
-<B> Up:</B> <A NAME="tex2html620"
49
+<B> Up:</B> <A NAME="tex2html630"
50 50
   HREF="node18.html">Usage</A>
51
-<B> Previous:</B> <A NAME="tex2html614"
51
+<B> Previous:</B> <A NAME="tex2html624"
52 52
   HREF="node22.html">Archives and compressed files</A>
53
- &nbsp <B>  <A NAME="tex2html622"
53
+ &nbsp <B>  <A NAME="tex2html632"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -72,7 +72,7 @@ Mail files</A>
72 72
 <BR><HR>
73 73
 <ADDRESS>
74 74
 Tomasz Kojm
75
-2004-06-14
75
+2004-06-29
76 76
 </ADDRESS>
77 77
 </BODY>
78 78
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html635"
30
+<A NAME="tex2html645"
31 31
   HREF="node25.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html631"
34
+<A NAME="tex2html641"
35 35
   HREF="node18.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html625"
38
+<A NAME="tex2html635"
39 39
   HREF="node23.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html633"
42
+<A NAME="tex2html643"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html636"
47
+<B> Next:</B> <A NAME="tex2html646"
48 48
   HREF="node25.html">Signature Tool</A>
49
-<B> Up:</B> <A NAME="tex2html632"
49
+<B> Up:</B> <A NAME="tex2html642"
50 50
   HREF="node18.html">Usage</A>
51
-<B> Previous:</B> <A NAME="tex2html626"
51
+<B> Previous:</B> <A NAME="tex2html636"
52 52
   HREF="node23.html">Mail files</A>
53
- &nbsp <B>  <A NAME="tex2html634"
53
+ &nbsp <B>  <A NAME="tex2html644"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -109,35 +109,35 @@ Error messages are printed in the following format:
109 109
 <P>
110 110
 <HR>
111 111
 <!--Navigation Panel-->
112
-<A NAME="tex2html635"
112
+<A NAME="tex2html645"
113 113
   HREF="node25.html">
114 114
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
115 115
  SRC="/usr/share/latex2html/icons/next.png"></A> 
116
-<A NAME="tex2html631"
116
+<A NAME="tex2html641"
117 117
   HREF="node18.html">
118 118
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
119 119
  SRC="/usr/share/latex2html/icons/up.png"></A> 
120
-<A NAME="tex2html625"
120
+<A NAME="tex2html635"
121 121
   HREF="node23.html">
122 122
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
123 123
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
124
-<A NAME="tex2html633"
124
+<A NAME="tex2html643"
125 125
   HREF="node1.html">
126 126
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
127 127
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
128 128
 <BR>
129
-<B> Next:</B> <A NAME="tex2html636"
129
+<B> Next:</B> <A NAME="tex2html646"
130 130
   HREF="node25.html">Signature Tool</A>
131
-<B> Up:</B> <A NAME="tex2html632"
131
+<B> Up:</B> <A NAME="tex2html642"
132 132
   HREF="node18.html">Usage</A>
133
-<B> Previous:</B> <A NAME="tex2html626"
133
+<B> Previous:</B> <A NAME="tex2html636"
134 134
   HREF="node23.html">Mail files</A>
135
- &nbsp <B>  <A NAME="tex2html634"
135
+ &nbsp <B>  <A NAME="tex2html644"
136 136
   HREF="node1.html">Contents</A></B> 
137 137
 <!--End of Navigation Panel-->
138 138
 <ADDRESS>
139 139
 Tomasz Kojm
140
-2004-06-14
140
+2004-06-29
141 141
 </ADDRESS>
142 142
 </BODY>
143 143
 </HTML>
... ...
@@ -26,30 +26,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html645"
29
+<A NAME="tex2html655"
30 30
   HREF="node26.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 32
  SRC="/usr/share/latex2html/icons/next.png"></A> 
33
-<A NAME="tex2html641"
33
+<A NAME="tex2html651"
34 34
   HREF="node18.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 36
  SRC="/usr/share/latex2html/icons/up.png"></A> 
37
-<A NAME="tex2html637"
37
+<A NAME="tex2html647"
38 38
   HREF="node24.html">
39 39
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 40
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
-<A NAME="tex2html643"
41
+<A NAME="tex2html653"
42 42
   HREF="node1.html">
43 43
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 44
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
45 45
 <BR>
46
-<B> Next:</B> <A NAME="tex2html646"
46
+<B> Next:</B> <A NAME="tex2html656"
47 47
   HREF="node26.html">Problem solving</A>
48
-<B> Up:</B> <A NAME="tex2html642"
48
+<B> Up:</B> <A NAME="tex2html652"
49 49
   HREF="node18.html">Usage</A>
50
-<B> Previous:</B> <A NAME="tex2html638"
50
+<B> Previous:</B> <A NAME="tex2html648"
51 51
   HREF="node24.html">Output format</A>
52
- &nbsp <B>  <A NAME="tex2html644"
52
+ &nbsp <B>  <A NAME="tex2html654"
53 53
   HREF="node1.html">Contents</A></B> 
54 54
 <BR>
55 55
 <BR>
... ...
@@ -61,8 +61,8 @@ Signature Tool</A>
61 61
     <I>sigtool</I> automates signature creation. If you have got an infected
62 62
     file not recognized by ClamAV and there is an another anti-virus scanner
63 63
     working in a console that detects the virus you can try to generate
64
-    the signature automatically. <A NAME="tex2html77"
65
-  HREF="footnode.html#foot461"><SUP>6</SUP></A> <I>Sigtool is only
64
+    the signature automatically. <A NAME="tex2html79"
65
+  HREF="footnode.html#foot465"><SUP>6</SUP></A> <I>Sigtool is only
66 66
     partially useful because it only detects the last part of a real
67 67
     signature. It will fail for multipart signatures (and especially for
68 68
     polymorphic viruses).</I>
... ...
@@ -151,35 +151,35 @@ Signature Tool</A>
151 151
 <P>
152 152
 <HR>
153 153
 <!--Navigation Panel-->
154
-<A NAME="tex2html645"
154
+<A NAME="tex2html655"
155 155
   HREF="node26.html">
156 156
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
157 157
  SRC="/usr/share/latex2html/icons/next.png"></A> 
158
-<A NAME="tex2html641"
158
+<A NAME="tex2html651"
159 159
   HREF="node18.html">
160 160
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
161 161
  SRC="/usr/share/latex2html/icons/up.png"></A> 
162
-<A NAME="tex2html637"
162
+<A NAME="tex2html647"
163 163
   HREF="node24.html">
164 164
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
165 165
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
166
-<A NAME="tex2html643"
166
+<A NAME="tex2html653"
167 167
   HREF="node1.html">
168 168
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
169 169
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
170 170
 <BR>
171
-<B> Next:</B> <A NAME="tex2html646"
171
+<B> Next:</B> <A NAME="tex2html656"
172 172
   HREF="node26.html">Problem solving</A>
173
-<B> Up:</B> <A NAME="tex2html642"
173
+<B> Up:</B> <A NAME="tex2html652"
174 174
   HREF="node18.html">Usage</A>
175
-<B> Previous:</B> <A NAME="tex2html638"
175
+<B> Previous:</B> <A NAME="tex2html648"
176 176
   HREF="node24.html">Output format</A>
177
- &nbsp <B>  <A NAME="tex2html644"
177
+ &nbsp <B>  <A NAME="tex2html654"
178 178
   HREF="node1.html">Contents</A></B> 
179 179
 <!--End of Navigation Panel-->
180 180
 <ADDRESS>
181 181
 Tomasz Kojm
182
-2004-06-14
182
+2004-06-29
183 183
 </ADDRESS>
184 184
 </BODY>
185 185
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html657"
30
+<A NAME="tex2html667"
31 31
   HREF="node27.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html653"
34
+<A NAME="tex2html663"
35 35
   HREF="clamdoc.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html647"
38
+<A NAME="tex2html657"
39 39
   HREF="node25.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html655"
42
+<A NAME="tex2html665"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html658"
47
+<B> Next:</B> <A NAME="tex2html668"
48 48
   HREF="node27.html">Return codes</A>
49
-<B> Up:</B> <A NAME="tex2html654"
49
+<B> Up:</B> <A NAME="tex2html664"
50 50
   HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html648"
51
+<B> Previous:</B> <A NAME="tex2html658"
52 52
   HREF="node25.html">Signature Tool</A>
53
- &nbsp <B>  <A NAME="tex2html656"
53
+ &nbsp <B>  <A NAME="tex2html666"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -66,14 +66,14 @@ Problem solving</A>
66 66
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
67 67
 
68 68
 <UL>
69
-<LI><A NAME="tex2html659"
69
+<LI><A NAME="tex2html669"
70 70
   HREF="node27.html">Return codes</A>
71 71
 </UL>
72 72
 <!--End of Table of Child-Links-->
73 73
 <BR><HR>
74 74
 <ADDRESS>
75 75
 Tomasz Kojm
76
-2004-06-14
76
+2004-06-29
77 77
 </ADDRESS>
78 78
 </BODY>
79 79
 </HTML>
... ...
@@ -26,30 +26,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html668"
29
+<A NAME="tex2html678"
30 30
   HREF="node28.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 32
  SRC="/usr/share/latex2html/icons/next.png"></A> 
33
-<A NAME="tex2html664"
33
+<A NAME="tex2html674"
34 34
   HREF="node26.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 36
  SRC="/usr/share/latex2html/icons/up.png"></A> 
37
-<A NAME="tex2html660"
37
+<A NAME="tex2html670"
38 38
   HREF="node26.html">
39 39
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 40
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
-<A NAME="tex2html666"
41
+<A NAME="tex2html676"
42 42
   HREF="node1.html">
43 43
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 44
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
45 45
 <BR>
46
-<B> Next:</B> <A NAME="tex2html669"
46
+<B> Next:</B> <A NAME="tex2html679"
47 47
   HREF="node28.html">Third party software</A>
48
-<B> Up:</B> <A NAME="tex2html665"
48
+<B> Up:</B> <A NAME="tex2html675"
49 49
   HREF="node26.html">Problem solving</A>
50
-<B> Previous:</B> <A NAME="tex2html661"
50
+<B> Previous:</B> <A NAME="tex2html671"
51 51
   HREF="node26.html">Problem solving</A>
52
- &nbsp <B>  <A NAME="tex2html667"
52
+ &nbsp <B>  <A NAME="tex2html677"
53 53
   HREF="node1.html">Contents</A></B> 
54 54
 <BR>
55 55
 <BR>
... ...
@@ -82,8 +82,8 @@ Return codes</A>
82 82
  SRC="img5.png"
83 83
  ALT="$^7$">
84 84
 <BR>    <B>55: </B> I/O error during read.
85
-	    <A NAME="tex2html78"
86
-  HREF="footnode.html#foot1090"><SUP>7</SUP></A>
85
+	    <A NAME="tex2html80"
86
+  HREF="footnode.html#foot1107"><SUP>7</SUP></A>
87 87
 <BR>    <B>56: </B> Can't stat input file or directory. File (or directory) you want to
88 88
 	    scan doesn't exist.
89 89
 <BR>    <B>57: </B> Can't get absolute pathname of current working directory. Your
... ...
@@ -104,35 +104,35 @@ Return codes</A>
104 104
 <P>
105 105
 <HR>
106 106
 <!--Navigation Panel-->
107
-<A NAME="tex2html668"
107
+<A NAME="tex2html678"
108 108
   HREF="node28.html">
109 109
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
110 110
  SRC="/usr/share/latex2html/icons/next.png"></A> 
111
-<A NAME="tex2html664"
111
+<A NAME="tex2html674"
112 112
   HREF="node26.html">
113 113
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
114 114
  SRC="/usr/share/latex2html/icons/up.png"></A> 
115
-<A NAME="tex2html660"
115
+<A NAME="tex2html670"
116 116
   HREF="node26.html">
117 117
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
118 118
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
119
-<A NAME="tex2html666"
119
+<A NAME="tex2html676"
120 120
   HREF="node1.html">
121 121
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
122 122
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
123 123
 <BR>
124
-<B> Next:</B> <A NAME="tex2html669"
124
+<B> Next:</B> <A NAME="tex2html679"
125 125
   HREF="node28.html">Third party software</A>
126
-<B> Up:</B> <A NAME="tex2html665"
126
+<B> Up:</B> <A NAME="tex2html675"
127 127
   HREF="node26.html">Problem solving</A>
128
-<B> Previous:</B> <A NAME="tex2html661"
128
+<B> Previous:</B> <A NAME="tex2html671"
129 129
   HREF="node26.html">Problem solving</A>
130
- &nbsp <B>  <A NAME="tex2html667"
130
+ &nbsp <B>  <A NAME="tex2html677"
131 131
   HREF="node1.html">Contents</A></B> 
132 132
 <!--End of Navigation Panel-->
133 133
 <ADDRESS>
134 134
 Tomasz Kojm
135
-2004-06-14
135
+2004-06-29
136 136
 </ADDRESS>
137 137
 </BODY>
138 138
 </HTML>
... ...
@@ -19,7 +19,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="next" HREF="node72.html">
22
+<LINK REL="next" HREF="node74.html">
23 23
 <LINK REL="previous" HREF="node26.html">
24 24
 <LINK REL="up" HREF="clamdoc.html">
25 25
 <LINK REL="next" HREF="node29.html">
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html680"
30
+<A NAME="tex2html690"
31 31
   HREF="node29.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html676"
34
+<A NAME="tex2html686"
35 35
   HREF="clamdoc.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html670"
38
+<A NAME="tex2html680"
39 39
   HREF="node27.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html678"
42
+<A NAME="tex2html688"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html681"
47
+<B> Next:</B> <A NAME="tex2html691"
48 48
   HREF="node29.html">clamav-milter</A>
49
-<B> Up:</B> <A NAME="tex2html677"
49
+<B> Up:</B> <A NAME="tex2html687"
50 50
   HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html671"
51
+<B> Previous:</B> <A NAME="tex2html681"
52 52
   HREF="node27.html">Return codes</A>
53
- &nbsp <B>  <A NAME="tex2html679"
53
+ &nbsp <B>  <A NAME="tex2html689"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -68,98 +68,102 @@ Third party software</A>
68 68
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
69 69
 
70 70
 <UL>
71
-<LI><A NAME="tex2html682"
71
+<LI><A NAME="tex2html692"
72 72
   HREF="node29.html">clamav-milter</A>
73
-<LI><A NAME="tex2html683"
73
+<LI><A NAME="tex2html693"
74 74
   HREF="node30.html">IVS Milter</A>
75
-<LI><A NAME="tex2html684"
75
+<LI><A NAME="tex2html694"
76 76
   HREF="node31.html">smtp-vilter</A>
77
-<LI><A NAME="tex2html685"
77
+<LI><A NAME="tex2html695"
78 78
   HREF="node32.html">mod_clamav</A>
79
-<LI><A NAME="tex2html686"
79
+<LI><A NAME="tex2html696"
80 80
   HREF="node33.html">AMaViS - "Next Generation"</A>
81
-<LI><A NAME="tex2html687"
81
+<LI><A NAME="tex2html697"
82 82
   HREF="node34.html">amavisd-new</A>
83
-<LI><A NAME="tex2html688"
83
+<LI><A NAME="tex2html698"
84 84
   HREF="node35.html">Qmail-Scanner</A>
85
-<LI><A NAME="tex2html689"
85
+<LI><A NAME="tex2html699"
86 86
   HREF="node36.html">Sagator</A>
87
-<LI><A NAME="tex2html690"
87
+<LI><A NAME="tex2html700"
88 88
   HREF="node37.html">ClamdMail</A>
89
-<LI><A NAME="tex2html691"
89
+<LI><A NAME="tex2html701"
90 90
   HREF="node38.html">BlackHole</A>
91
-<LI><A NAME="tex2html692"
91
+<LI><A NAME="tex2html702"
92 92
   HREF="node39.html">MailScanner</A>
93
-<LI><A NAME="tex2html693"
93
+<LI><A NAME="tex2html703"
94 94
   HREF="node40.html">MIMEDefang</A>
95
-<LI><A NAME="tex2html694"
95
+<LI><A NAME="tex2html704"
96 96
   HREF="node41.html">exiscan</A>
97
-<LI><A NAME="tex2html695"
97
+<LI><A NAME="tex2html705"
98 98
   HREF="node42.html">scanexi</A>
99
-<LI><A NAME="tex2html696"
99
+<LI><A NAME="tex2html706"
100 100
   HREF="node43.html">Mail::ClamAV</A>
101
-<LI><A NAME="tex2html697"
101
+<LI><A NAME="tex2html707"
102 102
   HREF="node44.html">OpenAntiVirus samba-vscan</A>
103
-<LI><A NAME="tex2html698"
103
+<LI><A NAME="tex2html708"
104 104
   HREF="node45.html">Sylpheed Claws</A>
105
-<LI><A NAME="tex2html699"
105
+<LI><A NAME="tex2html709"
106 106
   HREF="node46.html">nclamd</A>
107
-<LI><A NAME="tex2html700"
107
+<LI><A NAME="tex2html710"
108 108
   HREF="node47.html">cgpav</A>
109
-<LI><A NAME="tex2html701"
109
+<LI><A NAME="tex2html711"
110 110
   HREF="node48.html">j-chkmail</A>
111
-<LI><A NAME="tex2html702"
111
+<LI><A NAME="tex2html712"
112 112
   HREF="node49.html">qscanq</A>
113
-<LI><A NAME="tex2html703"
113
+<LI><A NAME="tex2html713"
114 114
   HREF="node50.html">clamavr</A>
115
-<LI><A NAME="tex2html704"
115
+<LI><A NAME="tex2html714"
116 116
   HREF="node51.html">pyclamav</A>
117
-<LI><A NAME="tex2html705"
117
+<LI><A NAME="tex2html715"
118 118
   HREF="node52.html">DansGuardian Anti-Virus Plugin</A>
119
-<LI><A NAME="tex2html706"
119
+<LI><A NAME="tex2html716"
120 120
   HREF="node53.html">Viralator</A>
121
-<LI><A NAME="tex2html707"
121
+<LI><A NAME="tex2html717"
122 122
   HREF="node54.html">ClamAssassin</A>
123
-<LI><A NAME="tex2html708"
123
+<LI><A NAME="tex2html718"
124 124
   HREF="node55.html">clamscan-procfilter</A>
125
-<LI><A NAME="tex2html709"
125
+<LI><A NAME="tex2html719"
126 126
   HREF="node56.html">MyClamMailFilter</A>
127
-<LI><A NAME="tex2html710"
127
+<LI><A NAME="tex2html720"
128 128
   HREF="node57.html">Gadoyanvirus</A>
129
-<LI><A NAME="tex2html711"
129
+<LI><A NAME="tex2html721"
130 130
   HREF="node58.html">OpenProtect</A>
131
-<LI><A NAME="tex2html712"
131
+<LI><A NAME="tex2html722"
132 132
   HREF="node59.html">RevolSys SMTP kit for Postfix</A>
133
-<LI><A NAME="tex2html713"
133
+<LI><A NAME="tex2html723"
134 134
   HREF="node60.html">POP3 Virus Scanner Daemon</A>
135
-<LI><A NAME="tex2html714"
135
+<LI><A NAME="tex2html724"
136 136
   HREF="node61.html">mailman-clamav</A>
137
-<LI><A NAME="tex2html715"
137
+<LI><A NAME="tex2html725"
138 138
   HREF="node62.html">wbmclamav</A>
139
-<LI><A NAME="tex2html716"
139
+<LI><A NAME="tex2html726"
140 140
   HREF="node63.html">Scan Log Analyzer</A>
141
-<LI><A NAME="tex2html717"
141
+<LI><A NAME="tex2html727"
142 142
   HREF="node64.html">mailgraph</A>
143
-<LI><A NAME="tex2html718"
143
+<LI><A NAME="tex2html728"
144 144
   HREF="node65.html">INSERT</A>
145
-<LI><A NAME="tex2html719"
145
+<LI><A NAME="tex2html729"
146 146
   HREF="node66.html">Local Area Security</A>
147
-<LI><A NAME="tex2html720"
147
+<LI><A NAME="tex2html730"
148 148
   HREF="node67.html">ClamWin</A>
149
-<LI><A NAME="tex2html721"
149
+<LI><A NAME="tex2html731"
150 150
   HREF="node68.html">KlamAV</A>
151
-<LI><A NAME="tex2html722"
151
+<LI><A NAME="tex2html732"
152 152
   HREF="node69.html">Clamaktion</A>
153
-<LI><A NAME="tex2html723"
153
+<LI><A NAME="tex2html733"
154 154
   HREF="node70.html">QMVC - Qmail Mail and Virus Control</A>
155
-<LI><A NAME="tex2html724"
155
+<LI><A NAME="tex2html734"
156 156
   HREF="node71.html">FETCAV</A>
157
+<LI><A NAME="tex2html735"
158
+  HREF="node72.html">Famuko</A>
159
+<LI><A NAME="tex2html736"
160
+  HREF="node73.html">SoftlabsAV</A>
157 161
 </UL>
158 162
 <!--End of Table of Child-Links-->
159 163
 <BR><HR>
160 164
 <ADDRESS>
161 165
 Tomasz Kojm
162
-2004-06-14
166
+2004-06-29
163 167
 </ADDRESS>
164 168
 </BODY>
165 169
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html735"
30
+<A NAME="tex2html747"
31 31
   HREF="node30.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html731"
34
+<A NAME="tex2html743"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html725"
38
+<A NAME="tex2html737"
39 39
   HREF="node28.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html733"
42
+<A NAME="tex2html745"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html736"
47
+<B> Next:</B> <A NAME="tex2html748"
48 48
   HREF="node30.html">IVS Milter</A>
49
-<B> Up:</B> <A NAME="tex2html732"
49
+<B> Up:</B> <A NAME="tex2html744"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html726"
51
+<B> Previous:</B> <A NAME="tex2html738"
52 52
   HREF="node28.html">Third party software</A>
53
- &nbsp <B>  <A NAME="tex2html734"
53
+ &nbsp <B>  <A NAME="tex2html746"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -95,7 +95,7 @@ define(`confINPUT_MAIL_FILTERS', `clmilter')
95 95
 <BR><HR>
96 96
 <ADDRESS>
97 97
 Tomasz Kojm
98
-2004-06-14
98
+2004-06-29
99 99
 </ADDRESS>
100 100
 </BODY>
101 101
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html369"
30
+<A NAME="tex2html379"
31 31
   HREF="node4.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html365"
34
+<A NAME="tex2html375"
35 35
   HREF="node2.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html359"
38
+<A NAME="tex2html369"
39 39
   HREF="node2.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html367"
42
+<A NAME="tex2html377"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html370"
47
+<B> Next:</B> <A NAME="tex2html380"
48 48
   HREF="node4.html">Mailing lists</A>
49
-<B> Up:</B> <A NAME="tex2html366"
49
+<B> Up:</B> <A NAME="tex2html376"
50 50
   HREF="node2.html">Introduction</A>
51
-<B> Previous:</B> <A NAME="tex2html360"
51
+<B> Previous:</B> <A NAME="tex2html370"
52 52
   HREF="node2.html">Introduction</A>
53
- &nbsp <B>  <A NAME="tex2html368"
53
+ &nbsp <B>  <A NAME="tex2html378"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -92,7 +92,7 @@ Features</A>
92 92
 <BR><HR>
93 93
 <ADDRESS>
94 94
 Tomasz Kojm
95
-2004-06-14
95
+2004-06-29
96 96
 </ADDRESS>
97 97
 </BODY>
98 98
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html747"
30
+<A NAME="tex2html759"
31 31
   HREF="node31.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html743"
34
+<A NAME="tex2html755"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html737"
38
+<A NAME="tex2html749"
39 39
   HREF="node29.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html745"
42
+<A NAME="tex2html757"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html748"
47
+<B> Next:</B> <A NAME="tex2html760"
48 48
   HREF="node31.html">smtp-vilter</A>
49
-<B> Up:</B> <A NAME="tex2html744"
49
+<B> Up:</B> <A NAME="tex2html756"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html738"
51
+<B> Previous:</B> <A NAME="tex2html750"
52 52
   HREF="node29.html">clamav-milter</A>
53
- &nbsp <B>  <A NAME="tex2html746"
53
+ &nbsp <B>  <A NAME="tex2html758"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION00062000000000000000">
60 60
 IVS Milter</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html79"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html81"
63 63
   HREF="http://ivs-milter.lbsd.net">http://ivs-milter.lbsd.net</A></TT>
64 64
 <BR>    <B>Supports:</B> clamd
65 65
 <BR>
... ...
@@ -71,7 +71,7 @@ IVS Milter is a virus and spam scanning milter. The name stands for
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2004-06-14
74
+2004-06-29
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html759"
30
+<A NAME="tex2html771"
31 31
   HREF="node32.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html755"
34
+<A NAME="tex2html767"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html749"
38
+<A NAME="tex2html761"
39 39
   HREF="node30.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html757"
42
+<A NAME="tex2html769"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html760"
47
+<B> Next:</B> <A NAME="tex2html772"
48 48
   HREF="node32.html">mod_clamav</A>
49
-<B> Up:</B> <A NAME="tex2html756"
49
+<B> Up:</B> <A NAME="tex2html768"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html750"
51
+<B> Previous:</B> <A NAME="tex2html762"
52 52
   HREF="node30.html">IVS Milter</A>
53
- &nbsp <B>  <A NAME="tex2html758"
53
+ &nbsp <B>  <A NAME="tex2html770"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION00063000000000000000">
60 60
 smtp-vilter</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html80"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html82"
63 63
   HREF="http://www.etc.msys.ch/software/smtp-vilter">http://www.etc.msys.ch/software/smtp-vilter</A></TT>
64 64
 <BR>    <B>Supports:</B> clamd
65 65
 <BR>
... ...
@@ -72,7 +72,7 @@ smtp-vilter is a high performance content filter for sendmail
72 72
 <BR><HR>
73 73
 <ADDRESS>
74 74
 Tomasz Kojm
75
-2004-06-14
75
+2004-06-29
76 76
 </ADDRESS>
77 77
 </BODY>
78 78
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html771"
30
+<A NAME="tex2html783"
31 31
   HREF="node33.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html767"
34
+<A NAME="tex2html779"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html761"
38
+<A NAME="tex2html773"
39 39
   HREF="node31.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html769"
42
+<A NAME="tex2html781"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html772"
47
+<B> Next:</B> <A NAME="tex2html784"
48 48
   HREF="node33.html">AMaViS - "Next Generation"</A>
49
-<B> Up:</B> <A NAME="tex2html768"
49
+<B> Up:</B> <A NAME="tex2html780"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html762"
51
+<B> Previous:</B> <A NAME="tex2html774"
52 52
   HREF="node31.html">smtp-vilter</A>
53
- &nbsp <B>  <A NAME="tex2html770"
53
+ &nbsp <B>  <A NAME="tex2html782"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION00064000000000000000">
60 60
 mod_clamav</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html81"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html83"
63 63
   HREF="http://software.othello.ch/mod_clamav">http://software.othello.ch/mod_clamav</A></TT>
64 64
 <BR>    <B>Supports:</B> libclamav, clamd
65 65
 <BR>
... ...
@@ -71,7 +71,7 @@ mod_clamav is an Apache virus scanning filter. It was written
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2004-06-14
74
+2004-06-29
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html783"
30
+<A NAME="tex2html795"
31 31
   HREF="node34.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html779"
34
+<A NAME="tex2html791"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html773"
38
+<A NAME="tex2html785"
39 39
   HREF="node32.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html781"
42
+<A NAME="tex2html793"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html784"
47
+<B> Next:</B> <A NAME="tex2html796"
48 48
   HREF="node34.html">amavisd-new</A>
49
-<B> Up:</B> <A NAME="tex2html780"
49
+<B> Up:</B> <A NAME="tex2html792"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html774"
51
+<B> Previous:</B> <A NAME="tex2html786"
52 52
   HREF="node32.html">mod_clamav</A>
53
- &nbsp <B>  <A NAME="tex2html782"
53
+ &nbsp <B>  <A NAME="tex2html794"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION00065000000000000000">
60 60
 AMaViS - "Next Generation"</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html82"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html84"
63 63
   HREF="http://sourceforge.net/projects/amavis">http://sourceforge.net/projects/amavis</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan
65 65
 <BR>
... ...
@@ -85,7 +85,7 @@ Please download the newest version (at least 0.1.4).
85 85
 <BR><HR>
86 86
 <ADDRESS>
87 87
 Tomasz Kojm
88
-2004-06-14
88
+2004-06-29
89 89
 </ADDRESS>
90 90
 </BODY>
91 91
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html795"
30
+<A NAME="tex2html807"
31 31
   HREF="node35.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html791"
34
+<A NAME="tex2html803"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html785"
38
+<A NAME="tex2html797"
39 39
   HREF="node33.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html793"
42
+<A NAME="tex2html805"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html796"
47
+<B> Next:</B> <A NAME="tex2html808"
48 48
   HREF="node35.html">Qmail-Scanner</A>
49
-<B> Up:</B> <A NAME="tex2html792"
49
+<B> Up:</B> <A NAME="tex2html804"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html786"
51
+<B> Previous:</B> <A NAME="tex2html798"
52 52
   HREF="node33.html">AMaViS - "Next Generation"</A>
53
- &nbsp <B>  <A NAME="tex2html794"
53
+ &nbsp <B>  <A NAME="tex2html806"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION00066000000000000000">
60 60
 amavisd-new</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html83"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html85"
63 63
   HREF="http://www.ijs.si/software/amavisd">http://www.ijs.si/software/amavisd</A></TT>
64 64
 <BR>    <B>Supports:</B> clamd, clamscan
65 65
 <BR>
... ...
@@ -75,7 +75,7 @@ clamscan is enabled automatically if clamscan binary is found
75 75
 <BR><HR>
76 76
 <ADDRESS>
77 77
 Tomasz Kojm
78
-2004-06-14
78
+2004-06-29
79 79
 </ADDRESS>
80 80
 </BODY>
81 81
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html807"
30
+<A NAME="tex2html819"
31 31
   HREF="node36.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html803"
34
+<A NAME="tex2html815"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html797"
38
+<A NAME="tex2html809"
39 39
   HREF="node34.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html805"
42
+<A NAME="tex2html817"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html808"
47
+<B> Next:</B> <A NAME="tex2html820"
48 48
   HREF="node36.html">Sagator</A>
49
-<B> Up:</B> <A NAME="tex2html804"
49
+<B> Up:</B> <A NAME="tex2html816"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html798"
51
+<B> Previous:</B> <A NAME="tex2html810"
52 52
   HREF="node34.html">amavisd-new</A>
53
- &nbsp <B>  <A NAME="tex2html806"
53
+ &nbsp <B>  <A NAME="tex2html818"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION00067000000000000000">
60 60
 Qmail-Scanner</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html84"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html86"
63 63
   HREF="http://qmail-scanner.sf.net">http://qmail-scanner.sf.net</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan
65 65
 <BR>
... ...
@@ -70,7 +70,7 @@ Please increase the softlimit value if you are going to use it with
70 70
 <BR><HR>
71 71
 <ADDRESS>
72 72
 Tomasz Kojm
73
-2004-06-14
73
+2004-06-29
74 74
 </ADDRESS>
75 75
 </BODY>
76 76
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html819"
30
+<A NAME="tex2html831"
31 31
   HREF="node37.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html815"
34
+<A NAME="tex2html827"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html809"
38
+<A NAME="tex2html821"
39 39
   HREF="node35.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html817"
42
+<A NAME="tex2html829"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html820"
47
+<B> Next:</B> <A NAME="tex2html832"
48 48
   HREF="node37.html">ClamdMail</A>
49
-<B> Up:</B> <A NAME="tex2html816"
49
+<B> Up:</B> <A NAME="tex2html828"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html810"
51
+<B> Previous:</B> <A NAME="tex2html822"
52 52
   HREF="node35.html">Qmail-Scanner</A>
53
- &nbsp <B>  <A NAME="tex2html818"
53
+ &nbsp <B>  <A NAME="tex2html830"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION00068000000000000000">
60 60
 Sagator</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html85"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html87"
63 63
   HREF="http://www.salstar.sk/sagator">http://www.salstar.sk/sagator</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan, clamd, libclamav
65 65
 <BR>
... ...
@@ -72,7 +72,7 @@ This program is an email antivirus/antispam gateway. It is an interface
72 72
 <BR><HR>
73 73
 <ADDRESS>
74 74
 Tomasz Kojm
75
-2004-06-14
75
+2004-06-29
76 76
 </ADDRESS>
77 77
 </BODY>
78 78
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html831"
30
+<A NAME="tex2html843"
31 31
   HREF="node38.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html827"
34
+<A NAME="tex2html839"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html821"
38
+<A NAME="tex2html833"
39 39
   HREF="node36.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html829"
42
+<A NAME="tex2html841"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html832"
47
+<B> Next:</B> <A NAME="tex2html844"
48 48
   HREF="node38.html">BlackHole</A>
49
-<B> Up:</B> <A NAME="tex2html828"
49
+<B> Up:</B> <A NAME="tex2html840"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html822"
51
+<B> Previous:</B> <A NAME="tex2html834"
52 52
   HREF="node36.html">Sagator</A>
53
- &nbsp <B>  <A NAME="tex2html830"
53
+ &nbsp <B>  <A NAME="tex2html842"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION00069000000000000000">
60 60
 ClamdMail</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html86"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html88"
63 63
   HREF="http://clamdmail.sf.net">http://clamdmail.sf.net</A></TT>
64 64
 <BR>    <B>Supports:</B> clamd
65 65
 <BR>
... ...
@@ -69,7 +69,7 @@ A mail processing client for ClamAV. Small, fast and easy to install.
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2004-06-14
72
+2004-06-29
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html843"
30
+<A NAME="tex2html855"
31 31
   HREF="node39.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html839"
34
+<A NAME="tex2html851"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html833"
38
+<A NAME="tex2html845"
39 39
   HREF="node37.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html841"
42
+<A NAME="tex2html853"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html844"
47
+<B> Next:</B> <A NAME="tex2html856"
48 48
   HREF="node39.html">MailScanner</A>
49
-<B> Up:</B> <A NAME="tex2html840"
49
+<B> Up:</B> <A NAME="tex2html852"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html834"
51
+<B> Previous:</B> <A NAME="tex2html846"
52 52
   HREF="node37.html">ClamdMail</A>
53
- &nbsp <B>  <A NAME="tex2html842"
53
+ &nbsp <B>  <A NAME="tex2html854"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000610000000000000000">
60 60
 BlackHole</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html87"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html89"
63 63
   HREF="http://iland.net/~ckennedy/blackhole.shtml">http://iland.net/~ckennedy/blackhole.shtml</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan, clamd
65 65
 <BR>
... ...
@@ -71,7 +71,7 @@ BlackHole is an advanced spam / virus filter for Qmail, Postfix, Sendmail,
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2004-06-14
74
+2004-06-29
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html855"
30
+<A NAME="tex2html867"
31 31
   HREF="node40.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html851"
34
+<A NAME="tex2html863"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html845"
38
+<A NAME="tex2html857"
39 39
   HREF="node38.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html853"
42
+<A NAME="tex2html865"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html856"
47
+<B> Next:</B> <A NAME="tex2html868"
48 48
   HREF="node40.html">MIMEDefang</A>
49
-<B> Up:</B> <A NAME="tex2html852"
49
+<B> Up:</B> <A NAME="tex2html864"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html846"
51
+<B> Previous:</B> <A NAME="tex2html858"
52 52
   HREF="node38.html">BlackHole</A>
53
- &nbsp <B>  <A NAME="tex2html854"
53
+ &nbsp <B>  <A NAME="tex2html866"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000611000000000000000">
60 60
 MailScanner</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html88"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html90"
63 63
   HREF="http://www.mailscanner.info">http://www.mailscanner.info</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan
65 65
 <BR>
... ...
@@ -72,7 +72,7 @@ MailScanner scans all e-mail for viruses, spam and attacks against
72 72
 <BR><HR>
73 73
 <ADDRESS>
74 74
 Tomasz Kojm
75
-2004-06-14
75
+2004-06-29
76 76
 </ADDRESS>
77 77
 </BODY>
78 78
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html381"
30
+<A NAME="tex2html391"
31 31
   HREF="node5.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html377"
34
+<A NAME="tex2html387"
35 35
   HREF="node2.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html371"
38
+<A NAME="tex2html381"
39 39
   HREF="node3.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html379"
42
+<A NAME="tex2html389"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html382"
47
+<B> Next:</B> <A NAME="tex2html392"
48 48
   HREF="node5.html">Virus submitting</A>
49
-<B> Up:</B> <A NAME="tex2html378"
49
+<B> Up:</B> <A NAME="tex2html388"
50 50
   HREF="node2.html">Introduction</A>
51
-<B> Previous:</B> <A NAME="tex2html372"
51
+<B> Previous:</B> <A NAME="tex2html382"
52 52
   HREF="node3.html">Features</A>
53
- &nbsp <B>  <A NAME="tex2html380"
53
+ &nbsp <B>  <A NAME="tex2html390"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -83,7 +83,7 @@ Mailing lists</A>
83 83
 <BR><HR>
84 84
 <ADDRESS>
85 85
 Tomasz Kojm
86
-2004-06-14
86
+2004-06-29
87 87
 </ADDRESS>
88 88
 </BODY>
89 89
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html867"
30
+<A NAME="tex2html879"
31 31
   HREF="node41.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html863"
34
+<A NAME="tex2html875"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html857"
38
+<A NAME="tex2html869"
39 39
   HREF="node39.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html865"
42
+<A NAME="tex2html877"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html868"
47
+<B> Next:</B> <A NAME="tex2html880"
48 48
   HREF="node41.html">exiscan</A>
49
-<B> Up:</B> <A NAME="tex2html864"
49
+<B> Up:</B> <A NAME="tex2html876"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html858"
51
+<B> Previous:</B> <A NAME="tex2html870"
52 52
   HREF="node39.html">MailScanner</A>
53
- &nbsp <B>  <A NAME="tex2html866"
53
+ &nbsp <B>  <A NAME="tex2html878"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000612000000000000000">
60 60
 MIMEDefang</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html89"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html91"
63 63
   HREF="http://www.roaringpenguin.com/mimedefang">http://www.roaringpenguin.com/mimedefang</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan, clamd
65 65
 <BR>
... ...
@@ -69,7 +69,7 @@ This is an efficient mail scanner for Sendmail/milter.
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2004-06-14
72
+2004-06-29
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html879"
30
+<A NAME="tex2html891"
31 31
   HREF="node42.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html875"
34
+<A NAME="tex2html887"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html869"
38
+<A NAME="tex2html881"
39 39
   HREF="node40.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html877"
42
+<A NAME="tex2html889"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html880"
47
+<B> Next:</B> <A NAME="tex2html892"
48 48
   HREF="node42.html">scanexi</A>
49
-<B> Up:</B> <A NAME="tex2html876"
49
+<B> Up:</B> <A NAME="tex2html888"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html870"
51
+<B> Previous:</B> <A NAME="tex2html882"
52 52
   HREF="node40.html">MIMEDefang</A>
53
- &nbsp <B>  <A NAME="tex2html878"
53
+ &nbsp <B>  <A NAME="tex2html890"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000613000000000000000">
60 60
 exiscan</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html90"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html92"
63 63
   HREF="http://duncanthrax.net/exiscan">http://duncanthrax.net/exiscan</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan, clamd
65 65
 <BR>
... ...
@@ -72,7 +72,7 @@ exiscan is a patch against exim version 4, providing support for content
72 72
 <BR><HR>
73 73
 <ADDRESS>
74 74
 Tomasz Kojm
75
-2004-06-14
75
+2004-06-29
76 76
 </ADDRESS>
77 77
 </BODY>
78 78
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html891"
30
+<A NAME="tex2html903"
31 31
   HREF="node43.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html887"
34
+<A NAME="tex2html899"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html881"
38
+<A NAME="tex2html893"
39 39
   HREF="node41.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html889"
42
+<A NAME="tex2html901"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html892"
47
+<B> Next:</B> <A NAME="tex2html904"
48 48
   HREF="node43.html">Mail::ClamAV</A>
49
-<B> Up:</B> <A NAME="tex2html888"
49
+<B> Up:</B> <A NAME="tex2html900"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html882"
51
+<B> Previous:</B> <A NAME="tex2html894"
52 52
   HREF="node41.html">exiscan</A>
53
- &nbsp <B>  <A NAME="tex2html890"
53
+ &nbsp <B>  <A NAME="tex2html902"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000614000000000000000">
60 60
 scanexi</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html91"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html93"
63 63
   HREF="http://w1.231.telia.com/~u23107873/scanexi.html">http://w1.231.telia.com/~u23107873/scanexi.html</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan, clamd
65 65
 <BR>
... ...
@@ -70,7 +70,7 @@ scanexi is a plugin for exim version 4.14 with dlopen patch, providing
70 70
 <BR><HR>
71 71
 <ADDRESS>
72 72
 Tomasz Kojm
73
-2004-06-14
73
+2004-06-29
74 74
 </ADDRESS>
75 75
 </BODY>
76 76
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html903"
30
+<A NAME="tex2html915"
31 31
   HREF="node44.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html899"
34
+<A NAME="tex2html911"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html893"
38
+<A NAME="tex2html905"
39 39
   HREF="node42.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html901"
42
+<A NAME="tex2html913"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html904"
47
+<B> Next:</B> <A NAME="tex2html916"
48 48
   HREF="node44.html">OpenAntiVirus samba-vscan</A>
49
-<B> Up:</B> <A NAME="tex2html900"
49
+<B> Up:</B> <A NAME="tex2html912"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html894"
51
+<B> Previous:</B> <A NAME="tex2html906"
52 52
   HREF="node42.html">scanexi</A>
53
- &nbsp <B>  <A NAME="tex2html902"
53
+ &nbsp <B>  <A NAME="tex2html914"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000615000000000000000">
60 60
 Mail::ClamAV</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html92"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html94"
63 63
   HREF="http://cpan.gossamer-threads.com/modules/by-authors/id/S/SA/SABECK/">http://cpan.gossamer-threads.com/modules/by-authors/id/S/SA/SABECK/</A></TT>
64 64
 <BR>    <B>Supports:</B> libclamav
65 65
 <BR>
... ...
@@ -69,7 +69,7 @@ Perl extension for the libclamav library.
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2004-06-14
72
+2004-06-29
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html915"
30
+<A NAME="tex2html927"
31 31
   HREF="node45.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html911"
34
+<A NAME="tex2html923"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html905"
38
+<A NAME="tex2html917"
39 39
   HREF="node43.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html913"
42
+<A NAME="tex2html925"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html916"
47
+<B> Next:</B> <A NAME="tex2html928"
48 48
   HREF="node45.html">Sylpheed Claws</A>
49
-<B> Up:</B> <A NAME="tex2html912"
49
+<B> Up:</B> <A NAME="tex2html924"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html906"
51
+<B> Previous:</B> <A NAME="tex2html918"
52 52
   HREF="node43.html">Mail::ClamAV</A>
53
- &nbsp <B>  <A NAME="tex2html914"
53
+ &nbsp <B>  <A NAME="tex2html926"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -60,7 +60,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
60 60
 <BR>
61 61
 OpenAntiVirus samba-vscan
62 62
 </H2>
63
-    <B>Homepage:</B> <TT><A NAME="tex2html93"
63
+    <B>Homepage:</B> <TT><A NAME="tex2html95"
64 64
   HREF="http://www.openantivirus.org/projects.php#samba-vscan">http://www.openantivirus.org/projects.php#samba-vscan</A></TT>
65 65
 <BR>    <B>Supports:</B> clamd
66 66
 <BR>
... ...
@@ -71,7 +71,7 @@ samba-vscan provides on-access scanning of Samba shares. It supports
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2004-06-14
74
+2004-06-29
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html927"
30
+<A NAME="tex2html939"
31 31
   HREF="node46.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html923"
34
+<A NAME="tex2html935"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html917"
38
+<A NAME="tex2html929"
39 39
   HREF="node44.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html925"
42
+<A NAME="tex2html937"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html928"
47
+<B> Next:</B> <A NAME="tex2html940"
48 48
   HREF="node46.html">nclamd</A>
49
-<B> Up:</B> <A NAME="tex2html924"
49
+<B> Up:</B> <A NAME="tex2html936"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html918"
51
+<B> Previous:</B> <A NAME="tex2html930"
52 52
   HREF="node44.html">OpenAntiVirus samba-vscan</A>
53
- &nbsp <B>  <A NAME="tex2html926"
53
+ &nbsp <B>  <A NAME="tex2html938"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000617000000000000000">
60 60
 Sylpheed Claws</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html94"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html96"
63 63
   HREF="http://claws.sylpheed.org">http://claws.sylpheed.org</A></TT>
64 64
 <BR>    <B>Supports:</B> libclamav
65 65
 <BR>
... ...
@@ -72,7 +72,7 @@ Sylpheed Claws is a bleeding edge branch of Sylpheed, a light weight mail
72 72
 <BR><HR>
73 73
 <ADDRESS>
74 74
 Tomasz Kojm
75
-2004-06-14
75
+2004-06-29
76 76
 </ADDRESS>
77 77
 </BODY>
78 78
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html939"
30
+<A NAME="tex2html951"
31 31
   HREF="node47.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html935"
34
+<A NAME="tex2html947"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html929"
38
+<A NAME="tex2html941"
39 39
   HREF="node45.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html937"
42
+<A NAME="tex2html949"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html940"
47
+<B> Next:</B> <A NAME="tex2html952"
48 48
   HREF="node47.html">cgpav</A>
49
-<B> Up:</B> <A NAME="tex2html936"
49
+<B> Up:</B> <A NAME="tex2html948"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html930"
51
+<B> Previous:</B> <A NAME="tex2html942"
52 52
   HREF="node45.html">Sylpheed Claws</A>
53
- &nbsp <B>  <A NAME="tex2html938"
53
+ &nbsp <B>  <A NAME="tex2html950"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000618000000000000000">
60 60
 nclamd</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html95"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html97"
63 63
   HREF="http://www.kyzo.com/nclamd/">http://www.kyzo.com/nclamd/</A></TT>
64 64
 <BR>    <B>Supports:</B> libclamav
65 65
 <BR>
... ...
@@ -71,7 +71,7 @@ nclamd, nclamav-milter and nclamdscan are rewritten versions of the
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2004-06-14
74
+2004-06-29
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html951"
30
+<A NAME="tex2html963"
31 31
   HREF="node48.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html947"
34
+<A NAME="tex2html959"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html941"
38
+<A NAME="tex2html953"
39 39
   HREF="node46.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html949"
42
+<A NAME="tex2html961"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html952"
47
+<B> Next:</B> <A NAME="tex2html964"
48 48
   HREF="node48.html">j-chkmail</A>
49
-<B> Up:</B> <A NAME="tex2html948"
49
+<B> Up:</B> <A NAME="tex2html960"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html942"
51
+<B> Previous:</B> <A NAME="tex2html954"
52 52
   HREF="node46.html">nclamd</A>
53
- &nbsp <B>  <A NAME="tex2html950"
53
+ &nbsp <B>  <A NAME="tex2html962"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000619000000000000000">
60 60
 cgpav</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html96"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html98"
63 63
   HREF="http://program.farit.ru">http://program.farit.ru</A></TT>
64 64
 <BR>    <B>Supports:</B> clamd
65 65
 <BR>
... ...
@@ -70,7 +70,7 @@ This is a fast (written in C) CommuniGate Pro anti-virus plugin with
70 70
 <BR><HR>
71 71
 <ADDRESS>
72 72
 Tomasz Kojm
73
-2004-06-14
73
+2004-06-29
74 74
 </ADDRESS>
75 75
 </BODY>
76 76
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html963"
30
+<A NAME="tex2html975"
31 31
   HREF="node49.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html959"
34
+<A NAME="tex2html971"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html953"
38
+<A NAME="tex2html965"
39 39
   HREF="node47.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html961"
42
+<A NAME="tex2html973"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html964"
47
+<B> Next:</B> <A NAME="tex2html976"
48 48
   HREF="node49.html">qscanq</A>
49
-<B> Up:</B> <A NAME="tex2html960"
49
+<B> Up:</B> <A NAME="tex2html972"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html954"
51
+<B> Previous:</B> <A NAME="tex2html966"
52 52
   HREF="node47.html">cgpav</A>
53
- &nbsp <B>  <A NAME="tex2html962"
53
+ &nbsp <B>  <A NAME="tex2html974"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000620000000000000000">
60 60
 j-chkmail</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html97"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html99"
63 63
   HREF="http://j-chkmail.ensmp.fr">http://j-chkmail.ensmp.fr</A></TT>
64 64
 <BR>    <B>Supports:</B> libclamav, clamd
65 65
 <BR>
... ...
@@ -73,7 +73,7 @@ j-chkmail is a fast (written in C) filter for sendmail. It does spam and
73 73
 <BR><HR>
74 74
 <ADDRESS>
75 75
 Tomasz Kojm
76
-2004-06-14
76
+2004-06-29
77 77
 </ADDRESS>
78 78
 </BODY>
79 79
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html975"
30
+<A NAME="tex2html987"
31 31
   HREF="node50.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html971"
34
+<A NAME="tex2html983"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html965"
38
+<A NAME="tex2html977"
39 39
   HREF="node48.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html973"
42
+<A NAME="tex2html985"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html976"
47
+<B> Next:</B> <A NAME="tex2html988"
48 48
   HREF="node50.html">clamavr</A>
49
-<B> Up:</B> <A NAME="tex2html972"
49
+<B> Up:</B> <A NAME="tex2html984"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html966"
51
+<B> Previous:</B> <A NAME="tex2html978"
52 52
   HREF="node48.html">j-chkmail</A>
53
- &nbsp <B>  <A NAME="tex2html974"
53
+ &nbsp <B>  <A NAME="tex2html986"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000621000000000000000">
60 60
 qscanq</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html98"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html100"
63 63
   HREF="http://budney.homeunix.net:8080/users/budney/software/qscanq/index.html">http://budney.homeunix.net:8080/users/budney/software/qscanq/index.html</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan
65 65
 <BR>
... ...
@@ -71,7 +71,7 @@ qscanq replaces qmail-queue. It initiates a scan (using clamscan or
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2004-06-14
74
+2004-06-29
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -26,30 +26,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html391"
29
+<A NAME="tex2html401"
30 30
   HREF="node6.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 32
  SRC="/usr/share/latex2html/icons/next.png"></A> 
33
-<A NAME="tex2html387"
33
+<A NAME="tex2html397"
34 34
   HREF="node2.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 36
  SRC="/usr/share/latex2html/icons/up.png"></A> 
37
-<A NAME="tex2html383"
37
+<A NAME="tex2html393"
38 38
   HREF="node4.html">
39 39
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 40
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
-<A NAME="tex2html389"
41
+<A NAME="tex2html399"
42 42
   HREF="node1.html">
43 43
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 44
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
45 45
 <BR>
46
-<B> Next:</B> <A NAME="tex2html392"
46
+<B> Next:</B> <A NAME="tex2html402"
47 47
   HREF="node6.html">Installation</A>
48
-<B> Up:</B> <A NAME="tex2html388"
48
+<B> Up:</B> <A NAME="tex2html398"
49 49
   HREF="node2.html">Introduction</A>
50
-<B> Previous:</B> <A NAME="tex2html384"
50
+<B> Previous:</B> <A NAME="tex2html394"
51 51
   HREF="node4.html">Mailing lists</A>
52
- &nbsp <B>  <A NAME="tex2html390"
52
+ &nbsp <B>  <A NAME="tex2html400"
53 53
   HREF="node1.html">Contents</A></B> 
54 54
 <BR>
55 55
 <BR>
... ...
@@ -74,7 +74,7 @@ and then submit it on our website:
74 74
 <BR><HR>
75 75
 <ADDRESS>
76 76
 Tomasz Kojm
77
-2004-06-14
77
+2004-06-29
78 78
 </ADDRESS>
79 79
 </BODY>
80 80
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html987"
30
+<A NAME="tex2html999"
31 31
   HREF="node51.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html983"
34
+<A NAME="tex2html995"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html977"
38
+<A NAME="tex2html989"
39 39
   HREF="node49.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html985"
42
+<A NAME="tex2html997"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html988"
47
+<B> Next:</B> <A NAME="tex2html1000"
48 48
   HREF="node51.html">pyclamav</A>
49
-<B> Up:</B> <A NAME="tex2html984"
49
+<B> Up:</B> <A NAME="tex2html996"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html978"
51
+<B> Previous:</B> <A NAME="tex2html990"
52 52
   HREF="node49.html">qscanq</A>
53
- &nbsp <B>  <A NAME="tex2html986"
53
+ &nbsp <B>  <A NAME="tex2html998"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000622000000000000000">
60 60
 clamavr</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html99"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html101"
63 63
   HREF="http://raa.ruby-lang.org/list.rhtml?name=clamavr">http://raa.ruby-lang.org/list.rhtml?name=clamavr</A></TT>
64 64
 <BR>    <B>Supports:</B> libclamav
65 65
 <BR>
... ...
@@ -69,7 +69,7 @@ Ruby binding for ClamAV.
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2004-06-14
72
+2004-06-29
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html999"
30
+<A NAME="tex2html1011"
31 31
   HREF="node52.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html995"
34
+<A NAME="tex2html1007"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html989"
38
+<A NAME="tex2html1001"
39 39
   HREF="node50.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html997"
42
+<A NAME="tex2html1009"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1000"
47
+<B> Next:</B> <A NAME="tex2html1012"
48 48
   HREF="node52.html">DansGuardian Anti-Virus Plugin</A>
49
-<B> Up:</B> <A NAME="tex2html996"
49
+<B> Up:</B> <A NAME="tex2html1008"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html990"
51
+<B> Previous:</B> <A NAME="tex2html1002"
52 52
   HREF="node50.html">clamavr</A>
53
- &nbsp <B>  <A NAME="tex2html998"
53
+ &nbsp <B>  <A NAME="tex2html1010"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000623000000000000000">
60 60
 pyclamav</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html100"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html102"
63 63
   HREF="http://xael.org/norman/python/pyclamav/index.html">http://xael.org/norman/python/pyclamav/index.html</A></TT>
64 64
 <BR>    <B>Supports:</B> libclamav
65 65
 <BR>
... ...
@@ -69,7 +69,7 @@ Python binding for ClamAV.
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2004-06-14
72
+2004-06-29
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1011"
30
+<A NAME="tex2html1023"
31 31
   HREF="node53.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1007"
34
+<A NAME="tex2html1019"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1001"
38
+<A NAME="tex2html1013"
39 39
   HREF="node51.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1009"
42
+<A NAME="tex2html1021"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1012"
47
+<B> Next:</B> <A NAME="tex2html1024"
48 48
   HREF="node53.html">Viralator</A>
49
-<B> Up:</B> <A NAME="tex2html1008"
49
+<B> Up:</B> <A NAME="tex2html1020"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1002"
51
+<B> Previous:</B> <A NAME="tex2html1014"
52 52
   HREF="node51.html">pyclamav</A>
53
- &nbsp <B>  <A NAME="tex2html1010"
53
+ &nbsp <B>  <A NAME="tex2html1022"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000624000000000000000">
60 60
 DansGuardian Anti-Virus Plugin</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html101"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html103"
63 63
   HREF="http://www.pcxperience.org/dgvirus/">http://www.pcxperience.org/dgvirus/</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan
65 65
 <BR>
... ...
@@ -71,7 +71,7 @@ DG AVP is a GPL addon that takes the Virus Scanning capabilities of The
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2004-06-14
74
+2004-06-29
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1023"
30
+<A NAME="tex2html1035"
31 31
   HREF="node54.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1019"
34
+<A NAME="tex2html1031"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1013"
38
+<A NAME="tex2html1025"
39 39
   HREF="node52.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1021"
42
+<A NAME="tex2html1033"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1024"
47
+<B> Next:</B> <A NAME="tex2html1036"
48 48
   HREF="node54.html">ClamAssassin</A>
49
-<B> Up:</B> <A NAME="tex2html1020"
49
+<B> Up:</B> <A NAME="tex2html1032"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1014"
51
+<B> Previous:</B> <A NAME="tex2html1026"
52 52
   HREF="node52.html">DansGuardian Anti-Virus Plugin</A>
53
- &nbsp <B>  <A NAME="tex2html1022"
53
+ &nbsp <B>  <A NAME="tex2html1034"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000625000000000000000">
60 60
 Viralator</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html102"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html104"
63 63
   HREF="http://viralator.sourceforge.net/">http://viralator.sourceforge.net/</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan
65 65
 <BR>
... ...
@@ -70,7 +70,7 @@ Viralator is a perl script that virus scans http downloads on a linux
70 70
 <BR><HR>
71 71
 <ADDRESS>
72 72
 Tomasz Kojm
73
-2004-06-14
73
+2004-06-29
74 74
 </ADDRESS>
75 75
 </BODY>
76 76
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1035"
30
+<A NAME="tex2html1047"
31 31
   HREF="node55.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1031"
34
+<A NAME="tex2html1043"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1025"
38
+<A NAME="tex2html1037"
39 39
   HREF="node53.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1033"
42
+<A NAME="tex2html1045"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1036"
47
+<B> Next:</B> <A NAME="tex2html1048"
48 48
   HREF="node55.html">clamscan-procfilter</A>
49
-<B> Up:</B> <A NAME="tex2html1032"
49
+<B> Up:</B> <A NAME="tex2html1044"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1026"
51
+<B> Previous:</B> <A NAME="tex2html1038"
52 52
   HREF="node53.html">Viralator</A>
53
- &nbsp <B>  <A NAME="tex2html1034"
53
+ &nbsp <B>  <A NAME="tex2html1046"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000626000000000000000">
60 60
 ClamAssassin</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html103"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html105"
63 63
   HREF="http://drivel.com/clamassassin/">http://drivel.com/clamassassin/</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan
65 65
 <BR>
... ...
@@ -71,7 +71,7 @@ clamassassin is a simple script for virus scanning with clamscan which
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2004-06-14
74
+2004-06-29
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1047"
30
+<A NAME="tex2html1059"
31 31
   HREF="node56.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1043"
34
+<A NAME="tex2html1055"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1037"
38
+<A NAME="tex2html1049"
39 39
   HREF="node54.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1045"
42
+<A NAME="tex2html1057"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1048"
47
+<B> Next:</B> <A NAME="tex2html1060"
48 48
   HREF="node56.html">MyClamMailFilter</A>
49
-<B> Up:</B> <A NAME="tex2html1044"
49
+<B> Up:</B> <A NAME="tex2html1056"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1038"
51
+<B> Previous:</B> <A NAME="tex2html1050"
52 52
   HREF="node54.html">ClamAssassin</A>
53
- &nbsp <B>  <A NAME="tex2html1046"
53
+ &nbsp <B>  <A NAME="tex2html1058"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000627000000000000000">
60 60
 clamscan-procfilter</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html104"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html106"
63 63
   HREF="http://www.virtualblueness.net/~blueness/clamscan-procfilter/">http://www.virtualblueness.net/~blueness/clamscan-procfilter/</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan
65 65
 <BR>
... ...
@@ -71,7 +71,7 @@ A procmail filter for clamscan to work in conjunction with procmail.
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2004-06-14
74
+2004-06-29
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1059"
30
+<A NAME="tex2html1071"
31 31
   HREF="node57.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1055"
34
+<A NAME="tex2html1067"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1049"
38
+<A NAME="tex2html1061"
39 39
   HREF="node55.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1057"
42
+<A NAME="tex2html1069"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1060"
47
+<B> Next:</B> <A NAME="tex2html1072"
48 48
   HREF="node57.html">Gadoyanvirus</A>
49
-<B> Up:</B> <A NAME="tex2html1056"
49
+<B> Up:</B> <A NAME="tex2html1068"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1050"
51
+<B> Previous:</B> <A NAME="tex2html1062"
52 52
   HREF="node55.html">clamscan-procfilter</A>
53
- &nbsp <B>  <A NAME="tex2html1058"
53
+ &nbsp <B>  <A NAME="tex2html1070"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000628000000000000000">
60 60
 MyClamMailFilter</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html105"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html107"
63 63
   HREF="http://muncul0.w.interia.pl/projects.html#myclammailfilter">http://muncul0.w.interia.pl/projects.html#myclammailfilter</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan
65 65
 <BR>
... ...
@@ -72,7 +72,7 @@ MyClamMailFilter is an e-mail filter for procmail or maildrop.
72 72
 <BR><HR>
73 73
 <ADDRESS>
74 74
 Tomasz Kojm
75
-2004-06-14
75
+2004-06-29
76 76
 </ADDRESS>
77 77
 </BODY>
78 78
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1071"
30
+<A NAME="tex2html1083"
31 31
   HREF="node58.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1067"
34
+<A NAME="tex2html1079"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1061"
38
+<A NAME="tex2html1073"
39 39
   HREF="node56.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1069"
42
+<A NAME="tex2html1081"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1072"
47
+<B> Next:</B> <A NAME="tex2html1084"
48 48
   HREF="node58.html">OpenProtect</A>
49
-<B> Up:</B> <A NAME="tex2html1068"
49
+<B> Up:</B> <A NAME="tex2html1080"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1062"
51
+<B> Previous:</B> <A NAME="tex2html1074"
52 52
   HREF="node56.html">MyClamMailFilter</A>
53
- &nbsp <B>  <A NAME="tex2html1070"
53
+ &nbsp <B>  <A NAME="tex2html1082"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000629000000000000000">
60 60
 Gadoyanvirus</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html106"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html108"
63 63
   HREF="http://oss.mdamt.net/gadoyanvirus/">http://oss.mdamt.net/gadoyanvirus/</A></TT>
64 64
 <BR>    <B>Supports:</B> libclamav
65 65
 <BR>
... ...
@@ -73,7 +73,7 @@ gadoyanvirus is a (yet another) virus stopper for qmail. It replaces the
73 73
 <BR><HR>
74 74
 <ADDRESS>
75 75
 Tomasz Kojm
76
-2004-06-14
76
+2004-06-29
77 77
 </ADDRESS>
78 78
 </BODY>
79 79
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1083"
30
+<A NAME="tex2html1095"
31 31
   HREF="node59.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1079"
34
+<A NAME="tex2html1091"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1073"
38
+<A NAME="tex2html1085"
39 39
   HREF="node57.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1081"
42
+<A NAME="tex2html1093"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1084"
47
+<B> Next:</B> <A NAME="tex2html1096"
48 48
   HREF="node59.html">RevolSys SMTP kit for</A>
49
-<B> Up:</B> <A NAME="tex2html1080"
49
+<B> Up:</B> <A NAME="tex2html1092"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1074"
51
+<B> Previous:</B> <A NAME="tex2html1086"
52 52
   HREF="node57.html">Gadoyanvirus</A>
53
- &nbsp <B>  <A NAME="tex2html1082"
53
+ &nbsp <B>  <A NAME="tex2html1094"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000630000000000000000">
60 60
 OpenProtect</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html107"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html109"
63 63
   HREF="http://opencompt.com/">http://opencompt.com/</A></TT>
64 64
 <BR>    <B>Supports:</B> ClamAV via MailScanner
65 65
 <BR>
... ...
@@ -73,7 +73,7 @@ OpenProtect is a server side e-mail protection solution consisting of
73 73
 <BR><HR>
74 74
 <ADDRESS>
75 75
 Tomasz Kojm
76
-2004-06-14
76
+2004-06-29
77 77
 </ADDRESS>
78 78
 </BODY>
79 79
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1095"
30
+<A NAME="tex2html1107"
31 31
   HREF="node60.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1091"
34
+<A NAME="tex2html1103"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1085"
38
+<A NAME="tex2html1097"
39 39
   HREF="node58.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1093"
42
+<A NAME="tex2html1105"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1096"
47
+<B> Next:</B> <A NAME="tex2html1108"
48 48
   HREF="node60.html">POP3 Virus Scanner Daemon</A>
49
-<B> Up:</B> <A NAME="tex2html1092"
49
+<B> Up:</B> <A NAME="tex2html1104"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1086"
51
+<B> Previous:</B> <A NAME="tex2html1098"
52 52
   HREF="node58.html">OpenProtect</A>
53
- &nbsp <B>  <A NAME="tex2html1094"
53
+ &nbsp <B>  <A NAME="tex2html1106"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000631000000000000000">
60 60
 RevolSys SMTP kit for Postfix</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html108"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html110"
63 63
   HREF="http://smtp.revolsys.org/">http://smtp.revolsys.org/</A></TT>
64 64
 <BR>    <B>Supports:</B> ClamAV via amavisd-new
65 65
 <BR>
... ...
@@ -71,7 +71,7 @@ The RevolSyS SMTP kit for Postfix provides an antispam and antivirus
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2004-06-14
74
+2004-06-29
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html403"
30
+<A NAME="tex2html413"
31 31
   HREF="node7.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html399"
34
+<A NAME="tex2html409"
35 35
   HREF="clamdoc.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html393"
38
+<A NAME="tex2html403"
39 39
   HREF="node5.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html401"
42
+<A NAME="tex2html411"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html404"
47
+<B> Next:</B> <A NAME="tex2html414"
48 48
   HREF="node7.html">Supported platforms</A>
49
-<B> Up:</B> <A NAME="tex2html400"
49
+<B> Up:</B> <A NAME="tex2html410"
50 50
   HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html394"
51
+<B> Previous:</B> <A NAME="tex2html404"
52 52
   HREF="node5.html">Virus submitting</A>
53
- &nbsp <B>  <A NAME="tex2html402"
53
+ &nbsp <B>  <A NAME="tex2html412"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -66,34 +66,34 @@ Installation</A>
66 66
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
67 67
 
68 68
 <UL>
69
-<LI><A NAME="tex2html405"
69
+<LI><A NAME="tex2html415"
70 70
   HREF="node7.html">Supported platforms</A>
71
-<LI><A NAME="tex2html406"
71
+<LI><A NAME="tex2html416"
72 72
   HREF="node8.html">Binary packages - stable versions</A>
73
-<LI><A NAME="tex2html407"
73
+<LI><A NAME="tex2html417"
74 74
   HREF="node9.html">Binary packages - snapshots</A>
75
-<LI><A NAME="tex2html408"
75
+<LI><A NAME="tex2html418"
76 76
   HREF="node10.html">Requirements</A>
77
-<LI><A NAME="tex2html409"
77
+<LI><A NAME="tex2html419"
78 78
   HREF="node11.html">Installing on a shell account</A>
79
-<LI><A NAME="tex2html410"
79
+<LI><A NAME="tex2html420"
80 80
   HREF="node12.html">New system user and group</A>
81
-<LI><A NAME="tex2html411"
81
+<LI><A NAME="tex2html421"
82 82
   HREF="node13.html">Compilation</A>
83
-<LI><A NAME="tex2html412"
83
+<LI><A NAME="tex2html422"
84 84
   HREF="node14.html">Configuration</A>
85
-<LI><A NAME="tex2html413"
85
+<LI><A NAME="tex2html423"
86 86
   HREF="node15.html">Testing</A>
87
-<LI><A NAME="tex2html414"
87
+<LI><A NAME="tex2html424"
88 88
   HREF="node16.html">freshclam: Setting up auto-updating</A>
89
-<LI><A NAME="tex2html415"
89
+<LI><A NAME="tex2html425"
90 90
   HREF="node17.html">Database mirrors</A>
91 91
 </UL>
92 92
 <!--End of Table of Child-Links-->
93 93
 <BR><HR>
94 94
 <ADDRESS>
95 95
 Tomasz Kojm
96
-2004-06-14
96
+2004-06-29
97 97
 </ADDRESS>
98 98
 </BODY>
99 99
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1107"
30
+<A NAME="tex2html1119"
31 31
   HREF="node61.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1103"
34
+<A NAME="tex2html1115"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1097"
38
+<A NAME="tex2html1109"
39 39
   HREF="node59.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1105"
42
+<A NAME="tex2html1117"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1108"
47
+<B> Next:</B> <A NAME="tex2html1120"
48 48
   HREF="node61.html">mailman-clamav</A>
49
-<B> Up:</B> <A NAME="tex2html1104"
49
+<B> Up:</B> <A NAME="tex2html1116"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1098"
51
+<B> Previous:</B> <A NAME="tex2html1110"
52 52
   HREF="node59.html">RevolSys SMTP kit for</A>
53
- &nbsp <B>  <A NAME="tex2html1106"
53
+ &nbsp <B>  <A NAME="tex2html1118"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000632000000000000000">
60 60
 POP3 Virus Scanner Daemon</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html109"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html111"
63 63
   HREF="http://p3scan.sourceforge.net/">http://p3scan.sourceforge.net/</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan
65 65
 <BR>
... ...
@@ -74,7 +74,7 @@ This is a full-transparent proxy-server for POP3-Clients. It runs on
74 74
 <BR><HR>
75 75
 <ADDRESS>
76 76
 Tomasz Kojm
77
-2004-06-14
77
+2004-06-29
78 78
 </ADDRESS>
79 79
 </BODY>
80 80
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1119"
30
+<A NAME="tex2html1131"
31 31
   HREF="node62.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1115"
34
+<A NAME="tex2html1127"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1109"
38
+<A NAME="tex2html1121"
39 39
   HREF="node60.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1117"
42
+<A NAME="tex2html1129"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1120"
47
+<B> Next:</B> <A NAME="tex2html1132"
48 48
   HREF="node62.html">wbmclamav</A>
49
-<B> Up:</B> <A NAME="tex2html1116"
49
+<B> Up:</B> <A NAME="tex2html1128"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1110"
51
+<B> Previous:</B> <A NAME="tex2html1122"
52 52
   HREF="node60.html">POP3 Virus Scanner Daemon</A>
53
- &nbsp <B>  <A NAME="tex2html1118"
53
+ &nbsp <B>  <A NAME="tex2html1130"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000633000000000000000">
60 60
 mailman-clamav</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html110"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html112"
63 63
   HREF="http://www.tummy.com/Software/mailman-clamav">http://www.tummy.com/Software/mailman-clamav</A></TT>
64 64
 <BR>    <B>Supports:</B> clamd
65 65
 <BR>
... ...
@@ -73,7 +73,7 @@ This module includes a Mailman handler for scanning incoming messages
73 73
 <BR><HR>
74 74
 <ADDRESS>
75 75
 Tomasz Kojm
76
-2004-06-14
76
+2004-06-29
77 77
 </ADDRESS>
78 78
 </BODY>
79 79
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1131"
30
+<A NAME="tex2html1143"
31 31
   HREF="node63.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1127"
34
+<A NAME="tex2html1139"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1121"
38
+<A NAME="tex2html1133"
39 39
   HREF="node61.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1129"
42
+<A NAME="tex2html1141"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1132"
47
+<B> Next:</B> <A NAME="tex2html1144"
48 48
   HREF="node63.html">Scan Log Analyzer</A>
49
-<B> Up:</B> <A NAME="tex2html1128"
49
+<B> Up:</B> <A NAME="tex2html1140"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1122"
51
+<B> Previous:</B> <A NAME="tex2html1134"
52 52
   HREF="node61.html">mailman-clamav</A>
53
- &nbsp <B>  <A NAME="tex2html1130"
53
+ &nbsp <B>  <A NAME="tex2html1142"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000634000000000000000">
60 60
 wbmclamav</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html111"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html113"
63 63
   HREF="http://wbmclamav.labs.libre-entreprise.org/">http://wbmclamav.labs.libre-entreprise.org/</A></TT>
64 64
 <BR>    <B>Supports:</B> ClamAV
65 65
 <BR>
... ...
@@ -70,7 +70,7 @@ wbmclamav is a webmin module to manage Clam AntiVirus, written by
70 70
 <BR><HR>
71 71
 <ADDRESS>
72 72
 Tomasz Kojm
73
-2004-06-14
73
+2004-06-29
74 74
 </ADDRESS>
75 75
 </BODY>
76 76
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1143"
30
+<A NAME="tex2html1155"
31 31
   HREF="node64.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1139"
34
+<A NAME="tex2html1151"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1133"
38
+<A NAME="tex2html1145"
39 39
   HREF="node62.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1141"
42
+<A NAME="tex2html1153"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1144"
47
+<B> Next:</B> <A NAME="tex2html1156"
48 48
   HREF="node64.html">mailgraph</A>
49
-<B> Up:</B> <A NAME="tex2html1140"
49
+<B> Up:</B> <A NAME="tex2html1152"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1134"
51
+<B> Previous:</B> <A NAME="tex2html1146"
52 52
   HREF="node62.html">wbmclamav</A>
53
- &nbsp <B>  <A NAME="tex2html1142"
53
+ &nbsp <B>  <A NAME="tex2html1154"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000635000000000000000">
60 60
 Scan Log Analyzer</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html112"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html114"
63 63
   HREF="http://pandaemail.sourceforge.net/av-tools/">http://pandaemail.sourceforge.net/av-tools/</A></TT>
64 64
 <BR>    <B>Supports:</B> ClamAV
65 65
 <BR>
... ...
@@ -70,7 +70,7 @@ Scan analyzer allows you to plot and view graphical representation of
70 70
 <BR><HR>
71 71
 <ADDRESS>
72 72
 Tomasz Kojm
73
-2004-06-14
73
+2004-06-29
74 74
 </ADDRESS>
75 75
 </BODY>
76 76
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1155"
30
+<A NAME="tex2html1167"
31 31
   HREF="node65.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1151"
34
+<A NAME="tex2html1163"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1145"
38
+<A NAME="tex2html1157"
39 39
   HREF="node63.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1153"
42
+<A NAME="tex2html1165"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1156"
47
+<B> Next:</B> <A NAME="tex2html1168"
48 48
   HREF="node65.html">INSERT</A>
49
-<B> Up:</B> <A NAME="tex2html1152"
49
+<B> Up:</B> <A NAME="tex2html1164"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1146"
51
+<B> Previous:</B> <A NAME="tex2html1158"
52 52
   HREF="node63.html">Scan Log Analyzer</A>
53
- &nbsp <B>  <A NAME="tex2html1154"
53
+ &nbsp <B>  <A NAME="tex2html1166"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000636000000000000000">
60 60
 mailgraph</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html113"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html115"
63 63
   HREF="http://people.ee.ethz.ch/~dws/software/mailgraph/">http://people.ee.ethz.ch/~dws/software/mailgraph/</A></TT>
64 64
 <BR>    <B>Supports:</B> clamd
65 65
 <BR>
... ...
@@ -71,7 +71,7 @@ mailgraph is a very simple mail statistics RRDtool frontend for Postfix
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2004-06-14
74
+2004-06-29
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1167"
30
+<A NAME="tex2html1179"
31 31
   HREF="node66.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1163"
34
+<A NAME="tex2html1175"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1157"
38
+<A NAME="tex2html1169"
39 39
   HREF="node64.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1165"
42
+<A NAME="tex2html1177"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1168"
47
+<B> Next:</B> <A NAME="tex2html1180"
48 48
   HREF="node66.html">Local Area Security</A>
49
-<B> Up:</B> <A NAME="tex2html1164"
49
+<B> Up:</B> <A NAME="tex2html1176"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1158"
51
+<B> Previous:</B> <A NAME="tex2html1170"
52 52
   HREF="node64.html">mailgraph</A>
53
- &nbsp <B>  <A NAME="tex2html1166"
53
+ &nbsp <B>  <A NAME="tex2html1178"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000637000000000000000">
60 60
 INSERT</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html114"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html116"
63 63
   HREF="http://www.inside-security.de/INSERT_en.html">http://www.inside-security.de/INSERT_en.html</A></TT>
64 64
 <BR>    <B>Supports:</B> ClamAV
65 65
 <BR>
... ...
@@ -75,7 +75,7 @@ INSERT (the Inside Security Rescue Toolkit) aims to be a multi-functional,
75 75
 <BR><HR>
76 76
 <ADDRESS>
77 77
 Tomasz Kojm
78
-2004-06-14
78
+2004-06-29
79 79
 </ADDRESS>
80 80
 </BODY>
81 81
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1179"
30
+<A NAME="tex2html1191"
31 31
   HREF="node67.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1175"
34
+<A NAME="tex2html1187"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1169"
38
+<A NAME="tex2html1181"
39 39
   HREF="node65.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1177"
42
+<A NAME="tex2html1189"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1180"
47
+<B> Next:</B> <A NAME="tex2html1192"
48 48
   HREF="node67.html">ClamWin</A>
49
-<B> Up:</B> <A NAME="tex2html1176"
49
+<B> Up:</B> <A NAME="tex2html1188"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1170"
51
+<B> Previous:</B> <A NAME="tex2html1182"
52 52
   HREF="node65.html">INSERT</A>
53
- &nbsp <B>  <A NAME="tex2html1178"
53
+ &nbsp <B>  <A NAME="tex2html1190"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000638000000000000000">
60 60
 Local Area Security</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html115"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html117"
63 63
   HREF="http://www.localareasecurity.com/">http://www.localareasecurity.com/</A></TT>
64 64
 <BR>    <B>Supports:</B> ClamAV
65 65
 <BR>
... ...
@@ -71,7 +71,7 @@ Local Area Security Linux is a Live CD distribution with a strong
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2004-06-14
74
+2004-06-29
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1191"
30
+<A NAME="tex2html1203"
31 31
   HREF="node68.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1187"
34
+<A NAME="tex2html1199"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1181"
38
+<A NAME="tex2html1193"
39 39
   HREF="node66.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1189"
42
+<A NAME="tex2html1201"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1192"
47
+<B> Next:</B> <A NAME="tex2html1204"
48 48
   HREF="node68.html">KlamAV</A>
49
-<B> Up:</B> <A NAME="tex2html1188"
49
+<B> Up:</B> <A NAME="tex2html1200"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1182"
51
+<B> Previous:</B> <A NAME="tex2html1194"
52 52
   HREF="node66.html">Local Area Security</A>
53
- &nbsp <B>  <A NAME="tex2html1190"
53
+ &nbsp <B>  <A NAME="tex2html1202"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -60,7 +60,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
60 60
 <BR>
61 61
 ClamWin
62 62
 </H2>
63
-    <B>Homepage:</B> <TT><A NAME="tex2html116"
63
+    <B>Homepage:</B> <TT><A NAME="tex2html118"
64 64
   HREF="http://clamwin.sourceforge.net/">http://clamwin.sourceforge.net/</A></TT>
65 65
 <BR>    <B>Supports:</B> clamscan, freshclam
66 66
 <BR>
... ...
@@ -76,7 +76,7 @@ ClamWin provides Graphical User Interface to Clam AntiVirus scanning
76 76
 <BR><HR>
77 77
 <ADDRESS>
78 78
 Tomasz Kojm
79
-2004-06-14
79
+2004-06-29
80 80
 </ADDRESS>
81 81
 </BODY>
82 82
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1203"
30
+<A NAME="tex2html1215"
31 31
   HREF="node69.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1199"
34
+<A NAME="tex2html1211"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1193"
38
+<A NAME="tex2html1205"
39 39
   HREF="node67.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1201"
42
+<A NAME="tex2html1213"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1204"
47
+<B> Next:</B> <A NAME="tex2html1216"
48 48
   HREF="node69.html">Clamaktion</A>
49
-<B> Up:</B> <A NAME="tex2html1200"
49
+<B> Up:</B> <A NAME="tex2html1212"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1194"
51
+<B> Previous:</B> <A NAME="tex2html1206"
52 52
   HREF="node67.html">ClamWin</A>
53
- &nbsp <B>  <A NAME="tex2html1202"
53
+ &nbsp <B>  <A NAME="tex2html1214"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000640000000000000000">
60 60
 KlamAV</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html117"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html119"
63 63
   HREF="http://sourceforge.net/projects/klamav/">http://sourceforge.net/projects/klamav/</A></TT>
64 64
 <BR>    <B>Supports:</B> ClamAV
65 65
 <BR>
... ...
@@ -73,7 +73,7 @@ A collection of GUI tools for using ClamAV on KDE. Klamscan, a KDE
73 73
 <BR><HR>
74 74
 <ADDRESS>
75 75
 Tomasz Kojm
76
-2004-06-14
76
+2004-06-29
77 77
 </ADDRESS>
78 78
 </BODY>
79 79
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1215"
30
+<A NAME="tex2html1227"
31 31
   HREF="node70.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1211"
34
+<A NAME="tex2html1223"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1205"
38
+<A NAME="tex2html1217"
39 39
   HREF="node68.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1213"
42
+<A NAME="tex2html1225"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1216"
47
+<B> Next:</B> <A NAME="tex2html1228"
48 48
   HREF="node70.html">QMVC - Qmail Mail</A>
49
-<B> Up:</B> <A NAME="tex2html1212"
49
+<B> Up:</B> <A NAME="tex2html1224"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1206"
51
+<B> Previous:</B> <A NAME="tex2html1218"
52 52
   HREF="node68.html">KlamAV</A>
53
- &nbsp <B>  <A NAME="tex2html1214"
53
+ &nbsp <B>  <A NAME="tex2html1226"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000641000000000000000">
60 60
 Clamaktion</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html118"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html120"
63 63
   HREF="http://web.tiscali.it/rospolosco/clamaktion">http://web.tiscali.it/rospolosco/clamaktion</A></TT>
64 64
 <BR>    <B>Supports:</B> clamscan
65 65
 <BR>
... ...
@@ -70,7 +70,7 @@ clamaktion is a little utility which allows KDE 3 users to scan files
70 70
 <BR><HR>
71 71
 <ADDRESS>
72 72
 Tomasz Kojm
73
-2004-06-14
73
+2004-06-29
74 74
 </ADDRESS>
75 75
 </BODY>
76 76
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html426"
30
+<A NAME="tex2html436"
31 31
   HREF="node8.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html422"
34
+<A NAME="tex2html432"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html416"
38
+<A NAME="tex2html426"
39 39
   HREF="node6.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html424"
42
+<A NAME="tex2html434"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html427"
47
+<B> Next:</B> <A NAME="tex2html437"
48 48
   HREF="node8.html">Binary packages - stable</A>
49
-<B> Up:</B> <A NAME="tex2html423"
49
+<B> Up:</B> <A NAME="tex2html433"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html417"
51
+<B> Previous:</B> <A NAME="tex2html427"
52 52
   HREF="node6.html">Installation</A>
53
- &nbsp <B>  <A NAME="tex2html425"
53
+ &nbsp <B>  <A NAME="tex2html435"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -97,7 +97,7 @@ Supported platforms</A>
97 97
 <BR><HR>
98 98
 <ADDRESS>
99 99
 Tomasz Kojm
100
-2004-06-14
100
+2004-06-29
101 101
 </ADDRESS>
102 102
 </BODY>
103 103
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1227"
30
+<A NAME="tex2html1239"
31 31
   HREF="node71.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1223"
34
+<A NAME="tex2html1235"
35 35
   HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1217"
38
+<A NAME="tex2html1229"
39 39
   HREF="node69.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1225"
42
+<A NAME="tex2html1237"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1228"
47
+<B> Next:</B> <A NAME="tex2html1240"
48 48
   HREF="node71.html">FETCAV</A>
49
-<B> Up:</B> <A NAME="tex2html1224"
49
+<B> Up:</B> <A NAME="tex2html1236"
50 50
   HREF="node28.html">Third party software</A>
51
-<B> Previous:</B> <A NAME="tex2html1218"
51
+<B> Previous:</B> <A NAME="tex2html1230"
52 52
   HREF="node69.html">Clamaktion</A>
53
- &nbsp <B>  <A NAME="tex2html1226"
53
+ &nbsp <B>  <A NAME="tex2html1238"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <H2><A NAME="SECTION000642000000000000000">
60 60
 QMVC - Qmail Mail and Virus Control</A>
61 61
 </H2>
62
-    <B>Homepage:</B> <TT><A NAME="tex2html119"
62
+    <B>Homepage:</B> <TT><A NAME="tex2html121"
63 63
   HREF="http://www.fehcom.de/qmail/qmvc.html">http://www.fehcom.de/qmail/qmvc.html</A></TT>
64 64
 <BR>    <B>Supports:</B> clamdscan, clamscan
65 65
 <BR>
... ...
@@ -71,7 +71,7 @@ QMVC is an unidirectional mail filter for Qmail. It works in conjunction
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2004-06-14
74
+2004-06-29
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -19,6 +19,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
+<LINK REL="next" HREF="node72.html">
22 23
 <LINK REL="previous" HREF="node70.html">
23 24
 <LINK REL="up" HREF="node28.html">
24 25
 <LINK REL="next" HREF="node72.html">
... ...
@@ -26,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html1237"
29
+<A NAME="tex2html1251"
30 30
   HREF="node72.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 32
  SRC="/usr/share/latex2html/icons/next.png"></A> 
33
-<A NAME="tex2html1233"
33
+<A NAME="tex2html1247"
34 34
   HREF="node28.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 36
  SRC="/usr/share/latex2html/icons/up.png"></A> 
37
-<A NAME="tex2html1229"
37
+<A NAME="tex2html1241"
38 38
   HREF="node70.html">
39 39
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 40
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
-<A NAME="tex2html1235"
41
+<A NAME="tex2html1249"
42 42
   HREF="node1.html">
43 43
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 44
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
45 45
 <BR>
46
-<B> Next:</B> <A NAME="tex2html1238"
47
-  HREF="node72.html">LibClamAV</A>
48
-<B> Up:</B> <A NAME="tex2html1234"
46
+<B> Next:</B> <A NAME="tex2html1252"
47
+  HREF="node72.html">Famuko</A>
48
+<B> Up:</B> <A NAME="tex2html1248"
49 49
   HREF="node28.html">Third party software</A>
50
-<B> Previous:</B> <A NAME="tex2html1230"
50
+<B> Previous:</B> <A NAME="tex2html1242"
51 51
   HREF="node70.html">QMVC - Qmail Mail</A>
52
- &nbsp <B>  <A NAME="tex2html1236"
52
+ &nbsp <B>  <A NAME="tex2html1250"
53 53
   HREF="node1.html">Contents</A></B> 
54 54
 <BR>
55 55
 <BR>
... ...
@@ -58,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
58 58
 <H2><A NAME="SECTION000643000000000000000">
59 59
 FETCAV</A>
60 60
 </H2>
61
-    <B>Homepage:</B> <TT><A NAME="tex2html120"
61
+    <B>Homepage:</B> <TT><A NAME="tex2html122"
62 62
   HREF="http://www.thymox.uklinux.net">http://www.thymox.uklinux.net</A></TT>
63 63
 <BR>    <B>Supports:</B> clamscan
64 64
 <BR>
... ...
@@ -69,7 +70,7 @@ FETCAV stands for Front End To Clam AntiVirus. It's a GUI interface
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2004-06-14
72
+2004-06-29
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>LibClamAV</TITLE>
11
-<META NAME="description" CONTENT="LibClamAV">
10
+<TITLE>Famuko</TITLE>
11
+<META NAME="description" CONTENT="Famuko">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,72 +19,57 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="next" HREF="node77.html">
23
-<LINK REL="previous" HREF="node28.html">
24
-<LINK REL="up" HREF="clamdoc.html">
22
+<LINK REL="next" HREF="node73.html">
23
+<LINK REL="previous" HREF="node71.html">
24
+<LINK REL="up" HREF="node28.html">
25 25
 <LINK REL="next" HREF="node73.html">
26 26
 </HEAD>
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1249"
30
+<A NAME="tex2html1263"
31 31
   HREF="node73.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1245"
35
-  HREF="clamdoc.html">
34
+<A NAME="tex2html1259"
35
+  HREF="node28.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1239"
38
+<A NAME="tex2html1253"
39 39
   HREF="node71.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1247"
42
+<A NAME="tex2html1261"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1250"
48
-  HREF="node73.html">General API</A>
49
-<B> Up:</B> <A NAME="tex2html1246"
50
-  HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html1240"
47
+<B> Next:</B> <A NAME="tex2html1264"
48
+  HREF="node73.html">SoftlabsAV</A>
49
+<B> Up:</B> <A NAME="tex2html1260"
50
+  HREF="node28.html">Third party software</A>
51
+<B> Previous:</B> <A NAME="tex2html1254"
52 52
   HREF="node71.html">FETCAV</A>
53
- &nbsp <B>  <A NAME="tex2html1248"
53
+ &nbsp <B>  <A NAME="tex2html1262"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H1><A NAME="SECTION00070000000000000000">
60
-LibClamAV</A>
61
-</H1>
62
-
63
-<P>
64
-libclamav may be used to add a virus protection to your software.
65
-    The library is thread-safe and can transparently recognize and scan
66
-    archives, mail files and MS Office document files.
59
+<H2><A NAME="SECTION000644000000000000000">
60
+Famuko</A>
61
+</H2>
62
+    <B>Homepage:</B> <TT><A NAME="tex2html123"
63
+  HREF="http://www.campana.vi.it/ottavio/Progetti/Famuko/">http://www.campana.vi.it/ottavio/Progetti/Famuko/</A></TT>
64
+<BR>    <B>Supports:</B> libclamav
65
+<BR>
66
+Famuko is an on-access scanner based on libfam and working in a userspace.
67 67
 
68 68
 <P>
69 69
 <BR><HR>
70
-<!--Table of Child-Links-->
71
-<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
72
-
73
-<UL>
74
-<LI><A NAME="tex2html1251"
75
-  HREF="node73.html">General API</A>
76
-<LI><A NAME="tex2html1252"
77
-  HREF="node74.html">Database reloading</A>
78
-<LI><A NAME="tex2html1253"
79
-  HREF="node75.html">Scan engine</A>
80
-<LI><A NAME="tex2html1254"
81
-  HREF="node76.html">CVD format</A>
82
-</UL>
83
-<!--End of Table of Child-Links-->
84
-<BR><HR>
85 70
 <ADDRESS>
86 71
 Tomasz Kojm
87
-2004-06-14
72
+2004-06-29
88 73
 </ADDRESS>
89 74
 </BODY>
90 75
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>General API</TITLE>
11
-<META NAME="description" CONTENT="General API">
10
+<TITLE>SoftlabsAV</TITLE>
11
+<META NAME="description" CONTENT="SoftlabsAV">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,233 +19,58 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="next" HREF="node74.html">
23 22
 <LINK REL="previous" HREF="node72.html">
24
-<LINK REL="up" HREF="node72.html">
23
+<LINK REL="up" HREF="node28.html">
25 24
 <LINK REL="next" HREF="node74.html">
26 25
 </HEAD>
27 26
 
28 27
 <BODY >
29 28
 <!--Navigation Panel-->
30
-<A NAME="tex2html1265"
29
+<A NAME="tex2html1273"
31 30
   HREF="node74.html">
32 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 32
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1261"
35
-  HREF="node72.html">
33
+<A NAME="tex2html1269"
34
+  HREF="node28.html">
36 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 36
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1255"
37
+<A NAME="tex2html1265"
39 38
   HREF="node72.html">
40 39
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 40
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1263"
41
+<A NAME="tex2html1271"
43 42
   HREF="node1.html">
44 43
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 44
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 45
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1266"
48
-  HREF="node74.html">Database reloading</A>
49
-<B> Up:</B> <A NAME="tex2html1262"
50
-  HREF="node72.html">LibClamAV</A>
51
-<B> Previous:</B> <A NAME="tex2html1256"
52
-  HREF="node72.html">LibClamAV</A>
53
- &nbsp <B>  <A NAME="tex2html1264"
46
+<B> Next:</B> <A NAME="tex2html1274"
47
+  HREF="node74.html">LibClamAV</A>
48
+<B> Up:</B> <A NAME="tex2html1270"
49
+  HREF="node28.html">Third party software</A>
50
+<B> Previous:</B> <A NAME="tex2html1266"
51
+  HREF="node72.html">Famuko</A>
52
+ &nbsp <B>  <A NAME="tex2html1272"
54 53
   HREF="node1.html">Contents</A></B> 
55 54
 <BR>
56 55
 <BR>
57 56
 <!--End of Navigation Panel-->
58 57
 
59
-<H2><A NAME="SECTION00071000000000000000">
60
-General API</A>
58
+<H2><A NAME="SECTION000645000000000000000">
59
+SoftlabsAV</A>
61 60
 </H2>
62
-    Every program based on libclamav must include the <code>clamav.h</code> header
63
-    file:
64
-    <PRE>
65
-	#include &lt;clamav.h&gt;
66
-</PRE>
67
-    A first step is to initialize the scanning engine. There are three
68
-    functions available:
69
-    <PRE>
70
-	int cl_loaddb(const char *filename, struct cl_node **root,
71
-	int *virnum);
72
-
73
-	int cl_loaddbdir(const char *dirname, struct cl_node **root,
74
-	int *virnum);
75
-
76
-	const char *cl_retdbdir(void);
77
-</PRE>
78
-    <code>cl_loaddb()</code> loads a particular database, <code>cl_loaddbdir()</code>
79
-    loads all <I>.cvd</I> (and older <I>.db</I>, .db2) databases from a
80
-    directory <code>dirname</code>. <code>cl_retdbdir()</code> returns a hardcoded
81
-    database directory path. Initial internal database (Aho-Corasick tree,
82
-    trie; see <A HREF="node75.html#engine">6.3</A>) will be saved under <code>root</code> and a number of
83
-    signatures loaded will be <B>added</B> <A NAME="tex2html121"
84
-  HREF="footnode.html#foot716"><SUP>8</SUP></A> to <code>virnum</code>. Pointer to the trie
85
-    must initially point to NULL. If you don't care about number of signatures
86
-    pass NULL as a third argument. <code>cl_loaddb</code> functions return 0 on
87
-    success and an other value on failure.
88
-    <PRE>
89
-	    struct cl_node *root = NULL;
90
-	    int ret;
91
-
92
-	ret = cl_loaddbdir(cl_retdbdir(), &amp;root, NULL);
93
-</PRE>
94
-    There's an elegant way to print libclamav's error codes:
95
-    <PRE>
96
-	const char *cl_strerror(int clerror);
97
-</PRE>
98
-    <code>cl_strerror()</code> returns a (statically allocated) string describing
99
-    a <code>clerror</code> code:
100
-    <PRE>
101
-	if(ret) {
102
-	    printf("cl_loaddbdir() error: %s\n", cl_strerror(ret));
103
-	    exit(1);
104
-	}
105
-</PRE>
106
-    When database is loaded you must build the final trie with:
107
-    <PRE>
108
-	int cl_buildtrie(struct cl_node *root);
109
-</PRE>
110
-    In our example:
111
-    <PRE>
112
-	if((ret = cl_buildtrie(root)))
113
-	    printf("cl_buildtrie() error: %s\n", cl_strerror(ret));
114
-    </PRE>
115
-    Now you can scan a buffer, a descriptor or a file with:
116
-    <PRE>
117
-	int cl_scanbuff(const char *buffer, unsigned int length,
118
-	const char **virname, const struct cl_node *root);
119
-
120
-	int cl_scandesc(int desc, const char **virname, unsigned
121
-	long int *scanned, const struct cl_node *root, const
122
-	struct cl_limits *limits, int options);
123
-
124
-	int cl_scanfile(const char *filename, const char **virname,
125
-	unsigned long int *scanned, const struct cl_node *root,
126
-	const struct cl_limits *limits, int options);
127
-</PRE>
128
-    All the functions save a virus name address under <code>virname</code> pointer.
129
-    It points to a name in the trie structure thus it can't be released
130
-    directly. <code>cl_scandesc()</code> and <code>cl_scanfile()</code> can
131
-    increase the <code>scanned</code> value in <code>CL_COUNT_PRECISION</code> units,
132
-    they also support archive limits:
133
-    <PRE>
134
-	struct cl_limits {
135
-	    int maxreclevel; /* maximal recursion level */
136
-	    int maxfiles; /* maximal number of files to be
137
-			   * scanned within an archive
138
-			   */
139
-	    int maxratio; /* maximal compression ratio */
140
-	    short archivememlim; /* limit memory usage for bzip2 (0/1) */
141
-	    long int maxfilesize; /* files in an archive larger than
142
-				   * this value will not be scanned
143
-				   */
144
-	};
145
-</PRE>
146
-    The last argument in the <code>cl_scan</code> family  configures the scan
147
-    engine. It supports the following flags:
148
-    
149
-<UL>
150
-<LI><B>CL_RAW</B>
61
+    <B>Homepage:</B> <TT><A NAME="tex2html124"
62
+  HREF="http://antivirus.softlabs.info/">http://antivirus.softlabs.info/</A></TT>
63
+<BR>    <B>Supports:</B> clamscan
151 64
 <BR>
152
-It does nothing. Please use it (alone) if you don't want
153
-	      to scan any special files.
154
-</LI>
155
-<LI><B>CL_ARCHIVE</B>
156
-<BR>
157
-This flag enables the transparent archive scanning.
158
-</LI>
159
-<LI><B>CL_DISABLERAR</B>
160
-<BR>
161
-Disables the built-in RAR unpacker which is known to cause
162
-	      memory leaks.
163
-</LI>
164
-<LI><B>CL_ENCRYPTED</B>
165
-<BR>
166
-Marks encrypted archives as viruses (Encrypted.Zip,
167
-	      Encrypted.RAR).
168
-</LI>
169
-<LI><B>CL_MAIL</B>
170
-<BR>
171
-Required to scan various types of mail files.
172
-</LI>
173
-<LI><B>CL_OLE2</B>
174
-<BR>
175
-Enables support for Microsoft Office document files.
176
-    
177
-</LI>
178
-</UL>
179
-    All functions return 0 (<code>CL_CLEAN</code>) if the file is clean,
180
-    <code>CL_VIRUS</code> when virus is detected and an other value on failure.
181
-    <PRE>
182
-	    struct cl_limits limits;
183
-	    const char *virname;
184
-
185
-	memset(&amp;limits, 0, sizeof(struct cl_limits));
186
-	/* maximal number of files in archive */;
187
-	limits.maxfiles = 1000
188
-	/* maximal archived file size == 10 MB */
189
-	limits.maxfilesize = 10 * 1048576;
190
-	/* maximal recursion level */
191
-	limits.maxreclevel = 5;
192
-	/* maximal compression ratio */
193
-	limits.maxratio = 200;
194
-	/* disable memory limit for bzip2 scanner */
195
-	limits.archivememlim = 0;
196
-
197
-	if((ret = cl_scanfile("/home/zolw/test", &amp;virname, NULL, root,
198
-	&amp;limits, CL_ARCHIVE | CL_MAIL | CL_OLE2)) == CL_VIRUS) {
199
-	    printf("Detected %s virus.\n", virname);
200
-	} else {
201
-	    printf("No virus detected.\n");
202
-	    if(ret != CL_CLEAN)
203
-	        printf("Error: %s\n", cl_strerror(ret));
204
-	}
205
-</PRE>
206
-    Release the trie if you no longer need it:
207
-    <PRE>
208
-	void cl_freetrie(struct cl_node *root);
209
-</PRE>
210
-    You will find an example scanner in clamav sources (/example). All
211
-    programs based on libclamav must be linked against it:
212
-    <PRE>
213
-	gcc -Wall ex1.c -o ex1 -lclamav
214
-</PRE>
215
-    Enjoy !
65
+Softlabs AntiVirus is a generic anti-virus filter for incoming mail
66
+    servers on Unix, running as plugin for procmail. In addition, it plugs
67
+    to the Clam AntiVirus scanner (clamscan) if available.
216 68
 
217 69
 <P>
218
-<HR>
219
-<!--Navigation Panel-->
220
-<A NAME="tex2html1265"
221
-  HREF="node74.html">
222
-<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
223
- SRC="/usr/share/latex2html/icons/next.png"></A> 
224
-<A NAME="tex2html1261"
225
-  HREF="node72.html">
226
-<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
227
- SRC="/usr/share/latex2html/icons/up.png"></A> 
228
-<A NAME="tex2html1255"
229
-  HREF="node72.html">
230
-<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
231
- SRC="/usr/share/latex2html/icons/prev.png"></A> 
232
-<A NAME="tex2html1263"
233
-  HREF="node1.html">
234
-<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
235
- SRC="/usr/share/latex2html/icons/contents.png"></A>  
236
-<BR>
237
-<B> Next:</B> <A NAME="tex2html1266"
238
-  HREF="node74.html">Database reloading</A>
239
-<B> Up:</B> <A NAME="tex2html1262"
240
-  HREF="node72.html">LibClamAV</A>
241
-<B> Previous:</B> <A NAME="tex2html1256"
242
-  HREF="node72.html">LibClamAV</A>
243
- &nbsp <B>  <A NAME="tex2html1264"
244
-  HREF="node1.html">Contents</A></B> 
245
-<!--End of Navigation Panel-->
70
+<BR><HR>
246 71
 <ADDRESS>
247 72
 Tomasz Kojm
248
-2004-06-14
73
+2004-06-29
249 74
 </ADDRESS>
250 75
 </BODY>
251 76
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Database reloading</TITLE>
11
-<META NAME="description" CONTENT="Database reloading">
10
+<TITLE>LibClamAV</TITLE>
11
+<META NAME="description" CONTENT="LibClamAV">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,76 +19,72 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="next" HREF="node75.html">
23
-<LINK REL="previous" HREF="node73.html">
24
-<LINK REL="up" HREF="node72.html">
22
+<LINK REL="next" HREF="node79.html">
23
+<LINK REL="previous" HREF="node28.html">
24
+<LINK REL="up" HREF="clamdoc.html">
25 25
 <LINK REL="next" HREF="node75.html">
26 26
 </HEAD>
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1277"
30
+<A NAME="tex2html1285"
31 31
   HREF="node75.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1273"
35
-  HREF="node72.html">
34
+<A NAME="tex2html1281"
35
+  HREF="clamdoc.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1267"
38
+<A NAME="tex2html1275"
39 39
   HREF="node73.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1275"
42
+<A NAME="tex2html1283"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1278"
48
-  HREF="node75.html">Scan engine</A>
49
-<B> Up:</B> <A NAME="tex2html1274"
50
-  HREF="node72.html">LibClamAV</A>
51
-<B> Previous:</B> <A NAME="tex2html1268"
52
-  HREF="node73.html">General API</A>
53
- &nbsp <B>  <A NAME="tex2html1276"
47
+<B> Next:</B> <A NAME="tex2html1286"
48
+  HREF="node75.html">General API</A>
49
+<B> Up:</B> <A NAME="tex2html1282"
50
+  HREF="clamdoc.html">clamdoc</A>
51
+<B> Previous:</B> <A NAME="tex2html1276"
52
+  HREF="node73.html">SoftlabsAV</A>
53
+ &nbsp <B>  <A NAME="tex2html1284"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H2><A NAME="SECTION00072000000000000000">
60
-Database reloading</A>
61
-</H2>
62
-    The most important thing is to keep the internal instance of the database
63
-    up to date. You can watch database changes with the <code>cl_stat</code>
64
-    functions family:
65
-    <PRE>
66
-	int cl_statinidir(const char *dirname, struct cl_stat *dbstat);
67
-	int cl_statchkdir(const struct cl_stat *dbstat);
68
-	int cl_statfree(struct cl_stat *dbstat);
69
-</PRE>
70
-    Initialization:
71
-    <PRE>
72
-	    struct cl_stat dbstat;
73
-    
74
-	memset(&amp;dbstat, 0, sizeof(struct cl_stat));
75
-	cl_statinidir(dbdir, &amp;dbstat);
76
-</PRE>
77
-    To check for a change you only need to call <code>cl_statchkdir</code>:
78
-    <PRE>
79
-	if(cl_statchkdir(&amp;dbstat) == 1) {
80
-	    reload_database...;
81
-	    cl_statfree(&amp;dbstat);
82
-	    cl_statinidir(cl_retdbdir(), &amp;dbstat);
83
-	}
84
-</PRE>
85
-    Remember to reinitialize the structure after a reload.
59
+<H1><A NAME="SECTION00070000000000000000">
60
+LibClamAV</A>
61
+</H1>
86 62
 
87 63
 <P>
64
+libclamav may be used to add a virus protection to your software.
65
+    The library is thread-safe and can transparently recognize and scan
66
+    archives, mail files and MS Office document files.
67
+
68
+<P>
69
+<BR><HR>
70
+<!--Table of Child-Links-->
71
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
72
+
73
+<UL>
74
+<LI><A NAME="tex2html1287"
75
+  HREF="node75.html">General API</A>
76
+<LI><A NAME="tex2html1288"
77
+  HREF="node76.html">Database reloading</A>
78
+<LI><A NAME="tex2html1289"
79
+  HREF="node77.html">Scan engine</A>
80
+<LI><A NAME="tex2html1290"
81
+  HREF="node78.html">CVD format</A>
82
+</UL>
83
+<!--End of Table of Child-Links-->
88 84
 <BR><HR>
89 85
 <ADDRESS>
90 86
 Tomasz Kojm
91
-2004-06-14
87
+2004-06-29
92 88
 </ADDRESS>
93 89
 </BODY>
94 90
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Scan engine</TITLE>
11
-<META NAME="description" CONTENT="Scan engine">
10
+<TITLE>General API</TITLE>
11
+<META NAME="description" CONTENT="General API">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -21,70 +21,231 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
21 21
 
22 22
 <LINK REL="next" HREF="node76.html">
23 23
 <LINK REL="previous" HREF="node74.html">
24
-<LINK REL="up" HREF="node72.html">
24
+<LINK REL="up" HREF="node74.html">
25 25
 <LINK REL="next" HREF="node76.html">
26 26
 </HEAD>
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1289"
30
+<A NAME="tex2html1301"
31 31
   HREF="node76.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1285"
35
-  HREF="node72.html">
34
+<A NAME="tex2html1297"
35
+  HREF="node74.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1279"
38
+<A NAME="tex2html1291"
39 39
   HREF="node74.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1287"
42
+<A NAME="tex2html1299"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1290"
48
-  HREF="node76.html">CVD format</A>
49
-<B> Up:</B> <A NAME="tex2html1286"
50
-  HREF="node72.html">LibClamAV</A>
51
-<B> Previous:</B> <A NAME="tex2html1280"
52
-  HREF="node74.html">Database reloading</A>
53
- &nbsp <B>  <A NAME="tex2html1288"
47
+<B> Next:</B> <A NAME="tex2html1302"
48
+  HREF="node76.html">Database reloading</A>
49
+<B> Up:</B> <A NAME="tex2html1298"
50
+  HREF="node74.html">LibClamAV</A>
51
+<B> Previous:</B> <A NAME="tex2html1292"
52
+  HREF="node74.html">LibClamAV</A>
53
+ &nbsp <B>  <A NAME="tex2html1300"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H2><A NAME="SECTION00073000000000000000"></A><A NAME="engine"></A>
60
-<BR>
61
-Scan engine
59
+<H2><A NAME="SECTION00071000000000000000">
60
+General API</A>
62 61
 </H2>
63
-    New versions of Clam AntiVirus use a mutation of the Aho-Corasick
64
-    pattern matching algorithm. The algorithm is based a finite state pattern
65
-    matching automaton [<A
66
- HREF="node85.html#clr">1</A>] and it's a generalization of the famous
67
-    Knuth-Morris-Pratt algorithm. Please take a look at the <code>matcher.h</code>
68
-    for data type definitions. The automaton is represented by a trie. It
69
-    is a rooted tree with some specific properties [<A
70
- HREF="node85.html#acwww">2</A>]. Every node
71
-    of the trie represents some state of the automaton. In our implementation,
72
-    the node is defined as follows:
62
+    Every program based on libclamav must include the <code>clamav.h</code> header
63
+    file:
64
+    <PRE>
65
+	#include &lt;clamav.h&gt;
66
+</PRE>
67
+    A first step is to initialize the scanning engine. There are three
68
+    functions available:
69
+    <PRE>
70
+	int cl_loaddb(const char *filename, struct cl_node **root,
71
+	int *virnum);
72
+
73
+	int cl_loaddbdir(const char *dirname, struct cl_node **root,
74
+	int *virnum);
75
+
76
+	const char *cl_retdbdir(void);
77
+</PRE>
78
+    <code>cl_loaddb()</code> loads a particular database, <code>cl_loaddbdir()</code>
79
+    loads all <I>.cvd</I> (and older <I>.db</I>, .db2) databases from a
80
+    directory <code>dirname</code>. <code>cl_retdbdir()</code> returns a hardcoded
81
+    database directory path. Initial internal database (Aho-Corasick tree,
82
+    trie; see <A HREF="node77.html#engine">6.3</A>) will be saved under <code>root</code> and a number of
83
+    signatures loaded will be <B>added</B> <A NAME="tex2html125"
84
+  HREF="footnode.html#foot728"><SUP>8</SUP></A> to <code>virnum</code>. Pointer to the trie
85
+    must initially point to NULL. If you don't care about number of signatures
86
+    pass NULL as a third argument. <code>cl_loaddb</code> functions return 0 on
87
+    success and an other value on failure.
88
+    <PRE>
89
+	    struct cl_node *root = NULL;
90
+	    int ret;
91
+
92
+	ret = cl_loaddbdir(cl_retdbdir(), &amp;root, NULL);
93
+</PRE>
94
+    There's an elegant way to print libclamav's error codes:
95
+    <PRE>
96
+	const char *cl_strerror(int clerror);
97
+</PRE>
98
+    <code>cl_strerror()</code> returns a (statically allocated) string describing
99
+    a <code>clerror</code> code:
73 100
     <PRE>
74
-	struct cl_node {
75
-	    short int islast;
76
-	    struct cli_patt *list;
77
-	    int maxpatlen;
78
-	    struct node *next[NUM_CHILDS], *trans[NUM_CHILDS], *fail;
101
+	if(ret) {
102
+	    printf("cl_loaddbdir() error: %s\n", cl_strerror(ret));
103
+	    exit(1);
104
+	}
105
+</PRE>
106
+    When database is loaded you must build the final trie with:
107
+    <PRE>
108
+	int cl_buildtrie(struct cl_node *root);
109
+</PRE>
110
+    In our example:
111
+    <PRE>
112
+	if((ret = cl_buildtrie(root)))
113
+	    printf("cl_buildtrie() error: %s\n", cl_strerror(ret));
114
+    </PRE>
115
+    Now you can scan a buffer, a descriptor or a file with:
116
+    <PRE>
117
+	int cl_scanbuff(const char *buffer, unsigned int length,
118
+	const char **virname, const struct cl_node *root);
119
+
120
+	int cl_scandesc(int desc, const char **virname, unsigned
121
+	long int *scanned, const struct cl_node *root, const
122
+	struct cl_limits *limits, int options);
123
+
124
+	int cl_scanfile(const char *filename, const char **virname,
125
+	unsigned long int *scanned, const struct cl_node *root,
126
+	const struct cl_limits *limits, int options);
127
+</PRE>
128
+    All the functions save a virus name address under <code>virname</code> pointer.
129
+    It points to a name in the trie structure thus it can't be released
130
+    directly. <code>cl_scandesc()</code> and <code>cl_scanfile()</code> can
131
+    increase the <code>scanned</code> value in <code>CL_COUNT_PRECISION</code> units,
132
+    they also support archive limits:
133
+    <PRE>
134
+	struct cl_limits {
135
+	    int maxreclevel; /* maximal recursion level */
136
+	    int maxfiles; /* maximal number of files to be
137
+			   * scanned within an archive
138
+			   */
139
+	    int maxratio; /* maximal compression ratio */
140
+	    short archivememlim; /* limit memory usage for bzip2 (0/1) */
141
+	    long int maxfilesize; /* files in an archive larger than
142
+				   * this value will not be scanned
143
+				   */
79 144
 	};
80 145
 </PRE>
81
-    [To be continued...]
146
+    The last argument in the <code>cl_scan</code> family  configures the scan
147
+    engine. It supports the following flags:
148
+    
149
+<UL>
150
+<LI><B>CL_RAW</B>
151
+<BR>
152
+It does nothing. Please use it (alone) if you don't want
153
+	      to scan any special files.
154
+</LI>
155
+<LI><B>CL_ARCHIVE</B>
156
+<BR>
157
+This flag enables the transparent archive scanning.
158
+</LI>
159
+<LI><B>CL_DISABLERAR</B>
160
+<BR>
161
+Disables the built-in RAR unpacker which is known to cause
162
+	      memory leaks.
163
+</LI>
164
+<LI><B>CL_ENCRYPTED</B>
165
+<BR>
166
+Marks encrypted archives as viruses (Encrypted.Zip,
167
+	      Encrypted.RAR).
168
+</LI>
169
+<LI><B>CL_MAIL</B>
170
+<BR>
171
+Required to scan various types of mail files.
172
+</LI>
173
+<LI><B>CL_OLE2</B>
174
+<BR>
175
+Enables support for Microsoft Office document files.
176
+    
177
+</LI>
178
+</UL>
179
+    All functions return 0 (<code>CL_CLEAN</code>) if the file is clean,
180
+    <code>CL_VIRUS</code> when virus is detected and an other value on failure.
181
+    <PRE>
182
+	    struct cl_limits limits;
183
+	    const char *virname;
184
+
185
+	memset(&amp;limits, 0, sizeof(struct cl_limits));
186
+	/* maximal number of files in archive */;
187
+	limits.maxfiles = 1000
188
+	/* maximal archived file size == 10 MB */
189
+	limits.maxfilesize = 10 * 1048576;
190
+	/* maximal recursion level */
191
+	limits.maxreclevel = 5;
192
+	/* maximal compression ratio */
193
+	limits.maxratio = 200;
194
+	/* disable memory limit for bzip2 scanner */
195
+	limits.archivememlim = 0;
196
+
197
+	if((ret = cl_scanfile("/home/zolw/test", &amp;virname, NULL, root,
198
+	&amp;limits, CL_ARCHIVE | CL_MAIL | CL_OLE2)) == CL_VIRUS) {
199
+	    printf("Detected %s virus.\n", virname);
200
+	} else {
201
+	    printf("No virus detected.\n");
202
+	    if(ret != CL_CLEAN)
203
+	        printf("Error: %s\n", cl_strerror(ret));
204
+	}
205
+</PRE>
206
+    Release the trie if you no longer need it:
207
+    <PRE>
208
+	void cl_freetrie(struct cl_node *root);
209
+</PRE>
210
+    You will find an example scanner in clamav sources (/example). All
211
+    programs based on libclamav must be linked against it:
212
+    <PRE>
213
+	gcc -Wall ex1.c -o ex1 -lclamav
214
+</PRE>
215
+    Enjoy !
82 216
 
83 217
 <P>
84
-<BR><HR>
218
+<HR>
219
+<!--Navigation Panel-->
220
+<A NAME="tex2html1301"
221
+  HREF="node76.html">
222
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
223
+ SRC="/usr/share/latex2html/icons/next.png"></A> 
224
+<A NAME="tex2html1297"
225
+  HREF="node74.html">
226
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
227
+ SRC="/usr/share/latex2html/icons/up.png"></A> 
228
+<A NAME="tex2html1291"
229
+  HREF="node74.html">
230
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
231
+ SRC="/usr/share/latex2html/icons/prev.png"></A> 
232
+<A NAME="tex2html1299"
233
+  HREF="node1.html">
234
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
235
+ SRC="/usr/share/latex2html/icons/contents.png"></A>  
236
+<BR>
237
+<B> Next:</B> <A NAME="tex2html1302"
238
+  HREF="node76.html">Database reloading</A>
239
+<B> Up:</B> <A NAME="tex2html1298"
240
+  HREF="node74.html">LibClamAV</A>
241
+<B> Previous:</B> <A NAME="tex2html1292"
242
+  HREF="node74.html">LibClamAV</A>
243
+ &nbsp <B>  <A NAME="tex2html1300"
244
+  HREF="node1.html">Contents</A></B> 
245
+<!--End of Navigation Panel-->
85 246
 <ADDRESS>
86 247
 Tomasz Kojm
87
-2004-06-14
248
+2004-06-29
88 249
 </ADDRESS>
89 250
 </BODY>
90 251
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>CVD format</TITLE>
11
-<META NAME="description" CONTENT="CVD format">
10
+<TITLE>Database reloading</TITLE>
11
+<META NAME="description" CONTENT="Database reloading">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,63 +19,76 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
+<LINK REL="next" HREF="node77.html">
22 23
 <LINK REL="previous" HREF="node75.html">
23
-<LINK REL="up" HREF="node72.html">
24
+<LINK REL="up" HREF="node74.html">
24 25
 <LINK REL="next" HREF="node77.html">
25 26
 </HEAD>
26 27
 
27 28
 <BODY >
28 29
 <!--Navigation Panel-->
29
-<A NAME="tex2html1299"
30
+<A NAME="tex2html1313"
30 31
   HREF="node77.html">
31 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
33
-<A NAME="tex2html1295"
34
-  HREF="node72.html">
34
+<A NAME="tex2html1309"
35
+  HREF="node74.html">
35 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
37
-<A NAME="tex2html1291"
38
+<A NAME="tex2html1303"
38 39
   HREF="node75.html">
39 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
-<A NAME="tex2html1297"
42
+<A NAME="tex2html1311"
42 43
   HREF="node1.html">
43 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
45 46
 <BR>
46
-<B> Next:</B> <A NAME="tex2html1300"
47
-  HREF="node77.html">Credits</A>
48
-<B> Up:</B> <A NAME="tex2html1296"
49
-  HREF="node72.html">LibClamAV</A>
50
-<B> Previous:</B> <A NAME="tex2html1292"
51
-  HREF="node75.html">Scan engine</A>
52
- &nbsp <B>  <A NAME="tex2html1298"
47
+<B> Next:</B> <A NAME="tex2html1314"
48
+  HREF="node77.html">Scan engine</A>
49
+<B> Up:</B> <A NAME="tex2html1310"
50
+  HREF="node74.html">LibClamAV</A>
51
+<B> Previous:</B> <A NAME="tex2html1304"
52
+  HREF="node75.html">General API</A>
53
+ &nbsp <B>  <A NAME="tex2html1312"
53 54
   HREF="node1.html">Contents</A></B> 
54 55
 <BR>
55 56
 <BR>
56 57
 <!--End of Navigation Panel-->
57 58
 
58
-<H2><A NAME="SECTION00074000000000000000">
59
-CVD format</A>
59
+<H2><A NAME="SECTION00072000000000000000">
60
+Database reloading</A>
60 61
 </H2>
61
-    CVD (ClamAV Virus Database) is a digitally signed tarball file that
62
-    contains one or more databases. You can find some useful information in the
63
-    ASCII header of the file. It's a 512 bytes long string with the following
64
-    colon separated fields:
62
+    The most important thing is to keep the internal instance of the database
63
+    up to date. You can watch database changes with the <code>cl_stat</code>
64
+    functions family:
65
+    <PRE>
66
+	int cl_statinidir(const char *dirname, struct cl_stat *dbstat);
67
+	int cl_statchkdir(const struct cl_stat *dbstat);
68
+	int cl_statfree(struct cl_stat *dbstat);
69
+</PRE>
70
+    Initialization:
71
+    <PRE>
72
+	    struct cl_stat dbstat;
73
+    
74
+	memset(&amp;dbstat, 0, sizeof(struct cl_stat));
75
+	cl_statinidir(dbdir, &amp;dbstat);
76
+</PRE>
77
+    To check for a change you only need to call <code>cl_statchkdir</code>:
65 78
     <PRE>
66
-ClamAV-VDB:build time:version:number of signatures:functionality
67
-level required:MD5 checksum:digital signature:builder name
79
+	if(cl_statchkdir(&amp;dbstat) == 1) {
80
+	    reload_database...;
81
+	    cl_statfree(&amp;dbstat);
82
+	    cl_statinidir(cl_retdbdir(), &amp;dbstat);
83
+	}
68 84
 </PRE>
69
-    and can be easily parsed by scripts or with <code>sigtool --info</code>.
70
-    There are two CVD databases in ClamAV: <I>main.cvd</I> and <I>daily.cvd</I>
71
-    for daily updates. You can use <I>sigtool</I> to unpack a CVD file
72
-    (<code>--unpack</code>) and to list virus names (<code>--list-sigs</code>).
85
+    Remember to reinitialize the structure after a reload.
73 86
 
74 87
 <P>
75 88
 <BR><HR>
76 89
 <ADDRESS>
77 90
 Tomasz Kojm
78
-2004-06-14
91
+2004-06-29
79 92
 </ADDRESS>
80 93
 </BODY>
81 94
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Credits</TITLE>
11
-<META NAME="description" CONTENT="Credits">
10
+<TITLE>Scan engine</TITLE>
11
+<META NAME="description" CONTENT="Scan engine">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,63 +19,72 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="next" HREF="node80.html">
23
-<LINK REL="previous" HREF="node72.html">
24
-<LINK REL="up" HREF="clamdoc.html">
22
+<LINK REL="next" HREF="node78.html">
23
+<LINK REL="previous" HREF="node76.html">
24
+<LINK REL="up" HREF="node74.html">
25 25
 <LINK REL="next" HREF="node78.html">
26 26
 </HEAD>
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1311"
30
+<A NAME="tex2html1325"
31 31
   HREF="node78.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1307"
35
-  HREF="clamdoc.html">
34
+<A NAME="tex2html1321"
35
+  HREF="node74.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1301"
38
+<A NAME="tex2html1315"
39 39
   HREF="node76.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1309"
42
+<A NAME="tex2html1323"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1312"
48
-  HREF="node78.html">Contributors</A>
49
-<B> Up:</B> <A NAME="tex2html1308"
50
-  HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html1302"
52
-  HREF="node76.html">CVD format</A>
53
- &nbsp <B>  <A NAME="tex2html1310"
47
+<B> Next:</B> <A NAME="tex2html1326"
48
+  HREF="node78.html">CVD format</A>
49
+<B> Up:</B> <A NAME="tex2html1322"
50
+  HREF="node74.html">LibClamAV</A>
51
+<B> Previous:</B> <A NAME="tex2html1316"
52
+  HREF="node76.html">Database reloading</A>
53
+ &nbsp <B>  <A NAME="tex2html1324"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H1><A NAME="SECTION00080000000000000000">
60
-Credits</A>
61
-</H1>
59
+<H2><A NAME="SECTION00073000000000000000"></A><A NAME="engine"></A>
60
+<BR>
61
+Scan engine
62
+</H2>
63
+    New versions of Clam AntiVirus use a mutation of the Aho-Corasick
64
+    pattern matching algorithm. The algorithm is based a finite state pattern
65
+    matching automaton [<A
66
+ HREF="node87.html#clr">1</A>] and it's a generalization of the famous
67
+    Knuth-Morris-Pratt algorithm. Please take a look at the <code>matcher.h</code>
68
+    for data type definitions. The automaton is represented by a trie. It
69
+    is a rooted tree with some specific properties [<A
70
+ HREF="node87.html#acwww">2</A>]. Every node
71
+    of the trie represents some state of the automaton. In our implementation,
72
+    the node is defined as follows:
73
+    <PRE>
74
+	struct cl_node {
75
+	    short int islast;
76
+	    struct cli_patt *list;
77
+	    int maxpatlen;
78
+	    struct node *next[NUM_CHILDS], *trans[NUM_CHILDS], *fail;
79
+	};
80
+</PRE>
81
+    [To be continued...]
62 82
 
63 83
 <P>
64 84
 <BR><HR>
65
-<!--Table of Child-Links-->
66
-<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
67
-
68
-<UL>
69
-<LI><A NAME="tex2html1313"
70
-  HREF="node78.html">Contributors</A>
71
-<LI><A NAME="tex2html1314"
72
-  HREF="node79.html">Donors</A>
73
-</UL>
74
-<!--End of Table of Child-Links-->
75
-<BR><HR>
76 85
 <ADDRESS>
77 86
 Tomasz Kojm
78
-2004-06-14
87
+2004-06-29
79 88
 </ADDRESS>
80 89
 </BODY>
81 90
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Contributors</TITLE>
11
-<META NAME="description" CONTENT="Contributors">
10
+<TITLE>CVD format</TITLE>
11
+<META NAME="description" CONTENT="CVD format">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,434 +19,63 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="next" HREF="node79.html">
23 22
 <LINK REL="previous" HREF="node77.html">
24
-<LINK REL="up" HREF="node77.html">
23
+<LINK REL="up" HREF="node74.html">
25 24
 <LINK REL="next" HREF="node79.html">
26 25
 </HEAD>
27 26
 
28 27
 <BODY >
29 28
 <!--Navigation Panel-->
30
-<A NAME="tex2html1325"
29
+<A NAME="tex2html1335"
31 30
   HREF="node79.html">
32 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 32
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1321"
35
-  HREF="node77.html">
33
+<A NAME="tex2html1331"
34
+  HREF="node74.html">
36 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 36
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1315"
37
+<A NAME="tex2html1327"
39 38
   HREF="node77.html">
40 39
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 40
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1323"
41
+<A NAME="tex2html1333"
43 42
   HREF="node1.html">
44 43
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 44
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 45
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1326"
48
-  HREF="node79.html">Donors</A>
49
-<B> Up:</B> <A NAME="tex2html1322"
50
-  HREF="node77.html">Credits</A>
51
-<B> Previous:</B> <A NAME="tex2html1316"
52
-  HREF="node77.html">Credits</A>
53
- &nbsp <B>  <A NAME="tex2html1324"
46
+<B> Next:</B> <A NAME="tex2html1336"
47
+  HREF="node79.html">Credits</A>
48
+<B> Up:</B> <A NAME="tex2html1332"
49
+  HREF="node74.html">LibClamAV</A>
50
+<B> Previous:</B> <A NAME="tex2html1328"
51
+  HREF="node77.html">Scan engine</A>
52
+ &nbsp <B>  <A NAME="tex2html1334"
54 53
   HREF="node1.html">Contents</A></B> 
55 54
 <BR>
56 55
 <BR>
57 56
 <!--End of Navigation Panel-->
58 57
 
59
-<H2><A NAME="SECTION00081000000000000000">
60
-Contributors</A>
58
+<H2><A NAME="SECTION00074000000000000000">
59
+CVD format</A>
61 60
 </H2>
62
-    The following people contributed to our project in some way (providing
63
-    patches, bug reports, technical support, documentation, good ideas...):
64
-    
65
-<UL>
66
-<LI>Sergey Y.  Afonin &lt;asy*kraft-s.ru&gt;
67
-</LI>
68
-<LI>Robert Allerstorfer &lt;roal*anet.at&gt;
69
-</LI>
70
-<LI>Claudio Alonso &lt;cfalonso*yahoo.com&gt;
71
-</LI>
72
-<LI>Kamil Andrusz &lt;wizz*mniam.net&gt;
73
-</LI>
74
-<LI>Jean-Edouard Babin &lt;Jeb*jeb.com.fr&gt;
75
-</LI>
76
-<LI>Marc Baudoin &lt;babafou*babafou.eu.org&gt;
77
-</LI>
78
-<LI>Scott Beck &lt;sbeck*gossamer-threads.com&gt;
79
-</LI>
80
-<LI>Rolf Eike Beer &lt;eike*mail.math.uni-mannheim.de&gt;
81
-</LI>
82
-<LI>Rene Bellora &lt;rbellora*tecnoaccion.com.ar&gt;
83
-</LI>
84
-<LI>Hilko Bengen &lt;bengen*vdst-ka.inka.de&gt;
85
-</LI>
86
-<LI>Patrick Bihan-Faou &lt;patrick*mindstep.com&gt;
87
-</LI>
88
-<LI>Dale Blount &lt;dale*velocity.net&gt;
89
-</LI>
90
-<LI>Oliver Brandmueller &lt;ob*e-Gitt.NET&gt;
91
-</LI>
92
-<LI>Igor Brezac &lt;igor*ipass.net&gt;
93
-</LI>
94
-<LI>Brian Bruns &lt;bruns*2mbit.com&gt;
95
-</LI>
96
-<LI>Len Budney &lt;lbudney*pobox.com&gt;
97
-</LI>
98
-<LI>Matt Butt &lt;mattb*cre8tiv.com&gt;
99
-</LI>
100
-<LI>Eric I. Lopez Carreon &lt;elopezc*technitrade.com&gt;
101
-</LI>
102
-<LI>Andrey Cherezov &lt;andrey*cherezov.koenig.su&gt;
103
-</LI>
104
-<LI>Alex Cherney &lt;alex*cher.id.au&gt;
105
-</LI>
106
-<LI>Tom G. Christensen &lt;tgc*statsbiblioteket.dk&gt;
107
-</LI>
108
-<LI>Nicholas Chua &lt;nicholas*ncmbox.net&gt;
109
-</LI>
110
-<LI>Chris Conn &lt;cconn*abacom.com&gt;
111
-</LI>
112
-<LI>Christoph Cordes &lt;ib*precompiled.de&gt;
113
-</LI>
114
-<LI>Ole Craig &lt;olc*cs.umass.edu&gt;
115
-</LI>
116
-<LI>Eugene Crosser &lt;crosser*rol.ru&gt;
117
-</LI>
118
-<LI>Damien Curtain &lt;damien*pagefault.org&gt;
119
-</LI>
120
-<LI>Krisztian Czako &lt;slapic*linux.co.hu&gt;
121
-</LI>
122
-<LI>Diego d'Ambra &lt;da*softcom.dk&gt;
123
-</LI>
124
-<LI>Michael Dankov &lt;misha*btrc.ru&gt;
125
-</LI>
126
-<LI>Maxim Dounin &lt;mdounin*rambler-co.ru&gt;
127
-</LI>
128
-<LI>Alejandro Dubrovsky &lt;s328940*student.uq.edu.au&gt;
129
-</LI>
130
-<LI>Magnus Ekdahl &lt;magnus*debian.org&gt;
131
-</LI>
132
-<LI>Mehmet Ekiz &lt;ekizm*tbmm.gov.tr&gt;
133
-</LI>
134
-<LI>Jens Elkner &lt;elkner*linofee.org&gt;
135
-</LI>
136
-<LI>Fred van Engen &lt;fred*wooha.org&gt;
137
-</LI>
138
-<LI>Jason Englander &lt;jason*englanders.cc&gt;
139
-</LI>
140
-<LI>Oden Eriksson &lt;oeriksson*mandrakesoft.com&gt;
141
-</LI>
142
-<LI>Andy Fiddaman &lt;af*jeamland.org&gt;
143
-</LI>
144
-<LI>Edison Figueira Junior &lt;edison*brc.com.br&gt;
145
-</LI>
146
-<LI>David Ford &lt;david+cert*blue-labs.org&gt;
147
-</LI>
148
-<LI>Brian J. France &lt;list*firehawksystems.com&gt;
149
-</LI>
150
-<LI>Free Oscar &lt;freeoscar*wp.pl&gt;
151
-</LI>
152
-<LI>Martin Fuxa &lt;yeti*email.cz&gt;
153
-</LI>
154
-<LI>Piotr Gackiewicz &lt;gacek*intertele.pl&gt;
155
-</LI>
156
-<LI>Jeremy Garcia &lt;jeremy*linuxquestions.org&gt;
157
-</LI>
158
-<LI>Dean Gaudet &lt;dean-clamav*arctic.org&gt;
159
-</LI>
160
-<LI>Michel Gaudet &lt;Michel.Gaudet*ehess.fr&gt;
161
-</LI>
162
-<LI>Philippe Gay &lt;ph.gay*free.fr&gt;
163
-</LI>
164
-<LI>Nick Gazaloff &lt;nick*sbin.org&gt;
165
-</LI>
166
-<LI>Luca 'NERvOus' Gibelli &lt;nervous*nervous.it&gt;
167
-</LI>
168
-<LI>Wieslaw Glod &lt;wkg*x2.pl&gt;
169
-</LI>
170
-<LI>Stephen Gran &lt;steve*lobefin.net&gt;
171
-</LI>
172
-<LI>Matthew A. Grant &lt;grantma*anathoth.gen.nz&gt;
173
-</LI>
174
-<LI>Hrvoje Habjanic &lt;hrvoje.habjanic*zg.hinet.hr&gt;
175
-</LI>
176
-<LI>Michal Hajduczenia &lt;michalis*mat.uni.torun.pl&gt;
177
-</LI>
178
-<LI>Jean-Christophe Heger &lt;jcheger*acytec.com&gt;
179
-</LI>
180
-<LI>Anders Herbjornsen &lt;andersh*gar.no&gt;
181
-</LI>
182
-<LI>Paul Hoadley &lt;paulh*logixsquad.net&gt;
183
-</LI>
184
-<LI>Robert Hogan &lt;robert*roberthogan.net&gt;
185
-</LI>
186
-<LI>Przemyslaw Holowczyc &lt;doozer*skc.com.pl&gt;
187
-</LI>
188
-<LI>Thomas W. Holt Jr. &lt;twh*cohesive.net&gt;
189
-</LI>
190
-<LI>James F.  Hranicky &lt;jfh*cise.ufl.edu&gt;
191
-</LI>
192
-<LI>Douglas J Hunley &lt;doug*hunley.homeip.net&gt;
193
-</LI>
194
-<LI>Kurt Huwig &lt;kurt*iku-netz.de&gt;
195
-</LI>
196
-<LI>Andy Igoshin &lt;ai*vsu.ru&gt;
197
-</LI>
198
-<LI>Jay &lt;sysop-clamav*coronastreet.net&gt;
199
-</LI>
200
-<LI>Stephane Jeannenot &lt;stephane.jeannenot*wanadoo.fr&gt;
201
-</LI>
202
-<LI>Dave Jones &lt;dave*kalkbay.co.za&gt;
203
-</LI>
204
-<LI>Jesper Juhl &lt;juhl*dif.dk&gt;
205
-</LI>
206
-<LI>Alex Kah &lt;alex*narfonix.com&gt;
207
-</LI>
208
-<LI>Stefan Kaltenbrunner &lt;mm-mailinglist*madness.at&gt;
209
-</LI>
210
-<LI>Lloyd Kamara &lt;l.kamara*imperial.ac.uk&gt;
211
-</LI>
212
-<LI>Kazuhiko &lt;kazuhiko*fdiary.net&gt;
213
-</LI>
214
-<LI>Tomasz Klim &lt;tomek*euroneto.pl&gt;
215
-</LI>
216
-<LI>Robbert Kouprie &lt;robbert*exx.nl&gt;
217
-</LI>
218
-<LI>Martin Kraft &lt;martin.kraft*fal.de&gt;
219
-</LI>
220
-<LI>Petr Kristof &lt;Kristof.P*fce.vutbr.cz&gt;
221
-</LI>
222
-<LI>Henk Kuipers &lt;henk*opensourcesolutions.nl&gt;
223
-</LI>
224
-<LI>Nigel Kukard &lt;nkukard*lbsd.net&gt;
225
-</LI>
226
-<LI>Dr Andrzej Kurpiel &lt;akurpiel*mat.uni.torun.pl&gt;
227
-</LI>
228
-<LI>Thomas Lamy &lt;Thomas.Lamy*in-online.net&gt;
229
-</LI>
230
-<LI>Marty Lee &lt;marty*maui.co.uk&gt;
231
-</LI>
232
-<LI>Dennis Leeuw &lt;dleeuw*made-it.com&gt;
233
-</LI>
234
-<LI>Martin Lesser &lt;admin-debian*bettercom.de&gt;
235
-</LI>
236
-<LI>Peter N Lewis &lt;peter*stairways.com.au&gt;
237
-</LI>
238
-<LI>James Lick &lt;jlick*drivel.com&gt;
239
-</LI>
240
-<LI>Mike Loewen &lt;mloewen*sturgeon.cac.psu.edu&gt;
241
-</LI>
242
-<LI>David S. Madole &lt;david*madole.net&gt;
243
-</LI>
244
-<LI>Thomas Madsen &lt;tm*softcom.dk&gt;
245
-</LI>
246
-<LI>Bill Maidment &lt;bill*maidment.com.au&gt;
247
-</LI>
248
-<LI>Joe Maimon &lt;jmaimon*ttec.com&gt;
249
-</LI>
250
-<LI>Andrey V. Malyshev &lt;amal*krasn.ru&gt;
251
-</LI>
252
-<LI>Stefan Martig &lt;sm*officeco.ch&gt;
253
-</LI>
254
-<LI>Chris Masters" &lt;cmasters*insl.co.uk&gt;
255
-</LI>
256
-<LI>Serhiy V. Matveyev &lt;matveyev*uatele.com&gt;
257
-</LI>
258
-<LI>Reinhard Max &lt;max*suse.de&gt;
259
-</LI>
260
-<LI>Brian May &lt;bam*debian.org&gt;
261
-</LI>
262
-<LI>Ken McKittrick &lt;klmac*usadatanet.com&gt;
263
-</LI>
264
-<LI>Chris van Meerendonk &lt;cvm*castel.nl&gt;
265
-</LI>
266
-<LI>Andrey J. Melnikoff &lt;temnota*kmv.ru&gt;
267
-</LI>
268
-<LI>Damian Menscher &lt;menscher*uiuc.edu&gt;
269
-</LI>
270
-<LI>Arkadiusz Miskiewicz &lt;misiek*pld-linux.org&gt;
271
-</LI>
272
-<LI>Mark Mielke &lt;mark*mark.mielke.cc&gt;
273
-</LI>
274
-<LI>Jo Mills &lt;Jonathan.Mills*frequentis.com&gt;
275
-</LI>
276
-<LI>Dustin Mollo &lt;dustin.mollo*sonoma.edu&gt;
277
-</LI>
278
-<LI>Doug Monroe &lt;doug*planetconnect.com&gt;
279
-</LI>
280
-<LI>Alex S Moore &lt;asmoore*edge.net&gt;
281
-</LI>
282
-<LI>Dirk Mueller &lt;mueller*kde.org&gt;
283
-</LI>
284
-<LI>Flinn Mueller&lt;flinn*activeintra.net&gt;
285
-</LI>
286
-<LI>Hendrik Muhs &lt;Hendrik.Muhs*student.uni-magdeburg.de&gt;
287
-</LI>
288
-<LI>Farit Nabiullin <TT><A NAME="tex2html122"
289
-  HREF="http://program.farit.ru">http://program.farit.ru</A></TT>
290
-</LI>
291
-<LI>Nemosoft Unv. &lt;nemosoft*smcc.demon.nl&gt;
292
-</LI>
293
-<LI>Wojciech Noworyta &lt;wnow*konarski.edu.pl&gt;
294
-</LI>
295
-<LI>Jorgen Norgaard &lt;jnp*anneli.dk&gt;
296
-</LI>
297
-<LI>Fajar A. Nugraha &lt;fajar*telkom.co.id&gt;
298
-</LI>
299
-<LI>Joe Oaks &lt;joe.oaks*hp.com&gt;
300
-</LI>
301
-<LI>Washington Odhiambo &lt;wash*wananchi.com&gt;
302
-</LI>
303
-<LI>Masaki Ogawa &lt;proc*mac.com&gt;
304
-</LI>
305
-<LI>Phil Oleson &lt;oz*nixil.net&gt;
306
-</LI>
307
-<LI>Martijn van Oosterhout &lt;kleptog*svana.org&gt;
308
-</LI>
309
-<LI>OpenAntiVirus Team (<TT><A NAME="tex2html123"
310
-  HREF="http://www.OpenAntiVirus.org">http://www.OpenAntiVirus.org</A></TT>)
311
-</LI>
312
-<LI>Tomasz Papszun &lt;tomek*lodz.tpsa.pl&gt;
313
-</LI>
314
-<LI>Eric Parsonage &lt;eric*eparsonage.com&gt;
315
-</LI>
316
-<LI>Oliver Paukstadt &lt;pstadt*stud.fh-heilbronn.de&gt;
317
-</LI>
318
-<LI>Christian Pelissier &lt;Christian.Pelissier*onera.fr&gt;
319
-</LI>
320
-<LI>Rudolph Pereira &lt;r.pereira*isu.usyd.edu.au&gt;
321
-</LI>
322
-<LI>Ed Phillips &lt;ed*UDel.Edu&gt;
323
-</LI>
324
-<LI>Andreas Piesk &lt;Andreas.Piesk*heise.de&gt;
325
-</LI>
326
-<LI>Alex Pleiner &lt;pleiner*zeitform.de&gt;
327
-</LI>
328
-<LI>Ant La Porte &lt;ant*dvere.net&gt;
329
-</LI>
330
-<LI>Sergei Pronin &lt;sp*finndesign.fi&gt;
331
-</LI>
332
-<LI>Thomas Quinot &lt;thomas*cuivre.fr.eu.org&gt;
333
-</LI>
334
-<LI>Ed Ravin &lt;eravin*panix.com&gt;
335
-</LI>
336
-<LI>Rupert Roesler-Schmidt &lt;r.roesler-schmidt*uplink.at&gt;
337
-</LI>
338
-<LI>David Sanchez &lt;dsanchez*veloxia.com&gt;
339
-</LI>
340
-<LI>David Santinoli &lt;david*santinoli.com&gt;
341
-</LI>
342
-<LI>Vijay Sarvepalli &lt;vssarvep*office.uncg.edu&gt;
343
-</LI>
344
-<LI>Martin Schitter
345
-</LI>
346
-<LI>Theo Schlossnagle &lt;jesus*omniti.com&gt;
347
-</LI>
348
-<LI>Enrico Scholz &lt;enrico.scholz*informatik.tu-chemnitz.de&gt;
349
-</LI>
350
-<LI>Karina Schwarz &lt;k.schwarz*uplink.at&gt;
351
-</LI>
352
-<LI>Scsi &lt;scsi*softland.ru&gt;
353
-</LI>
354
-<LI>Dr Matthew J Seaman &lt;m.seaman*infracaninophile.co.uk&gt;
355
-</LI>
356
-<LI>Hector M. Rulot Segovia &lt;Hector.Rulot*uv.es&gt;
357
-</LI>
358
-<LI>Omer Faruk Sen &lt;ofsen*enderunix.org&gt;
359
-</LI>
360
-<LI>Sergey &lt;a_s_y*sama.ru&gt;
361
-</LI>
362
-<LI>Tuomas Silen &lt;tuomas.silen*nodeta.fi&gt;
363
-</LI>
364
-<LI>Kevin Spicer &lt;kevin*kevinspicer.co.uk&gt;
365
-</LI>
366
-<LI>Ole Stanstrup &lt;ole*stanstrup.dk&gt;
367
-</LI>
368
-<LI>Adam Stein &lt;adam*scan.mc.xerox.com&gt;
369
-</LI>
370
-<LI>Steve &lt;steveb*webtribe.net&gt;
371
-</LI>
372
-<LI>Richard Stevenson &lt;richard*endace.com&gt;
373
-</LI>
374
-<LI>Matt Sullivan &lt;matt*sullivan.gen.nz&gt;
375
-</LI>
376
-<LI>Dr Zbigniew Szewczak &lt;zssz*mat.uni.torun.pl&gt;
377
-</LI>
378
-<LI>Joe Talbott &lt;josepht*cstone.net&gt;
379
-</LI>
380
-<LI>Gernot Tenchio &lt;g.tenchio*telco-tech.de&gt;
381
-</LI>
382
-<LI>Masahiro Teramoto &lt;markun*onohara.to&gt;
383
-</LI>
384
-<LI>Ryan Thompson &lt;clamav*sasknow.com&gt;
385
-</LI>
386
-<LI>Michael L. Torrie &lt;torriem*chem.byu.edu&gt;
387
-</LI>
388
-<LI>Trashware &lt;trashware*gmx.net&gt;
389
-</LI>
390
-<LI>Matthew Trent &lt;mtrent*localaccess.com&gt;
391
-</LI>
392
-<LI>Daniel Mario Vega &lt;dv5a*dc.uba.ar&gt;
393
-</LI>
394
-<LI>Laurent Wacrenier &lt;lwa*teaser.fr&gt;
395
-</LI>
396
-<LI>Charlie Watts &lt;cewatts*brainstorminternet.net&gt;
397
-</LI>
398
-<LI>Nicklaus Wicker &lt;n.wicker*cnk-networks.de&gt;
399
-</LI>
400
-<LI>David Woakes &lt;david*mitredata.co.uk&gt;
401
-</LI>
402
-<LI>Troy Wollenslegel &lt;troy*intranet.org&gt;
403
-</LI>
404
-<LI>Dale Woolridge &lt;dwoolridge*drh.net&gt;
405
-</LI>
406
-<LI>Takumi Yamane &lt;yamtak*b-session.com&gt;
407
-</LI>
408
-<LI>Youza Youzovic &lt;youza*post.cz&gt;
409
-</LI>
410
-<LI>Leonid Zeitlin &lt;lz*europe.com&gt;
411
-</LI>
412
-<LI>ZMan Z. &lt;x86zman*go-a-way.dyndns.org&gt;
413
-</LI>
414
-<LI>Andoni Zubimendi &lt;andoni*lpsat.net&gt;
415
-</LI>
416
-</UL>
61
+    CVD (ClamAV Virus Database) is a digitally signed tarball file that
62
+    contains one or more databases. You can find some useful information in the
63
+    ASCII header of the file. It's a 512 bytes long string with the following
64
+    colon separated fields:
65
+    <PRE>
66
+ClamAV-VDB:build time:version:number of signatures:functionality
67
+level required:MD5 checksum:digital signature:builder name
68
+</PRE>
69
+    and can be easily parsed by scripts or with <code>sigtool --info</code>.
70
+    There are two CVD databases in ClamAV: <I>main.cvd</I> and <I>daily.cvd</I>
71
+    for daily updates. You can use <I>sigtool</I> to unpack a CVD file
72
+    (<code>--unpack</code>) and to list virus names (<code>--list-sigs</code>).
417 73
 
418 74
 <P>
419
-<HR>
420
-<!--Navigation Panel-->
421
-<A NAME="tex2html1325"
422
-  HREF="node79.html">
423
-<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
424
- SRC="/usr/share/latex2html/icons/next.png"></A> 
425
-<A NAME="tex2html1321"
426
-  HREF="node77.html">
427
-<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
428
- SRC="/usr/share/latex2html/icons/up.png"></A> 
429
-<A NAME="tex2html1315"
430
-  HREF="node77.html">
431
-<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
432
- SRC="/usr/share/latex2html/icons/prev.png"></A> 
433
-<A NAME="tex2html1323"
434
-  HREF="node1.html">
435
-<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
436
- SRC="/usr/share/latex2html/icons/contents.png"></A>  
437
-<BR>
438
-<B> Next:</B> <A NAME="tex2html1326"
439
-  HREF="node79.html">Donors</A>
440
-<B> Up:</B> <A NAME="tex2html1322"
441
-  HREF="node77.html">Credits</A>
442
-<B> Previous:</B> <A NAME="tex2html1316"
443
-  HREF="node77.html">Credits</A>
444
- &nbsp <B>  <A NAME="tex2html1324"
445
-  HREF="node1.html">Contents</A></B> 
446
-<!--End of Navigation Panel-->
75
+<BR><HR>
447 76
 <ADDRESS>
448 77
 Tomasz Kojm
449
-2004-06-14
78
+2004-06-29
450 79
 </ADDRESS>
451 80
 </BODY>
452 81
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Donors</TITLE>
11
-<META NAME="description" CONTENT="Donors">
10
+<TITLE>Credits</TITLE>
11
+<META NAME="description" CONTENT="Credits">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,215 +19,63 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="previous" HREF="node78.html">
23
-<LINK REL="up" HREF="node77.html">
22
+<LINK REL="next" HREF="node82.html">
23
+<LINK REL="previous" HREF="node74.html">
24
+<LINK REL="up" HREF="clamdoc.html">
24 25
 <LINK REL="next" HREF="node80.html">
25 26
 </HEAD>
26 27
 
27 28
 <BODY >
28 29
 <!--Navigation Panel-->
29
-<A NAME="tex2html1335"
30
+<A NAME="tex2html1347"
30 31
   HREF="node80.html">
31 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
33
-<A NAME="tex2html1331"
34
-  HREF="node77.html">
34
+<A NAME="tex2html1343"
35
+  HREF="clamdoc.html">
35 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
37
-<A NAME="tex2html1327"
38
+<A NAME="tex2html1337"
38 39
   HREF="node78.html">
39 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
-<A NAME="tex2html1333"
42
+<A NAME="tex2html1345"
42 43
   HREF="node1.html">
43 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
45 46
 <BR>
46
-<B> Next:</B> <A NAME="tex2html1336"
47
-  HREF="node80.html">Authors</A>
48
-<B> Up:</B> <A NAME="tex2html1332"
49
-  HREF="node77.html">Credits</A>
50
-<B> Previous:</B> <A NAME="tex2html1328"
51
-  HREF="node78.html">Contributors</A>
52
- &nbsp <B>  <A NAME="tex2html1334"
47
+<B> Next:</B> <A NAME="tex2html1348"
48
+  HREF="node80.html">Contributors</A>
49
+<B> Up:</B> <A NAME="tex2html1344"
50
+  HREF="clamdoc.html">clamdoc</A>
51
+<B> Previous:</B> <A NAME="tex2html1338"
52
+  HREF="node78.html">CVD format</A>
53
+ &nbsp <B>  <A NAME="tex2html1346"
53 54
   HREF="node1.html">Contents</A></B> 
54 55
 <BR>
55 56
 <BR>
56 57
 <!--End of Navigation Panel-->
57 58
 
58
-<H2><A NAME="SECTION00082000000000000000">
59
-Donors</A>
60
-</H2>
61
-    We received financial support from (this is not a full list because we
62
-    only list people from whom we received an agreement):
63
-    
64
-<UL>
65
-<LI>ActiveIntra.net Inc. (<TT><A NAME="tex2html124"
66
-  HREF="http://www.activeintra.net">http://www.activeintra.net</A></TT>)
67
-</LI>
68
-<LI>Anonymous donor from Colorado, US
69
-</LI>
70
-<LI>Atlas College (<TT><A NAME="tex2html125"
71
-  HREF="http://www.atlascollege.nl">http://www.atlascollege.nl</A></TT>)
72
-</LI>
73
-<LI>AWD Online (<TT><A NAME="tex2html126"
74
-  HREF="http://www.awdonline.com">http://www.awdonline.com</A></TT>)
75
-</LI>
76
-<LI>Norman E. Brake, Jr.
77
-</LI>
78
-<LI>cedarcreeksoftware.com (<TT><A NAME="tex2html127"
79
-  HREF="http://www.cedarcreeksoftware.com">http://www.cedarcreeksoftware.com</A></TT>)
80
-</LI>
81
-<LI>Cheahch from Singapore
82
-</LI>
83
-<LI>Joe Cooper
84
-</LI>
85
-<LI>Steve Donegan (<TT><A NAME="tex2html128"
86
-  HREF="http://www.donegan.org">http://www.donegan.org</A></TT>)
87
-</LI>
88
-<LI>Dynamic Network Services, Inc (<TT><A NAME="tex2html129"
89
-  HREF="http://www.dyndns.org">http://www.dyndns.org</A></TT>)
90
-</LI>
91
-<LI>Electric Embers
92
-</LI>
93
-<LI>Epublica
94
-</LI>
95
-<LI>Bernhard Erdmann
96
-</LI>
97
-<LI>David Eriksson (<TT><A NAME="tex2html130"
98
-  HREF="http://www.2good.nu">http://www.2good.nu</A></TT>)
99
-</LI>
100
-<LI>Explido Software USA Inc. (<TT><A NAME="tex2html131"
101
-  HREF="http://www.explido.us">http://www.explido.us</A></TT>)
102
-</LI>
103
-<LI>David Farrick
104
-</LI>
105
-<LI>Petr Ferschmann (<TT><A NAME="tex2html132"
106
-  HREF="http://petr.ferschmann.cz/">http://petr.ferschmann.cz/</A></TT>)
107
-</LI>
108
-<LI>Andries Filmer (<TT><A NAME="tex2html133"
109
-  HREF="http://www.netexpo.nl">http://www.netexpo.nl</A></TT>)
110
-</LI>
111
-<LI>Jack Fung
112
-</LI>
113
-<LI>GANDI (<TT><A NAME="tex2html134"
114
-  HREF="http://www.gandi.net">http://www.gandi.net</A></TT>)
115
-</LI>
116
-<LI>Jeremy Garcia (<TT><A NAME="tex2html135"
117
-  HREF="http://www.linuxquestions.org">http://www.linuxquestions.org</A></TT>)
118
-</LI>
119
-<LI>GBC Internet Service Center GmbH (<TT><A NAME="tex2html136"
120
-  HREF="http://www.gbc.net">http://www.gbc.net</A></TT>)
121
-</LI>
122
-<LI>GCS Tech (<TT><A NAME="tex2html137"
123
-  HREF="http://www.gcstech.net">http://www.gcstech.net</A></TT>)
124
-</LI>
125
-<LI>Todd Goodman
126
-</LI>
127
-<LI>Bill Gradwohl (<TT><A NAME="tex2html138"
128
-  HREF="http://www.ycc.com">http://www.ycc.com</A></TT>)
129
-</LI>
130
-<LI>Grain-of-Salt Consulting
131
-</LI>
132
-<LI>Invisik Corporation (<TT><A NAME="tex2html139"
133
-  HREF="http://www.invisik.com">http://www.invisik.com</A></TT>)
134
-</LI>
135
-<LI>Keith (<TT><A NAME="tex2html140"
136
-  HREF="http://www.textpad.com">http://www.textpad.com</A></TT>)
137
-</LI>
138
-<LI>Brad Koehn
139
-</LI>
140
-<LI>Logic Partners Inc. (<TT><A NAME="tex2html141"
141
-  HREF="http://www.logicpartners.com">http://www.logicpartners.com</A></TT>)
142
-</LI>
143
-<LI>Luke Reeves (<TT><A NAME="tex2html142"
144
-  HREF="http://www.neuro-tech.net">http://www.neuro-tech.net</A></TT>)
145
-</LI>
146
-<LI>Midcoast Internet Solutions
147
-</LI>
148
-<LI>Mimecast (<TT><A NAME="tex2html143"
149
-  HREF="http://www.mimecast.com">http://www.mimecast.com</A></TT>)
150
-</LI>
151
-<LI>Paul Morgan
152
-</LI>
153
-<LI>Michael Nolan (<TT><A NAME="tex2html144"
154
-  HREF="http://www.michaelnolan.co.uk">http://www.michaelnolan.co.uk</A></TT>)
155
-</LI>
156
-<LI>Oneworkspace.com (<TT><A NAME="tex2html145"
157
-  HREF="http://www.oneworkspace.com">http://www.oneworkspace.com</A></TT>)
158
-</LI>
159
-<LI>Origin Solutions (<TT><A NAME="tex2html146"
160
-  HREF="http://www.originsolutions.com.au">http://www.originsolutions.com.au</A></TT>)
161
-</LI>
162
-<LI>outermedia GmbH (<TT><A NAME="tex2html147"
163
-  HREF="http://www.outermedia.de">http://www.outermedia.de</A></TT>)
164
-</LI>
165
-<LI>Roaring Penguin Software Inc. (<TT><A NAME="tex2html148"
166
-  HREF="http://www.roaringpenguin.com/">http://www.roaringpenguin.com/</A></TT>)
167
-</LI>
168
-<LI>Tim Scoff
169
-</LI>
170
-<LI>Seattle Server (<TT><A NAME="tex2html149"
171
-  HREF="http://www.seattleserver.com">http://www.seattleserver.com</A></TT>)
172
-</LI>
173
-<LI>Solutions In A Box (<TT><A NAME="tex2html150"
174
-  HREF="http://www.siab.com.au">http://www.siab.com.au</A></TT>)
175
-</LI>
176
-<LI>Stephane Rault
177
-</LI>
178
-<LI>Fernando Augusto Medeiros Silva (<TT><A NAME="tex2html151"
179
-  HREF="http://www.linuxplace.com.br">http://www.linuxplace.com.br</A></TT>)
180
-</LI>
181
-<LI>StarBand (<TT><A NAME="tex2html152"
182
-  HREF="http://www.starband.com">http://www.starband.com</A></TT>)
183
-</LI>
184
-<LI>Brad Tarver
185
-</LI>
186
-<LI>Per Reedtz Thomsen
187
-</LI>
188
-<LI>Jeremy Vanderburg (<TT><A NAME="tex2html153"
189
-  HREF="http://www.jeremytech.com">http://www.jeremytech.com</A></TT>)
190
-</LI>
191
-<LI>Webzone Srl (<TT><A NAME="tex2html154"
192
-  HREF="http://www.webzone.it">http://www.webzone.it</A></TT>)
193
-</LI>
194
-<LI>Nicklaus Wicker
195
-    
196
-</LI>
197
-</UL>
59
+<H1><A NAME="SECTION00080000000000000000">
60
+Credits</A>
61
+</H1>
198 62
 
199 63
 <P>
200
-<HR>
201
-<!--Navigation Panel-->
202
-<A NAME="tex2html1335"
203
-  HREF="node80.html">
204
-<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
205
- SRC="/usr/share/latex2html/icons/next.png"></A> 
206
-<A NAME="tex2html1331"
207
-  HREF="node77.html">
208
-<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
209
- SRC="/usr/share/latex2html/icons/up.png"></A> 
210
-<A NAME="tex2html1327"
211
-  HREF="node78.html">
212
-<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
213
- SRC="/usr/share/latex2html/icons/prev.png"></A> 
214
-<A NAME="tex2html1333"
215
-  HREF="node1.html">
216
-<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
217
- SRC="/usr/share/latex2html/icons/contents.png"></A>  
218
-<BR>
219
-<B> Next:</B> <A NAME="tex2html1336"
220
-  HREF="node80.html">Authors</A>
221
-<B> Up:</B> <A NAME="tex2html1332"
222
-  HREF="node77.html">Credits</A>
223
-<B> Previous:</B> <A NAME="tex2html1328"
224
-  HREF="node78.html">Contributors</A>
225
- &nbsp <B>  <A NAME="tex2html1334"
226
-  HREF="node1.html">Contents</A></B> 
227
-<!--End of Navigation Panel-->
64
+<BR><HR>
65
+<!--Table of Child-Links-->
66
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
67
+
68
+<UL>
69
+<LI><A NAME="tex2html1349"
70
+  HREF="node80.html">Contributors</A>
71
+<LI><A NAME="tex2html1350"
72
+  HREF="node81.html">Donors</A>
73
+</UL>
74
+<!--End of Table of Child-Links-->
75
+<BR><HR>
228 76
 <ADDRESS>
229 77
 Tomasz Kojm
230
-2004-06-14
78
+2004-06-29
231 79
 </ADDRESS>
232 80
 </BODY>
233 81
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html438"
30
+<A NAME="tex2html448"
31 31
   HREF="node9.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html434"
34
+<A NAME="tex2html444"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html428"
38
+<A NAME="tex2html438"
39 39
   HREF="node7.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html436"
42
+<A NAME="tex2html446"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html439"
47
+<B> Next:</B> <A NAME="tex2html449"
48 48
   HREF="node9.html">Binary packages - snapshots</A>
49
-<B> Up:</B> <A NAME="tex2html435"
49
+<B> Up:</B> <A NAME="tex2html445"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html429"
51
+<B> Previous:</B> <A NAME="tex2html439"
52 52
   HREF="node7.html">Supported platforms</A>
53
- &nbsp <B>  <A NAME="tex2html437"
53
+ &nbsp <B>  <A NAME="tex2html447"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -119,7 +119,7 @@ The RPM package for Mandrake is available on Mandrake's mirrors, see
119 119
 </LI>
120 120
 <LI><B>Slackware</B>
121 121
 <BR>
122
-Actual packages available at: <TT><A NAME="tex2html11"
122
+Actual packages are available at: <TT><A NAME="tex2html11"
123 123
   HREF="http://linuxpackages.net">http://linuxpackages.net</A></TT>
124 124
 <P>
125 125
 </LI>
... ...
@@ -170,35 +170,35 @@ A standalone GUI version is also available. See ClamWin
170 170
 <P>
171 171
 <HR>
172 172
 <!--Navigation Panel-->
173
-<A NAME="tex2html438"
173
+<A NAME="tex2html448"
174 174
   HREF="node9.html">
175 175
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
176 176
  SRC="/usr/share/latex2html/icons/next.png"></A> 
177
-<A NAME="tex2html434"
177
+<A NAME="tex2html444"
178 178
   HREF="node6.html">
179 179
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
180 180
  SRC="/usr/share/latex2html/icons/up.png"></A> 
181
-<A NAME="tex2html428"
181
+<A NAME="tex2html438"
182 182
   HREF="node7.html">
183 183
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
184 184
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
185
-<A NAME="tex2html436"
185
+<A NAME="tex2html446"
186 186
   HREF="node1.html">
187 187
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
188 188
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
189 189
 <BR>
190
-<B> Next:</B> <A NAME="tex2html439"
190
+<B> Next:</B> <A NAME="tex2html449"
191 191
   HREF="node9.html">Binary packages - snapshots</A>
192
-<B> Up:</B> <A NAME="tex2html435"
192
+<B> Up:</B> <A NAME="tex2html445"
193 193
   HREF="node6.html">Installation</A>
194
-<B> Previous:</B> <A NAME="tex2html429"
194
+<B> Previous:</B> <A NAME="tex2html439"
195 195
   HREF="node7.html">Supported platforms</A>
196
- &nbsp <B>  <A NAME="tex2html437"
196
+ &nbsp <B>  <A NAME="tex2html447"
197 197
   HREF="node1.html">Contents</A></B> 
198 198
 <!--End of Navigation Panel-->
199 199
 <ADDRESS>
200 200
 Tomasz Kojm
201
-2004-06-14
201
+2004-06-29
202 202
 </ADDRESS>
203 203
 </BODY>
204 204
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Authors</TITLE>
11
-<META NAME="description" CONTENT="Authors">
10
+<TITLE>Contributors</TITLE>
11
+<META NAME="description" CONTENT="Contributors">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,65 +19,440 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="next" HREF="node85.html">
23
-<LINK REL="previous" HREF="node77.html">
24
-<LINK REL="up" HREF="clamdoc.html">
22
+<LINK REL="next" HREF="node81.html">
23
+<LINK REL="previous" HREF="node79.html">
24
+<LINK REL="up" HREF="node79.html">
25 25
 <LINK REL="next" HREF="node81.html">
26 26
 </HEAD>
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1347"
30
+<A NAME="tex2html1361"
31 31
   HREF="node81.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1343"
35
-  HREF="clamdoc.html">
34
+<A NAME="tex2html1357"
35
+  HREF="node79.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1337"
38
+<A NAME="tex2html1351"
39 39
   HREF="node79.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1345"
42
+<A NAME="tex2html1359"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1348"
48
-  HREF="node81.html">Virus Database Maintainers</A>
49
-<B> Up:</B> <A NAME="tex2html1344"
50
-  HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html1338"
52
-  HREF="node79.html">Donors</A>
53
- &nbsp <B>  <A NAME="tex2html1346"
47
+<B> Next:</B> <A NAME="tex2html1362"
48
+  HREF="node81.html">Donors</A>
49
+<B> Up:</B> <A NAME="tex2html1358"
50
+  HREF="node79.html">Credits</A>
51
+<B> Previous:</B> <A NAME="tex2html1352"
52
+  HREF="node79.html">Credits</A>
53
+ &nbsp <B>  <A NAME="tex2html1360"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H1><A NAME="SECTION00090000000000000000">
60
-Authors</A>
61
-</H1>
62
-    <BR><HR>
63
-<!--Table of Child-Links-->
64
-<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
65
-
59
+<H2><A NAME="SECTION00081000000000000000">
60
+Contributors</A>
61
+</H2>
62
+    The following people contributed to our project in some way (providing
63
+    patches, bug reports, technical support, documentation, good ideas...):
64
+    
66 65
 <UL>
67
-<LI><A NAME="tex2html1349"
68
-  HREF="node81.html">Virus Database Maintainers</A>
69
-<LI><A NAME="tex2html1350"
70
-  HREF="node82.html">Network management</A>
71
-<LI><A NAME="tex2html1351"
72
-  HREF="node83.html">Graphics</A>
73
-<LI><A NAME="tex2html1352"
74
-  HREF="node84.html">Core developers</A>
66
+<LI>Sergey Y.  Afonin &lt;asy*kraft-s.ru&gt;
67
+</LI>
68
+<LI>Robert Allerstorfer &lt;roal*anet.at&gt;
69
+</LI>
70
+<LI>Claudio Alonso &lt;cfalonso*yahoo.com&gt;
71
+</LI>
72
+<LI>Kamil Andrusz &lt;wizz*mniam.net&gt;
73
+</LI>
74
+<LI>Jean-Edouard Babin &lt;Jeb*jeb.com.fr&gt;
75
+</LI>
76
+<LI>Marc Baudoin &lt;babafou*babafou.eu.org&gt;
77
+</LI>
78
+<LI>Scott Beck &lt;sbeck*gossamer-threads.com&gt;
79
+</LI>
80
+<LI>Rolf Eike Beer &lt;eike*mail.math.uni-mannheim.de&gt;
81
+</LI>
82
+<LI>Rene Bellora &lt;rbellora*tecnoaccion.com.ar&gt;
83
+</LI>
84
+<LI>Hilko Bengen &lt;bengen*vdst-ka.inka.de&gt;
85
+</LI>
86
+<LI>Patrick Bihan-Faou &lt;patrick*mindstep.com&gt;
87
+</LI>
88
+<LI>Dale Blount &lt;dale*velocity.net&gt;
89
+</LI>
90
+<LI>Oliver Brandmueller &lt;ob*e-Gitt.NET&gt;
91
+</LI>
92
+<LI>Igor Brezac &lt;igor*ipass.net&gt;
93
+</LI>
94
+<LI>Brian Bruns &lt;bruns*2mbit.com&gt;
95
+</LI>
96
+<LI>Len Budney &lt;lbudney*pobox.com&gt;
97
+</LI>
98
+<LI>Matt Butt &lt;mattb*cre8tiv.com&gt;
99
+</LI>
100
+<LI>Eric I. Lopez Carreon &lt;elopezc*technitrade.com&gt;
101
+</LI>
102
+<LI>Andrey Cherezov &lt;andrey*cherezov.koenig.su&gt;
103
+</LI>
104
+<LI>Alex Cherney &lt;alex*cher.id.au&gt;
105
+</LI>
106
+<LI>Tom G. Christensen &lt;tgc*statsbiblioteket.dk&gt;
107
+</LI>
108
+<LI>Nicholas Chua &lt;nicholas*ncmbox.net&gt;
109
+</LI>
110
+<LI>Chris Conn &lt;cconn*abacom.com&gt;
111
+</LI>
112
+<LI>Christoph Cordes &lt;ib*precompiled.de&gt;
113
+</LI>
114
+<LI>Ole Craig &lt;olc*cs.umass.edu&gt;
115
+</LI>
116
+<LI>Eugene Crosser &lt;crosser*rol.ru&gt;
117
+</LI>
118
+<LI>Damien Curtain &lt;damien*pagefault.org&gt;
119
+</LI>
120
+<LI>Krisztian Czako &lt;slapic*linux.co.hu&gt;
121
+</LI>
122
+<LI>Diego d'Ambra &lt;da*softcom.dk&gt;
123
+</LI>
124
+<LI>Michael Dankov &lt;misha*btrc.ru&gt;
125
+</LI>
126
+<LI>Maxim Dounin &lt;mdounin*rambler-co.ru&gt;
127
+</LI>
128
+<LI>Alejandro Dubrovsky &lt;s328940*student.uq.edu.au&gt;
129
+</LI>
130
+<LI>Magnus Ekdahl &lt;magnus*debian.org&gt;
131
+</LI>
132
+<LI>Mehmet Ekiz &lt;ekizm*tbmm.gov.tr&gt;
133
+</LI>
134
+<LI>Jens Elkner &lt;elkner*linofee.org&gt;
135
+</LI>
136
+<LI>Fred van Engen &lt;fred*wooha.org&gt;
137
+</LI>
138
+<LI>Jason Englander &lt;jason*englanders.cc&gt;
139
+</LI>
140
+<LI>Oden Eriksson &lt;oeriksson*mandrakesoft.com&gt;
141
+</LI>
142
+<LI>Andy Fiddaman &lt;af*jeamland.org&gt;
143
+</LI>
144
+<LI>Edison Figueira Junior &lt;edison*brc.com.br&gt;
145
+</LI>
146
+<LI>David Ford &lt;david+cert*blue-labs.org&gt;
147
+</LI>
148
+<LI>Brian J. France &lt;list*firehawksystems.com&gt;
149
+</LI>
150
+<LI>Free Oscar &lt;freeoscar*wp.pl&gt;
151
+</LI>
152
+<LI>Martin Fuxa &lt;yeti*email.cz&gt;
153
+</LI>
154
+<LI>Piotr Gackiewicz &lt;gacek*intertele.pl&gt;
155
+</LI>
156
+<LI>Jeremy Garcia &lt;jeremy*linuxquestions.org&gt;
157
+</LI>
158
+<LI>Dean Gaudet &lt;dean-clamav*arctic.org&gt;
159
+</LI>
160
+<LI>Michel Gaudet &lt;Michel.Gaudet*ehess.fr&gt;
161
+</LI>
162
+<LI>Philippe Gay &lt;ph.gay*free.fr&gt;
163
+</LI>
164
+<LI>Nick Gazaloff &lt;nick*sbin.org&gt;
165
+</LI>
166
+<LI>Luca 'NERvOus' Gibelli &lt;nervous*nervous.it&gt;
167
+</LI>
168
+<LI>Scott Gifford &lt;sgifford*suspectclass.com&gt;
169
+</LI>
170
+<LI>Wieslaw Glod &lt;wkg*x2.pl&gt;
171
+</LI>
172
+<LI>Stephen Gran &lt;steve*lobefin.net&gt;
173
+</LI>
174
+<LI>Matthew A. Grant &lt;grantma*anathoth.gen.nz&gt;
175
+</LI>
176
+<LI>Hrvoje Habjanic &lt;hrvoje.habjanic*zg.hinet.hr&gt;
177
+</LI>
178
+<LI>Michal Hajduczenia &lt;michalis*mat.uni.torun.pl&gt;
179
+</LI>
180
+<LI>Jean-Christophe Heger &lt;jcheger*acytec.com&gt;
181
+</LI>
182
+<LI>Anders Herbjornsen &lt;andersh*gar.no&gt;
183
+</LI>
184
+<LI>Paul Hoadley &lt;paulh*logixsquad.net&gt;
185
+</LI>
186
+<LI>Robert Hogan &lt;robert*roberthogan.net&gt;
187
+</LI>
188
+<LI>Przemyslaw Holowczyc &lt;doozer*skc.com.pl&gt;
189
+</LI>
190
+<LI>Thomas W. Holt Jr. &lt;twh*cohesive.net&gt;
191
+</LI>
192
+<LI>James F.  Hranicky &lt;jfh*cise.ufl.edu&gt;
193
+</LI>
194
+<LI>Douglas J Hunley &lt;doug*hunley.homeip.net&gt;
195
+</LI>
196
+<LI>Kurt Huwig &lt;kurt*iku-netz.de&gt;
197
+</LI>
198
+<LI>Andy Igoshin &lt;ai*vsu.ru&gt;
199
+</LI>
200
+<LI>Jay &lt;sysop-clamav*coronastreet.net&gt;
201
+</LI>
202
+<LI>Stephane Jeannenot &lt;stephane.jeannenot*wanadoo.fr&gt;
203
+</LI>
204
+<LI>Dave Jones &lt;dave*kalkbay.co.za&gt;
205
+</LI>
206
+<LI>Jesper Juhl &lt;juhl*dif.dk&gt;
207
+</LI>
208
+<LI>Alex Kah &lt;alex*narfonix.com&gt;
209
+</LI>
210
+<LI>Stefan Kaltenbrunner &lt;mm-mailinglist*madness.at&gt;
211
+</LI>
212
+<LI>Lloyd Kamara &lt;l.kamara*imperial.ac.uk&gt;
213
+</LI>
214
+<LI>Kazuhiko &lt;kazuhiko*fdiary.net&gt;
215
+</LI>
216
+<LI>Tomasz Klim &lt;tomek*euroneto.pl&gt;
217
+</LI>
218
+<LI>Robbert Kouprie &lt;robbert*exx.nl&gt;
219
+</LI>
220
+<LI>Martin Kraft &lt;martin.kraft*fal.de&gt;
221
+</LI>
222
+<LI>Petr Kristof &lt;Kristof.P*fce.vutbr.cz&gt;
223
+</LI>
224
+<LI>Henk Kuipers &lt;henk*opensourcesolutions.nl&gt;
225
+</LI>
226
+<LI>Nigel Kukard &lt;nkukard*lbsd.net&gt;
227
+</LI>
228
+<LI>Dr Andrzej Kurpiel &lt;akurpiel*mat.uni.torun.pl&gt;
229
+</LI>
230
+<LI>Thomas Lamy &lt;Thomas.Lamy*in-online.net&gt;
231
+</LI>
232
+<LI>Marty Lee &lt;marty*maui.co.uk&gt;
233
+</LI>
234
+<LI>Dennis Leeuw &lt;dleeuw*made-it.com&gt;
235
+</LI>
236
+<LI>Martin Lesser &lt;admin-debian*bettercom.de&gt;
237
+</LI>
238
+<LI>Peter N Lewis &lt;peter*stairways.com.au&gt;
239
+</LI>
240
+<LI>James Lick &lt;jlick*drivel.com&gt;
241
+</LI>
242
+<LI>Mike Loewen &lt;mloewen*sturgeon.cac.psu.edu&gt;
243
+</LI>
244
+<LI>David S. Madole &lt;david*madole.net&gt;
245
+</LI>
246
+<LI>Thomas Madsen &lt;tm*softcom.dk&gt;
247
+</LI>
248
+<LI>Bill Maidment &lt;bill*maidment.com.au&gt;
249
+</LI>
250
+<LI>Joe Maimon &lt;jmaimon*ttec.com&gt;
251
+</LI>
252
+<LI>Andrey V. Malyshev &lt;amal*krasn.ru&gt;
253
+</LI>
254
+<LI>Stefan Martig &lt;sm*officeco.ch&gt;
255
+</LI>
256
+<LI>Chris Masters" &lt;cmasters*insl.co.uk&gt;
257
+</LI>
258
+<LI>Serhiy V. Matveyev &lt;matveyev*uatele.com&gt;
259
+</LI>
260
+<LI>Reinhard Max &lt;max*suse.de&gt;
261
+</LI>
262
+<LI>Brian May &lt;bam*debian.org&gt;
263
+</LI>
264
+<LI>Ken McKittrick &lt;klmac*usadatanet.com&gt;
265
+</LI>
266
+<LI>Chris van Meerendonk &lt;cvm*castel.nl&gt;
267
+</LI>
268
+<LI>Andrey J. Melnikoff &lt;temnota*kmv.ru&gt;
269
+</LI>
270
+<LI>Damian Menscher &lt;menscher*uiuc.edu&gt;
271
+</LI>
272
+<LI>Arkadiusz Miskiewicz &lt;misiek*pld-linux.org&gt;
273
+</LI>
274
+<LI>Mark Mielke &lt;mark*mark.mielke.cc&gt;
275
+</LI>
276
+<LI>Jo Mills &lt;Jonathan.Mills*frequentis.com&gt;
277
+</LI>
278
+<LI>Dustin Mollo &lt;dustin.mollo*sonoma.edu&gt;
279
+</LI>
280
+<LI>Doug Monroe &lt;doug*planetconnect.com&gt;
281
+</LI>
282
+<LI>Alex S Moore &lt;asmoore*edge.net&gt;
283
+</LI>
284
+<LI>Dirk Mueller &lt;mueller*kde.org&gt;
285
+</LI>
286
+<LI>Flinn Mueller&lt;flinn*activeintra.net&gt;
287
+</LI>
288
+<LI>Hendrik Muhs &lt;Hendrik.Muhs*student.uni-magdeburg.de&gt;
289
+</LI>
290
+<LI>Farit Nabiullin <TT><A NAME="tex2html126"
291
+  HREF="http://program.farit.ru">http://program.farit.ru</A></TT>
292
+</LI>
293
+<LI>Nemosoft Unv. &lt;nemosoft*smcc.demon.nl&gt;
294
+</LI>
295
+<LI>Wojciech Noworyta &lt;wnow*konarski.edu.pl&gt;
296
+</LI>
297
+<LI>Jorgen Norgaard &lt;jnp*anneli.dk&gt;
298
+</LI>
299
+<LI>Fajar A. Nugraha &lt;fajar*telkom.co.id&gt;
300
+</LI>
301
+<LI>Joe Oaks &lt;joe.oaks*hp.com&gt;
302
+</LI>
303
+<LI>Washington Odhiambo &lt;wash*wananchi.com&gt;
304
+</LI>
305
+<LI>Masaki Ogawa &lt;proc*mac.com&gt;
306
+</LI>
307
+<LI>Phil Oleson &lt;oz*nixil.net&gt;
308
+</LI>
309
+<LI>Martijn van Oosterhout &lt;kleptog*svana.org&gt;
310
+</LI>
311
+<LI>OpenAntiVirus Team (<TT><A NAME="tex2html127"
312
+  HREF="http://www.OpenAntiVirus.org">http://www.OpenAntiVirus.org</A></TT>)
313
+</LI>
314
+<LI>Tomasz Papszun &lt;tomek*lodz.tpsa.pl&gt;
315
+</LI>
316
+<LI>Eric Parsonage &lt;eric*eparsonage.com&gt;
317
+</LI>
318
+<LI>Oliver Paukstadt &lt;pstadt*stud.fh-heilbronn.de&gt;
319
+</LI>
320
+<LI>Christian Pelissier &lt;Christian.Pelissier*onera.fr&gt;
321
+</LI>
322
+<LI>Rudolph Pereira &lt;r.pereira*isu.usyd.edu.au&gt;
323
+</LI>
324
+<LI>Ed Phillips &lt;ed*UDel.Edu&gt;
325
+</LI>
326
+<LI>Andreas Piesk &lt;Andreas.Piesk*heise.de&gt;
327
+</LI>
328
+<LI>Alex Pleiner &lt;pleiner*zeitform.de&gt;
329
+</LI>
330
+<LI>Ant La Porte &lt;ant*dvere.net&gt;
331
+</LI>
332
+<LI>Sergei Pronin &lt;sp*finndesign.fi&gt;
333
+</LI>
334
+<LI>Thomas Quinot &lt;thomas*cuivre.fr.eu.org&gt;
335
+</LI>
336
+<LI>Ed Ravin &lt;eravin*panix.com&gt;
337
+</LI>
338
+<LI>Brian A. Reiter &lt;breiter*wolfereiter.com&gt;
339
+</LI>
340
+<LI>Rupert Roesler-Schmidt &lt;r.roesler-schmidt*uplink.at&gt;
341
+</LI>
342
+<LI>David Sanchez &lt;dsanchez*veloxia.com&gt;
343
+</LI>
344
+<LI>David Santinoli &lt;david*santinoli.com&gt;
345
+</LI>
346
+<LI>Vijay Sarvepalli &lt;vssarvep*office.uncg.edu&gt;
347
+</LI>
348
+<LI>Martin Schitter
349
+</LI>
350
+<LI>Theo Schlossnagle &lt;jesus*omniti.com&gt;
351
+</LI>
352
+<LI>Enrico Scholz &lt;enrico.scholz*informatik.tu-chemnitz.de&gt;
353
+</LI>
354
+<LI>Karina Schwarz &lt;k.schwarz*uplink.at&gt;
355
+</LI>
356
+<LI>Scsi &lt;scsi*softland.ru&gt;
357
+</LI>
358
+<LI>Dr Matthew J Seaman &lt;m.seaman*infracaninophile.co.uk&gt;
359
+</LI>
360
+<LI>Hector M. Rulot Segovia &lt;Hector.Rulot*uv.es&gt;
361
+</LI>
362
+<LI>Omer Faruk Sen &lt;ofsen*enderunix.org&gt;
363
+</LI>
364
+<LI>Sergey &lt;a_s_y*sama.ru&gt;
365
+</LI>
366
+<LI>Tuomas Silen &lt;tuomas.silen*nodeta.fi&gt;
367
+</LI>
368
+<LI>Al Smith &lt;ajs+clamav*aeschi.ch.eu.org&gt;
369
+</LI>
370
+<LI>Kevin Spicer &lt;kevin*kevinspicer.co.uk&gt;
371
+</LI>
372
+<LI>Ole Stanstrup &lt;ole*stanstrup.dk&gt;
373
+</LI>
374
+<LI>Adam Stein &lt;adam*scan.mc.xerox.com&gt;
375
+</LI>
376
+<LI>Steve &lt;steveb*webtribe.net&gt;
377
+</LI>
378
+<LI>Richard Stevenson &lt;richard*endace.com&gt;
379
+</LI>
380
+<LI>Matt Sullivan &lt;matt*sullivan.gen.nz&gt;
381
+</LI>
382
+<LI>Dr Zbigniew Szewczak &lt;zssz*mat.uni.torun.pl&gt;
383
+</LI>
384
+<LI>Joe Talbott &lt;josepht*cstone.net&gt;
385
+</LI>
386
+<LI>Gernot Tenchio &lt;g.tenchio*telco-tech.de&gt;
387
+</LI>
388
+<LI>Masahiro Teramoto &lt;markun*onohara.to&gt;
389
+</LI>
390
+<LI>Ryan Thompson &lt;clamav*sasknow.com&gt;
391
+</LI>
392
+<LI>Michael L. Torrie &lt;torriem*chem.byu.edu&gt;
393
+</LI>
394
+<LI>Trashware &lt;trashware*gmx.net&gt;
395
+</LI>
396
+<LI>Matthew Trent &lt;mtrent*localaccess.com&gt;
397
+</LI>
398
+<LI>Daniel Mario Vega &lt;dv5a*dc.uba.ar&gt;
399
+</LI>
400
+<LI>Laurent Wacrenier &lt;lwa*teaser.fr&gt;
401
+</LI>
402
+<LI>Charlie Watts &lt;cewatts*brainstorminternet.net&gt;
403
+</LI>
404
+<LI>Nicklaus Wicker &lt;n.wicker*cnk-networks.de&gt;
405
+</LI>
406
+<LI>David Woakes &lt;david*mitredata.co.uk&gt;
407
+</LI>
408
+<LI>Troy Wollenslegel &lt;troy*intranet.org&gt;
409
+</LI>
410
+<LI>Dale Woolridge &lt;dwoolridge*drh.net&gt;
411
+</LI>
412
+<LI>Takumi Yamane &lt;yamtak*b-session.com&gt;
413
+</LI>
414
+<LI>Youza Youzovic &lt;youza*post.cz&gt;
415
+</LI>
416
+<LI>Leonid Zeitlin &lt;lz*europe.com&gt;
417
+</LI>
418
+<LI>ZMan Z. &lt;x86zman*go-a-way.dyndns.org&gt;
419
+</LI>
420
+<LI>Andoni Zubimendi &lt;andoni*lpsat.net&gt;
421
+</LI>
75 422
 </UL>
76
-<!--End of Table of Child-Links-->
77
-<BR><HR>
423
+
424
+<P>
425
+<HR>
426
+<!--Navigation Panel-->
427
+<A NAME="tex2html1361"
428
+  HREF="node81.html">
429
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
430
+ SRC="/usr/share/latex2html/icons/next.png"></A> 
431
+<A NAME="tex2html1357"
432
+  HREF="node79.html">
433
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
434
+ SRC="/usr/share/latex2html/icons/up.png"></A> 
435
+<A NAME="tex2html1351"
436
+  HREF="node79.html">
437
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
438
+ SRC="/usr/share/latex2html/icons/prev.png"></A> 
439
+<A NAME="tex2html1359"
440
+  HREF="node1.html">
441
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
442
+ SRC="/usr/share/latex2html/icons/contents.png"></A>  
443
+<BR>
444
+<B> Next:</B> <A NAME="tex2html1362"
445
+  HREF="node81.html">Donors</A>
446
+<B> Up:</B> <A NAME="tex2html1358"
447
+  HREF="node79.html">Credits</A>
448
+<B> Previous:</B> <A NAME="tex2html1352"
449
+  HREF="node79.html">Credits</A>
450
+ &nbsp <B>  <A NAME="tex2html1360"
451
+  HREF="node1.html">Contents</A></B> 
452
+<!--End of Navigation Panel-->
78 453
 <ADDRESS>
79 454
 Tomasz Kojm
80
-2004-06-14
455
+2004-06-29
81 456
 </ADDRESS>
82 457
 </BODY>
83 458
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Virus Database Maintainers</TITLE>
11
-<META NAME="description" CONTENT="Virus Database Maintainers">
10
+<TITLE>Donors</TITLE>
11
+<META NAME="description" CONTENT="Donors">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,77 +19,225 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="next" HREF="node82.html">
23 22
 <LINK REL="previous" HREF="node80.html">
24
-<LINK REL="up" HREF="node80.html">
23
+<LINK REL="up" HREF="node79.html">
25 24
 <LINK REL="next" HREF="node82.html">
26 25
 </HEAD>
27 26
 
28 27
 <BODY >
29 28
 <!--Navigation Panel-->
30
-<A NAME="tex2html1363"
29
+<A NAME="tex2html1371"
31 30
   HREF="node82.html">
32 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 32
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1359"
35
-  HREF="node80.html">
33
+<A NAME="tex2html1367"
34
+  HREF="node79.html">
36 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 36
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1353"
37
+<A NAME="tex2html1363"
39 38
   HREF="node80.html">
40 39
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 40
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1361"
41
+<A NAME="tex2html1369"
43 42
   HREF="node1.html">
44 43
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 44
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 45
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1364"
48
-  HREF="node82.html">Network management</A>
49
-<B> Up:</B> <A NAME="tex2html1360"
50
-  HREF="node80.html">Authors</A>
51
-<B> Previous:</B> <A NAME="tex2html1354"
52
-  HREF="node80.html">Authors</A>
53
- &nbsp <B>  <A NAME="tex2html1362"
46
+<B> Next:</B> <A NAME="tex2html1372"
47
+  HREF="node82.html">Authors</A>
48
+<B> Up:</B> <A NAME="tex2html1368"
49
+  HREF="node79.html">Credits</A>
50
+<B> Previous:</B> <A NAME="tex2html1364"
51
+  HREF="node80.html">Contributors</A>
52
+ &nbsp <B>  <A NAME="tex2html1370"
54 53
   HREF="node1.html">Contents</A></B> 
55 54
 <BR>
56 55
 <BR>
57 56
 <!--End of Navigation Panel-->
58 57
 
59
-<H2><A NAME="SECTION00091000000000000000">
60
-Virus Database Maintainers</A>
58
+<H2><A NAME="SECTION00082000000000000000">
59
+Donors</A>
61 60
 </H2>
62
-    Virus database is a heart of every anti-virus software. The following
63
-    people care ClamAV's heart to be in a fine condition:
61
+    We received financial support from (this is not a full list because we
62
+    only list people from whom we received an agreement):
64 63
     
65 64
 <UL>
66
-<LI>aCaB &lt;acab*clamav.net&gt;
65
+<LI>ActiveIntra.net Inc. (<TT><A NAME="tex2html128"
66
+  HREF="http://www.activeintra.net">http://www.activeintra.net</A></TT>)
67
+</LI>
68
+<LI>Advance Healthcare Group (<TT><A NAME="tex2html129"
69
+  HREF="http://www.ahgl.com.au">http://www.ahgl.com.au</A></TT>)
70
+</LI>
71
+<LI>Anonymous donor from Colorado, US
72
+</LI>
73
+<LI>Atlas College (<TT><A NAME="tex2html130"
74
+  HREF="http://www.atlascollege.nl">http://www.atlascollege.nl</A></TT>)
75
+</LI>
76
+<LI>AWD Online (<TT><A NAME="tex2html131"
77
+  HREF="http://www.awdonline.com">http://www.awdonline.com</A></TT>)
78
+</LI>
79
+<LI>Norman E. Brake, Jr.
80
+</LI>
81
+<LI>cedarcreeksoftware.com (<TT><A NAME="tex2html132"
82
+  HREF="http://www.cedarcreeksoftware.com">http://www.cedarcreeksoftware.com</A></TT>)
83
+</LI>
84
+<LI>Thanos Chatziathanassiou
85
+</LI>
86
+<LI>Cheahch from Singapore
87
+</LI>
88
+<LI>Joe Cooper
89
+</LI>
90
+<LI>Steve Donegan (<TT><A NAME="tex2html133"
91
+  HREF="http://www.donegan.org">http://www.donegan.org</A></TT>)
92
+</LI>
93
+<LI>Dynamic Network Services, Inc (<TT><A NAME="tex2html134"
94
+  HREF="http://www.dyndns.org">http://www.dyndns.org</A></TT>)
95
+</LI>
96
+<LI>Electric Embers
97
+</LI>
98
+<LI>Epublica
99
+</LI>
100
+<LI>Bernhard Erdmann
101
+</LI>
102
+<LI>David Eriksson (<TT><A NAME="tex2html135"
103
+  HREF="http://www.2good.nu">http://www.2good.nu</A></TT>)
104
+</LI>
105
+<LI>Explido Software USA Inc. (<TT><A NAME="tex2html136"
106
+  HREF="http://www.explido.us">http://www.explido.us</A></TT>)
107
+</LI>
108
+<LI>David Farrick
109
+</LI>
110
+<LI>Petr Ferschmann (<TT><A NAME="tex2html137"
111
+  HREF="http://petr.ferschmann.cz/">http://petr.ferschmann.cz/</A></TT>)
112
+</LI>
113
+<LI>Andries Filmer (<TT><A NAME="tex2html138"
114
+  HREF="http://www.netexpo.nl">http://www.netexpo.nl</A></TT>)
115
+</LI>
116
+<LI>Jack Fung
117
+</LI>
118
+<LI>GANDI (<TT><A NAME="tex2html139"
119
+  HREF="http://www.gandi.net">http://www.gandi.net</A></TT>)
120
+</LI>
121
+<LI>Jeremy Garcia (<TT><A NAME="tex2html140"
122
+  HREF="http://www.linuxquestions.org">http://www.linuxquestions.org</A></TT>)
123
+</LI>
124
+<LI>GBC Internet Service Center GmbH (<TT><A NAME="tex2html141"
125
+  HREF="http://www.gbc.net">http://www.gbc.net</A></TT>)
126
+</LI>
127
+<LI>GCS Tech (<TT><A NAME="tex2html142"
128
+  HREF="http://www.gcstech.net">http://www.gcstech.net</A></TT>)
129
+</LI>
130
+<LI>Todd Goodman
131
+</LI>
132
+<LI>Bill Gradwohl (<TT><A NAME="tex2html143"
133
+  HREF="http://www.ycc.com">http://www.ycc.com</A></TT>)
134
+</LI>
135
+<LI>Grain-of-Salt Consulting
136
+</LI>
137
+<LI>IDEAL Software GmbH (<TT><A NAME="tex2html144"
138
+  HREF="http://www.IdealSoftware.com">http://www.IdealSoftware.com</A></TT>)
139
+</LI>
140
+<LI>Invisik Corporation (<TT><A NAME="tex2html145"
141
+  HREF="http://www.invisik.com">http://www.invisik.com</A></TT>)
67 142
 </LI>
68
-<LI>Christoph Cordes &lt;ccordes*clamav.net&gt;
143
+<LI>Keith (<TT><A NAME="tex2html146"
144
+  HREF="http://www.textpad.com">http://www.textpad.com</A></TT>)
69 145
 </LI>
70
-<LI>Diego D'Ambra &lt;diego*clamav.net&gt;
146
+<LI>Brad Koehn
71 147
 </LI>
72
-<LI>Jason Englander &lt;jason*clamav.net&gt;
148
+<LI>Logic Partners Inc. (<TT><A NAME="tex2html147"
149
+  HREF="http://www.logicpartners.com">http://www.logicpartners.com</A></TT>)
73 150
 </LI>
74
-<LI>Tomasz Kojm &lt;tkojm*clamav.net&gt;
151
+<LI>Midcoast Internet Solutions
75 152
 </LI>
76
-<LI>Denis De Messemacker &lt;ddm*clamav.net&gt;
153
+<LI>Mimecast (<TT><A NAME="tex2html148"
154
+  HREF="http://www.mimecast.com">http://www.mimecast.com</A></TT>)
77 155
 </LI>
78
-<LI>Tomasz Papszun &lt;tomek*clamav.net&gt;
156
+<LI>Paul Morgan
79 157
 </LI>
80
-<LI>Trog &lt;trog*clamav.net&gt; (macro viruses)
158
+<LI>Michael Nolan (<TT><A NAME="tex2html149"
159
+  HREF="http://www.michaelnolan.co.uk">http://www.michaelnolan.co.uk</A></TT>)
160
+</LI>
161
+<LI>Oneworkspace.com (<TT><A NAME="tex2html150"
162
+  HREF="http://www.oneworkspace.com">http://www.oneworkspace.com</A></TT>)
163
+</LI>
164
+<LI>Origin Solutions (<TT><A NAME="tex2html151"
165
+  HREF="http://www.originsolutions.com.au">http://www.originsolutions.com.au</A></TT>)
166
+</LI>
167
+<LI>outermedia GmbH (<TT><A NAME="tex2html152"
168
+  HREF="http://www.outermedia.de">http://www.outermedia.de</A></TT>)
169
+</LI>
170
+<LI>Thodoris Pitikaris
171
+</LI>
172
+<LI>Luke Reeves (<TT><A NAME="tex2html153"
173
+  HREF="http://www.neuro-tech.net">http://www.neuro-tech.net</A></TT>)
174
+</LI>
175
+<LI>Roaring Penguin Software Inc. (<TT><A NAME="tex2html154"
176
+  HREF="http://www.roaringpenguin.com/">http://www.roaringpenguin.com/</A></TT>)
177
+</LI>
178
+<LI>Tim Scoff
179
+</LI>
180
+<LI>Seattle Server (<TT><A NAME="tex2html155"
181
+  HREF="http://www.seattleserver.com">http://www.seattleserver.com</A></TT>)
182
+</LI>
183
+<LI>Solutions In A Box (<TT><A NAME="tex2html156"
184
+  HREF="http://www.siab.com.au">http://www.siab.com.au</A></TT>)
185
+</LI>
186
+<LI>Stephane Rault
187
+</LI>
188
+<LI>Fernando Augusto Medeiros Silva (<TT><A NAME="tex2html157"
189
+  HREF="http://www.linuxplace.com.br">http://www.linuxplace.com.br</A></TT>)
190
+</LI>
191
+<LI>StarBand (<TT><A NAME="tex2html158"
192
+  HREF="http://www.starband.com">http://www.starband.com</A></TT>)
193
+</LI>
194
+<LI>Brad Tarver
195
+</LI>
196
+<LI>Per Reedtz Thomsen
197
+</LI>
198
+<LI>Jeremy Vanderburg (<TT><A NAME="tex2html159"
199
+  HREF="http://www.jeremytech.com">http://www.jeremytech.com</A></TT>)
200
+</LI>
201
+<LI>Webzone Srl (<TT><A NAME="tex2html160"
202
+  HREF="http://www.webzone.it">http://www.webzone.it</A></TT>)
203
+</LI>
204
+<LI>Nicklaus Wicker
81 205
     
82 206
 </LI>
83 207
 </UL>
84
-    Our database includes the virus database (about 5000 signatures) from
85
-<BR>    <TT><A NAME="tex2html155"
86
-  HREF="OpenAntiVirus.org">OpenAntiVirus.org</A></TT>.
87 208
 
88 209
 <P>
89
-<BR><HR>
210
+<HR>
211
+<!--Navigation Panel-->
212
+<A NAME="tex2html1371"
213
+  HREF="node82.html">
214
+<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
215
+ SRC="/usr/share/latex2html/icons/next.png"></A> 
216
+<A NAME="tex2html1367"
217
+  HREF="node79.html">
218
+<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
219
+ SRC="/usr/share/latex2html/icons/up.png"></A> 
220
+<A NAME="tex2html1363"
221
+  HREF="node80.html">
222
+<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
223
+ SRC="/usr/share/latex2html/icons/prev.png"></A> 
224
+<A NAME="tex2html1369"
225
+  HREF="node1.html">
226
+<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
227
+ SRC="/usr/share/latex2html/icons/contents.png"></A>  
228
+<BR>
229
+<B> Next:</B> <A NAME="tex2html1372"
230
+  HREF="node82.html">Authors</A>
231
+<B> Up:</B> <A NAME="tex2html1368"
232
+  HREF="node79.html">Credits</A>
233
+<B> Previous:</B> <A NAME="tex2html1364"
234
+  HREF="node80.html">Contributors</A>
235
+ &nbsp <B>  <A NAME="tex2html1370"
236
+  HREF="node1.html">Contents</A></B> 
237
+<!--End of Navigation Panel-->
90 238
 <ADDRESS>
91 239
 Tomasz Kojm
92
-2004-06-14
240
+2004-06-29
93 241
 </ADDRESS>
94 242
 </BODY>
95 243
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Network management</TITLE>
11
-<META NAME="description" CONTENT="Network management">
10
+<TITLE>Authors</TITLE>
11
+<META NAME="description" CONTENT="Authors">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,57 +19,65 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
-<LINK REL="next" HREF="node83.html">
23
-<LINK REL="previous" HREF="node81.html">
24
-<LINK REL="up" HREF="node80.html">
22
+<LINK REL="next" HREF="node87.html">
23
+<LINK REL="previous" HREF="node79.html">
24
+<LINK REL="up" HREF="clamdoc.html">
25 25
 <LINK REL="next" HREF="node83.html">
26 26
 </HEAD>
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1375"
30
+<A NAME="tex2html1383"
31 31
   HREF="node83.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1371"
35
-  HREF="node80.html">
34
+<A NAME="tex2html1379"
35
+  HREF="clamdoc.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1365"
38
+<A NAME="tex2html1373"
39 39
   HREF="node81.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1373"
42
+<A NAME="tex2html1381"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1376"
48
-  HREF="node83.html">Graphics</A>
49
-<B> Up:</B> <A NAME="tex2html1372"
50
-  HREF="node80.html">Authors</A>
51
-<B> Previous:</B> <A NAME="tex2html1366"
52
-  HREF="node81.html">Virus Database Maintainers</A>
53
- &nbsp <B>  <A NAME="tex2html1374"
47
+<B> Next:</B> <A NAME="tex2html1384"
48
+  HREF="node83.html">Virus database maintainers</A>
49
+<B> Up:</B> <A NAME="tex2html1380"
50
+  HREF="clamdoc.html">clamdoc</A>
51
+<B> Previous:</B> <A NAME="tex2html1374"
52
+  HREF="node81.html">Donors</A>
53
+ &nbsp <B>  <A NAME="tex2html1382"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H2><A NAME="SECTION00092000000000000000">
60
-Network management</A>
61
-</H2>
62
-    Thanks to Luca 'NERvOus' Gibelli &lt;nervous*clamav.net&gt; you can
63
-    download our database from all the mirrors listed in <A HREF="node17.html#mirrors">2.11</A>. Luca
64
-    is also responsible for our main site <TT><A NAME="tex2html156"
65
-  HREF="www.clamav.net">www.clamav.net</A></TT>, mailing lists,
66
-    and the virus submission mechanism.
59
+<H1><A NAME="SECTION00090000000000000000">
60
+Authors</A>
61
+</H1>
62
+    <BR><HR>
63
+<!--Table of Child-Links-->
64
+<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
67 65
 
68
-<P>
66
+<UL>
67
+<LI><A NAME="tex2html1385"
68
+  HREF="node83.html">Virus database maintainers</A>
69
+<LI><A NAME="tex2html1386"
70
+  HREF="node84.html">Network management</A>
71
+<LI><A NAME="tex2html1387"
72
+  HREF="node85.html">Graphics</A>
73
+<LI><A NAME="tex2html1388"
74
+  HREF="node86.html">Core developers</A>
75
+</UL>
76
+<!--End of Table of Child-Links-->
69 77
 <BR><HR>
70 78
 <ADDRESS>
71 79
 Tomasz Kojm
72
-2004-06-14
80
+2004-06-29
73 81
 </ADDRESS>
74 82
 </BODY>
75 83
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Graphics</TITLE>
11
-<META NAME="description" CONTENT="Graphics">
10
+<TITLE>Virus database maintainers</TITLE>
11
+<META NAME="description" CONTENT="Virus database maintainers">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -21,52 +21,75 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
21 21
 
22 22
 <LINK REL="next" HREF="node84.html">
23 23
 <LINK REL="previous" HREF="node82.html">
24
-<LINK REL="up" HREF="node80.html">
24
+<LINK REL="up" HREF="node82.html">
25 25
 <LINK REL="next" HREF="node84.html">
26 26
 </HEAD>
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1387"
30
+<A NAME="tex2html1399"
31 31
   HREF="node84.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1383"
35
-  HREF="node80.html">
34
+<A NAME="tex2html1395"
35
+  HREF="node82.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1377"
38
+<A NAME="tex2html1389"
39 39
   HREF="node82.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1385"
42
+<A NAME="tex2html1397"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1388"
48
-  HREF="node84.html">Core developers</A>
49
-<B> Up:</B> <A NAME="tex2html1384"
50
-  HREF="node80.html">Authors</A>
51
-<B> Previous:</B> <A NAME="tex2html1378"
52
-  HREF="node82.html">Network management</A>
53
- &nbsp <B>  <A NAME="tex2html1386"
47
+<B> Next:</B> <A NAME="tex2html1400"
48
+  HREF="node84.html">Network management</A>
49
+<B> Up:</B> <A NAME="tex2html1396"
50
+  HREF="node82.html">Authors</A>
51
+<B> Previous:</B> <A NAME="tex2html1390"
52
+  HREF="node82.html">Authors</A>
53
+ &nbsp <B>  <A NAME="tex2html1398"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
57 57
 <!--End of Navigation Panel-->
58 58
 
59
-<H2><A NAME="SECTION00093000000000000000">
60
-Graphics</A>
59
+<H2><A NAME="SECTION00091000000000000000">
60
+Virus database maintainers</A>
61 61
 </H2>
62
-    The authors of the nice ClamAV logo (look at the title page) are Mia
63
-    Kalenius and Sergei Pronin &lt;sp*finndesign.fi&gt;.
62
+    Virus database is a heart of every anti-virus software. The following
63
+    people care ClamAV's heart to be in a fine condition:
64
+    
65
+<UL>
66
+<LI>aCaB &lt;acab*clamav.net&gt;
67
+</LI>
68
+<LI>Christoph Cordes &lt;ccordes*clamav.net&gt;
69
+</LI>
70
+<LI>Diego D'Ambra &lt;diego*clamav.net&gt;
71
+</LI>
72
+<LI>Jason Englander &lt;jason*clamav.net&gt;
73
+</LI>
74
+<LI>Tomasz Kojm &lt;tkojm*clamav.net&gt;
75
+</LI>
76
+<LI>Denis De Messemacker &lt;ddm*clamav.net&gt;
77
+</LI>
78
+<LI>Tomasz Papszun &lt;tomek*clamav.net&gt;
79
+</LI>
80
+<LI>Trog &lt;trog*clamav.net&gt; (macro viruses)
81
+    
82
+</LI>
83
+</UL>
84
+    Our database includes the virus database (about 5000 signatures) from
85
+<BR>    <TT><A NAME="tex2html161"
86
+  HREF="OpenAntiVirus.org">OpenAntiVirus.org</A></TT>.
64 87
 
65 88
 <P>
66 89
 <BR><HR>
67 90
 <ADDRESS>
68 91
 Tomasz Kojm
69
-2004-06-14
92
+2004-06-29
70 93
 </ADDRESS>
71 94
 </BODY>
72 95
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Core developers</TITLE>
11
-<META NAME="description" CONTENT="Core developers">
10
+<TITLE>Network management</TITLE>
11
+<META NAME="description" CONTENT="Network management">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -19,57 +19,57 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
19 19
 
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22
+<LINK REL="next" HREF="node85.html">
22 23
 <LINK REL="previous" HREF="node83.html">
23
-<LINK REL="up" HREF="node80.html">
24
+<LINK REL="up" HREF="node82.html">
24 25
 <LINK REL="next" HREF="node85.html">
25 26
 </HEAD>
26 27
 
27 28
 <BODY >
28 29
 <!--Navigation Panel-->
29
-<A NAME="tex2html1397"
30
+<A NAME="tex2html1411"
30 31
   HREF="node85.html">
31 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
32 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
33
-<A NAME="tex2html1393"
34
-  HREF="node80.html">
34
+<A NAME="tex2html1407"
35
+  HREF="node82.html">
35 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
36 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
37
-<A NAME="tex2html1389"
38
+<A NAME="tex2html1401"
38 39
   HREF="node83.html">
39 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
40 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
41
-<A NAME="tex2html1395"
42
+<A NAME="tex2html1409"
42 43
   HREF="node1.html">
43 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
44 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
45 46
 <BR>
46
-<B> Next:</B> <A NAME="tex2html1398"
47
-  HREF="node85.html">Bibliography</A>
48
-<B> Up:</B> <A NAME="tex2html1394"
49
-  HREF="node80.html">Authors</A>
50
-<B> Previous:</B> <A NAME="tex2html1390"
51
-  HREF="node83.html">Graphics</A>
52
- &nbsp <B>  <A NAME="tex2html1396"
47
+<B> Next:</B> <A NAME="tex2html1412"
48
+  HREF="node85.html">Graphics</A>
49
+<B> Up:</B> <A NAME="tex2html1408"
50
+  HREF="node82.html">Authors</A>
51
+<B> Previous:</B> <A NAME="tex2html1402"
52
+  HREF="node83.html">Virus database maintainers</A>
53
+ &nbsp <B>  <A NAME="tex2html1410"
53 54
   HREF="node1.html">Contents</A></B> 
54 55
 <BR>
55 56
 <BR>
56 57
 <!--End of Navigation Panel-->
57 58
 
58
-<H2><A NAME="SECTION00094000000000000000">
59
-Core developers</A>
59
+<H2><A NAME="SECTION00092000000000000000">
60
+Network management</A>
60 61
 </H2>
61
-    Nigel Horne &lt;njh*clamav.net&gt; is a very active ClamAV developer
62
-    responsible for the mbox code and clamav-milter. Trog
63
-    &lt;trog*clamav.net&gt; developes the OLE2 code and the new thread
64
-    manager in clamd. Thomas Lamy is a great memory leak killer and code
65
-    stabilizer. Tomasz Kojm &lt;tkojm*clamav.net&gt;  navigates the project
66
-    and keeps an eye on everything <code>8-)</code>
62
+    Thanks to Luca 'NERvOus' Gibelli &lt;luca*clamav.net&gt; you can
63
+    download our database from all the mirrors listed in <A HREF="node17.html#mirrors">2.11</A>. Luca
64
+    is also responsible for our main site <TT><A NAME="tex2html162"
65
+  HREF="www.clamav.net">www.clamav.net</A></TT>, mailing lists,
66
+    and the virus submission mechanism.
67 67
 
68 68
 <P>
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2004-06-14
72
+2004-06-29
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -7,8 +7,8 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
7 7
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 8
 <HTML>
9 9
 <HEAD>
10
-<TITLE>Bibliography</TITLE>
11
-<META NAME="description" CONTENT="Bibliography">
10
+<TITLE>Graphics</TITLE>
11
+<META NAME="description" CONTENT="Graphics">
12 12
 <META NAME="keywords" CONTENT="clamdoc">
13 13
 <META NAME="resource-type" CONTENT="document">
14 14
 <META NAME="distribution" CONTENT="global">
... ...
@@ -20,56 +20,53 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
20 20
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
21 21
 
22 22
 <LINK REL="next" HREF="node86.html">
23
-<LINK REL="previous" HREF="node80.html">
24
-<LINK REL="up" HREF="clamdoc.html">
23
+<LINK REL="previous" HREF="node84.html">
24
+<LINK REL="up" HREF="node82.html">
25 25
 <LINK REL="next" HREF="node86.html">
26 26
 </HEAD>
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1409"
30
+<A NAME="tex2html1423"
31 31
   HREF="node86.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html1405"
35
-  HREF="clamdoc.html">
34
+<A NAME="tex2html1419"
35
+  HREF="node82.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html1399"
38
+<A NAME="tex2html1413"
39 39
   HREF="node84.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html1407"
42
+<A NAME="tex2html1421"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html1410"
48
-  HREF="node86.html">About this document ...</A>
49
-<B> Up:</B> <A NAME="tex2html1406"
50
-  HREF="clamdoc.html">clamdoc</A>
51
-<B> Previous:</B> <A NAME="tex2html1400"
52
-  HREF="node84.html">Core developers</A>
53
- &nbsp <B>  <A NAME="tex2html1408"
47
+<B> Next:</B> <A NAME="tex2html1424"
48
+  HREF="node86.html">Core developers</A>
49
+<B> Up:</B> <A NAME="tex2html1420"
50
+  HREF="node82.html">Authors</A>
51
+<B> Previous:</B> <A NAME="tex2html1414"
52
+  HREF="node84.html">Network management</A>
53
+ &nbsp <B>  <A NAME="tex2html1422"
54 54
   HREF="node1.html">Contents</A></B> 
55
-<BR><BR>
55
+<BR>
56
+<BR>
56 57
 <!--End of Navigation Panel-->
57
- 
58
-<H2><A NAME="SECTION000100000000000000000">
59
-Bibliography</A>
60
-</H2><DL COMPACT><DD><P></P><DT><A NAME="clr">1</A>
61
-<DD>
62
-	    Cormen, Leiserson, Rivest: <I>Introduction to Algorithms</I>,
63
-	    Chapter 34, MIT Press.
64
-	<P></P><DT><A NAME="acwww">2</A>
65
-<DD>
66
-	    <FONT SIZE="-1">	    <TT><A NAME="tex2html157"
67
-  HREF="http://www-sr.informatik.uni-tuebingen.de/~buehler/AC/AC.html">http://www-sr.informatik.uni-tuebingen.de/~buehler/AC/AC.html</A></TT></FONT>:
68
-<BR>	    Aho-Corasick algorithm description
69
-</DL><BR><HR>
58
+
59
+<H2><A NAME="SECTION00093000000000000000">
60
+Graphics</A>
61
+</H2>
62
+    The authors of the nice ClamAV logo (look at the title page) are Mia
63
+    Kalenius and Sergei Pronin &lt;sp*finndesign.fi&gt;.
64
+
65
+<P>
66
+<BR><HR>
70 67
 <ADDRESS>
71 68
 Tomasz Kojm
72
-2004-06-14
69
+2004-06-29
73 70
 </ADDRESS>
74 71
 </BODY>
75 72
 </HTML>
... ...
@@ -27,30 +27,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html450"
30
+<A NAME="tex2html460"
31 31
   HREF="node10.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33 33
  SRC="/usr/share/latex2html/icons/next.png"></A> 
34
-<A NAME="tex2html446"
34
+<A NAME="tex2html456"
35 35
   HREF="node6.html">
36 36
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37 37
  SRC="/usr/share/latex2html/icons/up.png"></A> 
38
-<A NAME="tex2html440"
38
+<A NAME="tex2html450"
39 39
   HREF="node8.html">
40 40
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41 41
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
-<A NAME="tex2html448"
42
+<A NAME="tex2html458"
43 43
   HREF="node1.html">
44 44
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45 45
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
46 46
 <BR>
47
-<B> Next:</B> <A NAME="tex2html451"
47
+<B> Next:</B> <A NAME="tex2html461"
48 48
   HREF="node10.html">Requirements</A>
49
-<B> Up:</B> <A NAME="tex2html447"
49
+<B> Up:</B> <A NAME="tex2html457"
50 50
   HREF="node6.html">Installation</A>
51
-<B> Previous:</B> <A NAME="tex2html441"
51
+<B> Previous:</B> <A NAME="tex2html451"
52 52
   HREF="node8.html">Binary packages - stable</A>
53
- &nbsp <B>  <A NAME="tex2html449"
53
+ &nbsp <B>  <A NAME="tex2html459"
54 54
   HREF="node1.html">Contents</A></B> 
55 55
 <BR>
56 56
 <BR>
... ...
@@ -85,7 +85,7 @@ Binary packages - snapshots</A>
85 85
 <BR><HR>
86 86
 <ADDRESS>
87 87
 Tomasz Kojm
88
-2004-06-14
88
+2004-06-29
89 89
 </ADDRESS>
90 90
 </BODY>
91 91
 </HTML>
... ...
@@ -25,6 +25,7 @@
25 25
 
26 26
 #include "options.h"
27 27
 #include "output.h"
28
+#include "memory.h"
28 29
 
29 30
 int freshclam(struct optstruct *opt);
30 31
 
... ...
@@ -475,6 +475,7 @@ static int cli_scanzip(int desc, const char **virname, long int *scanned, const
475 475
 
476 476
 	zzip_file_close(zfp);
477 477
 
478
+
478 479
 	if(fflush(tmp) != 0) {
479 480
 	    cli_dbgmsg("fflush() failed: %s\n", strerror(errno));
480 481
 	    ret = CL_EFSYNC;