Browse code

merge backport fixes for 0.85

git-svn-id: file:///var/lib/svn/clamav-devel/branches/0.88-stable@2777 77e5149b-7576-45b1-b177-96237e5ba77b

Sven Strickroth authored on 2007/02/18 23:22:33
Showing 182 changed files
... ...
@@ -86,6 +86,7 @@ libclamav/mspack: Stuart Caie
86 86
 Patch submitters (in alphabetical order):
87 87
 
88 88
 Kamil Andrusz <wizz*mniam.net>
89
+Alexandre Biancalana <ale*seudns.net>
89 90
 Patrick Bihan-Faou <patrick*mindstep.com>
90 91
 Martin Blapp <mb*imp.ch>
91 92
 Igor Brezac <igor*ipass.net>
... ...
@@ -168,6 +169,7 @@ David Santinoli <david*santinoli.com>
168 168
 Vijay Sarvepalli <vssarvep*office.uncg.edu>
169 169
 Theo Schlossnagle <jesus*omniti.com>
170 170
 Matthew Seaman <m.seaman*infracaninophile.co.uk>
171
+GertJan Spoelman <cav*gjs.cc>
171 172
 Sven Strickroth <sstrickroth*gym-oha.de>
172 173
 Matt Sullivan <matt*sullivan.gen.nz>
173 174
 Joe Talbott <josepht*cstone.net>
... ...
@@ -1,3 +1,24 @@
1
+Wed May 11 17:48:27 CEST 2005
2
+-----------------------------
3
+  V 0.85
4
+  * Fixes backported from CVS:
5
+    - freshclam/manager.c: fix socket descriptor leak in --no-dns mode (patch
6
+      by GertJan Spoelman <cav*gjs.cc>) (tk)
7
+    - clamscan, freshclam: return with 62 (instead of 1) when logger can't be
8
+      initialized (tk)
9
+    - libclamav/matcher-ac.c, libclamav/matcher-bm.c: fix detection problem
10
+      with *.ndb OLE2 signatures (problem reported by Trog) (tk)
11
+    - fix signature offset calculation in large files (problem reported by
12
+      Christoph) (tk)
13
+    - clamav-milter: print segfault diagnostic, even if print_trace is not
14
+      available (njh)
15
+    - sigtool/sigtool.c: fix support for *.fp databases (tk)
16
+    - clamav-milter: Better handling of log file errors. Always send 451 when
17
+      loading a new database when --external is not set (njh)
18
+    - libclamav/tnef.c: If a parse fails and debugging is on, the file being
19
+      scanned is dumped to a temporary file (njh)
20
+    - libclamav/scanners.c: do not report I/O error with encrypted zips (tk)
21
+
1 22
 Fri Apr 29 14:18:18 CEST 2005
2 23
 -----------------------------
3 24
   V 0.84
... ...
@@ -1,86 +1,8 @@
1
-0.84
1
+0.85
2 2
 ----
3 3
 
4
-This version improves detection of JPEG (MS04-028) based exploits, introduces
5
-support for TNEF files and new detection mechanisms. Various bugfixes
6
-(including problems with scanning of digest mail files) and improvements
7
-have been made.
8
-
9
-
10
-** We encourage users to help testing the development versions, now with **
11
-** rewritten RAR code and support for 3.0 archives!			 **
12
-**		    http://www.clamav.net/snapshot/			 **
13
-
14
-
15
--) libclamav:
16
-    + JPEG exploit detector now also checks embedded Photoshop thumbnail images
17
-    + archive meta-data scanner (improves malware detection within encrypted
18
-      archives)
19
-    + support for TNEF (winmail.dat) decoding
20
-    + support for all tar archive formats
21
-    + MD5 implementation replaced with a slightly faster one
22
-    + improved database reloading with reference counter
23
-    + database updateable false positive eliminator
24
-    + speed improvements
25
-    + various bugfixes
26
-
27
--) clamd:
28
-    + VirusEvent now sets CLAM_VIRUSEVENT_FILENAME and CLAM_VIRUSEVENT_VIRUSNAME
29
-      environment variables
30
-
31
--) clamav-milter:
32
-    + improved database update detection when not --external
33
-
34
--) clamscan:
35
-    + new options --include-dir and exclude-dir
36
-    + new option --max-dir-recursion
37
-
38
--) freshclam:
39
-    + new directive LocalIPAddress
40
-
41
--) contrib:
42
-    + clamdmon 1.0 - clamdwatch replacement written in C
43
-
44
--) 3rd party software:
45
-    + hMailServer - open source e-mail server for Microsoft Window
46
-    + pop3.proxy - proxy server for the POP3 protocol
47
-    + HTTP Anti Virus Proxy
48
-    + SmarterMail Filter - ClamAV based plugin for SmarterMail Mail Server
49
-    + smf-clamd - small & fast virus filter for Sendmail
50
-    + Squidclam - replacement for SquidClamAV-Redirector.py written in C
51
-    + QtClamAVclient - remote clamd client based on the Qt Toolkit
52
-    + qpsmtp - flexible smtpd daemon written in Perl
53
-
54
-News:
55
-
56
-Palo Alto, Calif. March 31st 2005 - Clam AntiVirus, the leading Open Source
57
-antivirus toolkit, and Sensory Networks, the leading provider of hardware
58
-acceleration for network security applications, announced a partnership
59
-to provide hardware acceleration support for the Clam AntiVirus suite.
60
-[...]
61
-Support for Sensory Networks' NodalCore acceleration in ClamAV will be
62
-available in version 0.90 of the software suite in Q3 2005. For more
63
-information please visit:
64
-http://www.clamav.net/partners/partner-sn.html
65
-http://www.sensorynetworks.com/
66
-
67
-
68
-The ClamAV project announces the opening of the official merchandise store:
69
-
70
-http://www.cafepress.com/clamav/
71
-
72
-A big thank you to Finndesign (http://www.finndesign.fi) which
73
-volunteered to design the whole line of products, including:
74
-
75
-- t-shirts (for women and men)
76
-- golf shirt
77
-- sweatshirt
78
-- coffee mug
79
-- mousepad
80
-- stickers
81
-- scrapbook
82
-
83
-By purchasing our merchandise, you contribute to the development of ClamAV.
4
+Bugfixes in this release include correct signature offset calculation in large
5
+files, proper handling of encrypted zip archives, and others.
84 6
 
85 7
 --
86 8
 The ClamAV team (http://www.clamav.net/team.html)
... ...
@@ -2,6 +2,15 @@ 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.85
6
+----
7
+
8
+Bugfixes in this release include correct signature offset calculation in large
9
+files, proper handling of encrypted zip archives, and others.
10
+
11
+--
12
+The ClamAV team (http://www.clamav.net/team.html)
13
+
5 14
 0.84
6 15
 ----
7 16
 
... ...
@@ -16,7 +16,8 @@ Fails to compile on Linux/x86 with icc6.0 (complains about stdio.h...)
16 16
 Fails to build on Linux/x86 with icc7.1 with -ipo (fails on libclamav.a - keeps saying run ranlib). Otherwise it builds and runs OK.
17 17
 	icc -O2 -tpp7 -xiMKW -parallel -i_dynamic -w2 -march=pentium4 -mcpu=pentium4 clamav-milter.c...
18 18
 
19
-Tested with Electric Fence 2.2.2
19
+Tested with Electric Fence 2.2.2, and the bounds checking C compiler from
20
+	http://web.inter.nl.net/hcc/Haj.Ten.Brugge/
20 21
 
21 22
 Compiles OK on Linux/ppc (YDL2.3) with gcc2.95.4. Needs -lsmutil to link.
22 23
 	cc -O3 -pedantic -Wuninitialized -Wall -pipe -fomit-frame-pointer -ffast-math -finline-functions -funroll-loop -pthread -lmilter ../libclamav/.libs/libclamav.a ../clamd/cfgfile.o ../clamd/others.o -lsmutil
... ...
@@ -761,6 +762,11 @@ Changes
761 761
 0.84e	18/4/05:	Fixed a multi-threading problem relating to updating
762 762
 				the database when in internal mode
763 763
 			Use HAVE_CTIME_R_[23]
764
+0.84f	4/5/05:		Better handling of open failures for LogFile
765
+			Always send 451 when reloading a database, even if
766
+				dont-wait isn't set
767
+0.84g	9/5/05:		Print an error in the log if a segfault is received
768
+0.85	11/5/05:	Up-issue
764 769
 
765 770
 4. INTERNATIONALISATION
766 771
 
... ...
@@ -775,6 +781,10 @@ author an e-mail.
775 775
 Please send bug reports and/or comments to Nigel Horne <njh@despammed.com> or
776 776
 bugs@clamav.net.
777 777
 
778
+Various tips will go here, for example
779
+	define(`confMILTER_LOG_LEVEL',`22')
780
+Running in the foreground, valgrind, LogSyslog, LogVerbose, LogFile etc.
781
+
778 782
 6. TODO
779 783
 
780 784
 There are several ideas marked as TODO in the source code. If anyone has
... ...
@@ -22,9 +22,9 @@
22 22
  *
23 23
  * For installation instructions see the file INSTALL that came with this file
24 24
  */
25
-static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.192 2005/04/18 10:53:34 nigelhorne Exp $";
25
+static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.199 2005/05/11 12:26:44 nigelhorne Exp $";
26 26
 
27
-#define	CM_VERSION	"0.84e"
27
+#define	CM_VERSION	"0.85"
28 28
 
29 29
 #if HAVE_CONFIG_H
30 30
 #include "clamav-config.h"
... ...
@@ -367,11 +367,11 @@ static	int	debug_level = 0;
367 367
 
368 368
 static	pthread_mutex_t	n_children_mutex = PTHREAD_MUTEX_INITIALIZER;
369 369
 static	pthread_cond_t	n_children_cond = PTHREAD_COND_INITIALIZER;
370
-static	unsigned	int	n_children = 0;
370
+static	volatile	unsigned	int	n_children = 0;
371 371
 static	unsigned	int	max_children = 0;
372 372
 static	pthread_mutex_t	accept_mutex = PTHREAD_MUTEX_INITIALIZER;
373 373
 static	pthread_cond_t	accept_cond = PTHREAD_COND_INITIALIZER;
374
-static	int	accept_inputs;
374
+static	volatile	int	accept_inputs;
375 375
 static	int	child_timeout = 0;	/* number of seconds to wait for
376 376
 					 * a child to die. Set to 0 to
377 377
 					 * wait forever
... ...
@@ -441,10 +441,11 @@ static	const	char	*pidfile;
441 441
 #endif
442 442
 #endif
443 443
 
444
+static	void	sigsegv(int sig);
445
+
444 446
 #ifdef HAVE_BACKTRACE
445 447
 #include <execinfo.h>
446 448
 
447
-static	void	sigsegv(int sig);
448 449
 static	void	print_trace(void);
449 450
 
450 451
 #define	BACKTRACE_SIZE	200
... ...
@@ -1029,8 +1030,13 @@ main(int argc, char **argv)
1029 1029
 	if(cfgopt(copt, "LogSyslog")) {
1030 1030
 		int fac = LOG_LOCAL6;
1031 1031
 
1032
-		if(cfgopt(copt, "LogVerbose"))
1032
+		if(cfgopt(copt, "LogVerbose")) {
1033 1033
 			logVerbose = 1;
1034
+#if	0
1035
+			/* Only supported by Sendmail >= V8.13 */
1036
+			smfi_setdbg(6);
1037
+#endif
1038
+		}
1034 1039
 		use_syslog = 1;
1035 1040
 
1036 1041
 		if((cpt = cfgopt(copt, "LogFacility")) != NULL)
... ...
@@ -1329,7 +1335,6 @@ main(int argc, char **argv)
1329 1329
 
1330 1330
 #ifndef	CL_DEBUG
1331 1331
 		close(1);
1332
-		close(2);
1333 1332
 
1334 1333
 		if((cpt = cfgopt(copt, "LogFile"))) {
1335 1334
 			logFile = cpt->strarg;
... ...
@@ -1342,12 +1347,20 @@ main(int argc, char **argv)
1342 1342
 				fprintf(stderr, "%s: LogFile requires full path\n", argv[0]);
1343 1343
 				return EX_CONFIG;
1344 1344
 			}
1345
-		} else
1345
+			if(open(logFile, O_WRONLY|O_APPEND) < 0) {
1346
+				perror(logFile);
1347
+				return EX_CANTCREAT;
1348
+			}
1349
+		} else {
1346 1350
 			logFile = "/dev/console";
1351
+			if(open(logFile, O_WRONLY) < 0) {
1352
+				perror(logFile);
1353
+				return EX_OSFILE;
1354
+			}
1355
+		}
1347 1356
 
1348
-		if((open(logFile, O_WRONLY|O_APPEND) == 1) ||
1349
-		   (open("/dev/null", O_WRONLY) == 1))
1350
-			dup(1);
1357
+		close(2);
1358
+		dup(1);
1351 1359
 		if(cfgopt(copt, "LogTime"))
1352 1360
 			logTime++;
1353 1361
 #endif	/*!CL_DEBUG*/
... ...
@@ -1428,7 +1441,7 @@ main(int argc, char **argv)
1428 1428
 
1429 1429
 #ifdef	SESSION
1430 1430
 	/* FIXME: add localSocket support to watchdog */
1431
-	if(localSocket == NULL)
1431
+	if((localSocket == NULL) || external)
1432 1432
 #endif
1433 1433
 		pthread_create(&tid, NULL, watchdog, NULL);
1434 1434
 
... ...
@@ -1439,26 +1452,49 @@ main(int argc, char **argv)
1439 1439
 
1440 1440
 	if(pidfile) {
1441 1441
 		/* save the PID */
1442
+		char *p, *q;
1442 1443
 		FILE *fd;
1443 1444
 		const mode_t old_umask = umask(0006);
1444 1445
 
1446
+		if(pidfile[0] != '/') {
1447
+			if(use_syslog)
1448
+				syslog(LOG_ERR, _("pidfile: '%s' must be a full pathname"),
1449
+					pidfile);
1450
+			cli_errmsg(_("pidfile '%s' must be a full pathname\n"), pidfile);
1451
+
1452
+			return EX_CONFIG;
1453
+		}
1454
+		p = strdup(pidfile);
1455
+		q = strrchr(p, '/');
1456
+		*q = '\0';
1457
+
1458
+		if(chdir(p) < 0)	/* safety */
1459
+			perror(p);
1460
+		free(p);
1461
+
1445 1462
 		if((fd = fopen(pidfile, "w")) == NULL) {
1446 1463
 			if(use_syslog)
1447 1464
 				syslog(LOG_ERR, _("Can't save PID in file %s"),
1448 1465
 					pidfile);
1449 1466
 			cli_errmsg(_("Can't save PID in file %s\n"), pidfile);
1450 1467
 			return EX_CONFIG;
1451
-		} else {
1468
+		}
1452 1469
 #ifdef	C_LINUX
1453
-			/* Ensure that all threads are kill()ed */
1454
-			fprintf(fd, "-%d\n", (int)getpgrp());
1470
+		/* Ensure that all threads are kill()ed */
1471
+		fprintf(fd, "-%d\n", (int)getpgrp());
1455 1472
 #else
1456
-			fprintf(fd, "%d\n", (int)getpid());
1473
+		fprintf(fd, "%d\n", (int)getpid());
1457 1474
 #endif
1458
-			fclose(fd);
1459
-		}
1475
+		fclose(fd);
1460 1476
 		umask(old_umask);
1461
-	}
1477
+	} else if(tmpdir)
1478
+		chdir(tmpdir);	/* safety */
1479
+	else
1480
+#ifdef	P_tmpdir
1481
+		chdir(P_tmpdir);
1482
+#else
1483
+		chdir("/tmp");
1484
+#endif
1462 1485
 
1463 1486
 	if(cfgopt(copt, "FixStaleSocket")) {
1464 1487
 		/*
... ...
@@ -1490,14 +1526,14 @@ main(int argc, char **argv)
1490 1490
 	}
1491 1491
 
1492 1492
 #if	0
1493
-	/* Only supported by later libmilter */
1493
+	/* Only supported by Sendmail >= V8.13 */
1494 1494
 	if(smfi_opensocket(1) == MI_FAILURE) {
1495 1495
 		cli_errmsg("can't open/create %s\n", port);
1496 1496
 		return EX_CONFIG;
1497 1497
 	}
1498 1498
 #endif
1499 1499
 
1500
-	signal(SIGPIPE, SIG_IGN);
1500
+	signal(SIGPIPE, SIG_IGN);	/* libmilter probably does this as well */
1501 1501
 
1502 1502
 #ifdef	SESSION
1503 1503
 	pthread_mutex_lock(&version_mutex);
... ...
@@ -1515,9 +1551,7 @@ main(int argc, char **argv)
1515 1515
 	pthread_mutex_unlock(&version_mutex);
1516 1516
 #endif
1517 1517
 
1518
-#ifdef HAVE_BACKTRACE
1519 1518
 	(void)signal(SIGSEGV, sigsegv);
1520
-#endif
1521 1519
 
1522 1520
 	return smfi_main();
1523 1521
 }
... ...
@@ -1917,7 +1951,14 @@ clamfi_connect(SMFICTX *ctx, char *hostname, _SOCK_ADDR *hostaddr)
1917 1917
 	accepting = accept_inputs;
1918 1918
 	pthread_mutex_unlock(&accept_mutex);
1919 1919
 	if(!accepting) {
1920
+#if	1
1920 1921
 		cli_warnmsg("Not accepting inputs at the moment\n");
1922
+		/*
1923
+		 * We must refuse here even if dont_wait isn't set, since
1924
+		 * it could take some time, and sendmail could time us out
1925
+		 * and refuse to have anything more to do with us until
1926
+		 * the program is restarted
1927
+		 */
1921 1928
 		if(dont_wait)
1922 1929
 			return SMFIS_TEMPFAIL;
1923 1930
 		pthread_mutex_lock(&accept_mutex);
... ...
@@ -1925,6 +1966,8 @@ clamfi_connect(SMFICTX *ctx, char *hostname, _SOCK_ADDR *hostaddr)
1925 1925
 			pthread_cond_wait(&accept_cond, &accept_mutex);
1926 1926
 		pthread_mutex_unlock(&accept_mutex);
1927 1927
 		cli_warnmsg("Accepting inputs again\n");
1928
+#endif
1929
+		/*return SMFIS_TEMPFAIL;*/
1928 1930
 	}
1929 1931
 
1930 1932
 	if(ctx == NULL) {
... ...
@@ -2425,6 +2468,9 @@ clamfi_body(SMFICTX *ctx, u_char *bodyp, size_t len)
2425 2425
 	cli_dbgmsg(_("clamfi_envbody: %u bytes\n"), len);
2426 2426
 #endif
2427 2427
 
2428
+	if(len == 0)	/* unlikely */
2429
+		return SMFIS_CONTINUE;
2430
+
2428 2431
 	nbytes = clamfi_send(privdata, len, (char *)bodyp);
2429 2432
 	if(streamMaxLength > 0L) {
2430 2433
 		if(privdata->numBytes > streamMaxLength) {
... ...
@@ -2618,8 +2664,8 @@ clamfi_eom(SMFICTX *ctx)
2618 2618
 #endif
2619 2619
 			/*
2620 2620
 			 * TODO: if more than one host has been specified, try
2621
-			 * another one - setting cl_error to SMFIS_TEMPFAIL helps
2622
-			 * by forcing a retry
2621
+			 * another one - setting cl_error to SMFIS_TEMPFAIL
2622
+			 * helps by forcing a retry
2623 2623
 			 */
2624 2624
 			clamfi_cleanup(ctx);
2625 2625
 			syslog(LOG_NOTICE, _("clamfi_eom: read nothing from clamd on %s"), hostname);
... ...
@@ -2962,10 +3008,7 @@ clamfi_eom(SMFICTX *ctx)
2962 2962
 					syslog(LOG_ERR, _("Can't set quarantine user %s"), quarantine);
2963 2963
 				else
2964 2964
 					cli_warnmsg(_("Can't set quarantine user %s\n"), quarantine);
2965
-				if(privdata->discard)
2966
-					rc = SMFIS_DISCARD;
2967
-				else
2968
-					rc = SMFIS_REJECT;
2965
+				rc = (privdata->discard) ? SMFIS_DISCARD : SMFIS_REJECT;
2969 2966
 			} else {
2970 2967
 				if(use_syslog)
2971 2968
 					syslog(LOG_DEBUG, "Redirected virus to %s", quarantine);
... ...
@@ -4366,13 +4409,15 @@ watchdog(void *a)
4366 4366
 			} else if(dbstatus == 0)
4367 4367
 				cli_dbgmsg("Database has not changed\n");
4368 4368
 			else if(dbstatus == 1) {
4369
-				cli_warnmsg("Not reloading database until idle\n");
4369
+				cli_warnmsg("Not reloading database until idle - waiting for %d children\n", n_children);
4370 4370
 				pthread_mutex_lock(&accept_mutex);
4371 4371
 				accept_inputs = 0;
4372 4372
 				pthread_mutex_unlock(&accept_mutex);
4373 4373
 
4374
-				while(n_children > 0)
4374
+				while(n_children > 0) {
4375 4375
 					pthread_cond_wait(&n_children_cond, &n_children_mutex);
4376
+					cli_warnmsg("Waiting for %d children until databae reload\n", n_children);
4377
+				}
4376 4378
 
4377 4379
 				cl_statfree(&dbstat);
4378 4380
 				if(use_syslog)
... ...
@@ -4555,12 +4600,15 @@ watchdog(void *a)
4555 4555
 		} else if(dbstatus == 0)
4556 4556
 			cli_dbgmsg("Database has not changed\n");
4557 4557
 		else if(dbstatus == 1) {
4558
-			cli_warnmsg("Not reloading database until idle\n");
4558
+			cli_warnmsg("Not reloading database until idle - waiting for %d children\n", n_children);
4559 4559
 			pthread_mutex_lock(&accept_mutex);
4560 4560
 			accept_inputs = 0;
4561 4561
 			pthread_mutex_unlock(&accept_mutex);
4562
-			while(n_children > 0)
4562
+
4563
+			while(n_children > 0) {
4563 4564
 				pthread_cond_wait(&n_children_cond, &n_children_mutex);
4565
+				cli_warnmsg("Waiting for %d children until databae reload\n", n_children);
4566
+			}
4564 4567
 			cl_statfree(&dbstat);
4565 4568
 			if(use_syslog)
4566 4569
 				syslog(LOG_WARNING, _("Loading new database"));
... ...
@@ -4571,7 +4619,8 @@ watchdog(void *a)
4571 4571
 			}
4572 4572
 			pthread_mutex_lock(&accept_mutex);
4573 4573
 			accept_inputs = 1;
4574
-			pthread_cond_broadcast(&accept_cond);
4574
+			if(pthread_cond_broadcast(&accept_cond) < 0)
4575
+				perror("pthread_cond_broadcast");
4575 4576
 			pthread_mutex_unlock(&accept_mutex);
4576 4577
 		} else {
4577 4578
 			smfi_stop();
... ...
@@ -4861,19 +4910,23 @@ loadDatabase(void)
4861 4861
 	return cl_statinidir(dbdir, &dbstat);
4862 4862
 }
4863 4863
 
4864
-#ifdef HAVE_BACKTRACE
4865 4864
 static void
4866 4865
 sigsegv(int sig)
4867 4866
 {
4868 4867
 	signal(SIGSEGV, SIG_DFL);
4868
+
4869
+#ifdef HAVE_BACKTRACE
4869 4870
 	print_trace();
4871
+#endif
4872
+
4870 4873
 	if(use_syslog)
4871 4874
 		syslog(LOG_ERR, "Segmentation fault :-( Bye..");
4872
-	cli_dbgmsg("Segmentation fault :-( Bye..\n");
4875
+	cli_errmsg("Segmentation fault :-( Bye..\n");
4873 4876
 
4874 4877
 	smfi_stop();
4875 4878
 }
4876 4879
 
4880
+#ifdef HAVE_BACKTRACE
4877 4881
 static void
4878 4882
 print_trace(void)
4879 4883
 {
... ...
@@ -5038,7 +5091,7 @@ logger(const char *mess)
5038 5038
 #else
5039 5039
 		ctime_r(&currtime, buf);
5040 5040
 #endif
5041
-		fprintf(fout, "%.*s -> %s\n", strlen(buf) - 1, buf, mess);
5041
+		fprintf(fout, "%.*s -> %s\n", (int)strlen(buf) - 1, buf, mess);
5042 5042
 #else	/*!HAVE_CTIME_R*/
5043 5043
 		/* TODO */
5044 5044
 		fprintf(fout, "%s\n", mess);
... ...
@@ -112,7 +112,7 @@ int clamscan(struct optstruct *opt)
112 112
 	logg_file = getargc(opt, 'l');
113 113
 	if(logg("--------------------------------------\n")) {
114 114
 	    mprintf("!Problem with internal logger.\n");
115
-	    return 1;
115
+	    return 62;
116 116
 	}
117 117
     } else 
118 118
 	logg_file = NULL;
... ...
@@ -122,19 +122,19 @@ int clamscan(struct optstruct *opt)
122 122
 	if(!strchr(getargl(opt, "max-space"), 'M') && !strchr(getargl(opt, "max-space"), 'm'))
123 123
 	    if(!isnumb(getargl(opt, "max-space"))) {
124 124
 		mprintf("!--max-space requires natural number.\n");
125
-		exit(40);
125
+		return 40;
126 126
 	    }
127 127
 
128 128
     if(optl(opt, "max-files"))
129 129
 	if(!isnumb(getargl(opt, "max-files"))) {
130 130
 	    mprintf("!--max-files requires natural number.\n");
131
-	    exit(40);
131
+	    return 40;
132 132
 	}
133 133
 
134 134
     if(optl(opt, "max-recursion"))
135 135
 	if(!isnumb(getargl(opt, "max-recursion"))) {
136 136
 	    mprintf("!--max-recursion requires natural number.\n");
137
-	    exit(40);
137
+	    return 40;
138 138
 	}
139 139
 
140 140
 
... ...
@@ -2072,7 +2072,7 @@ fi
2072 2072
 
2073 2073
 # Define the identity of the package.
2074 2074
  PACKAGE=clamav
2075
- VERSION="0.84"
2075
+ VERSION="0.85"
2076 2076
 
2077 2077
 
2078 2078
 cat >>confdefs.h <<_ACEOF
... ...
@@ -2206,7 +2206,7 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2206 2206
 
2207 2207
 
2208 2208
 LC_CURRENT=1
2209
-LC_REVISION=10
2209
+LC_REVISION=11
2210 2210
 LC_AGE=0
2211 2211
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
2212 2212
 
... ...
@@ -18,11 +18,11 @@ dnl   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 18
 
19 19
 AC_INIT(clamscan/clamscan.c)
20 20
 AC_CREATE_TARGET_H(target.h)
21
-AM_INIT_AUTOMAKE(clamav, "0.84")
21
+AM_INIT_AUTOMAKE(clamav, "0.85")
22 22
 AM_CONFIG_HEADER(clamav-config.h)
23 23
 
24 24
 LC_CURRENT=1
25
-LC_REVISION=10
25
+LC_REVISION=11
26 26
 LC_AGE=0
27 27
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
28 28
 AC_SUBST(LIBCLAMAV_VERSION)
29 29
Binary files a/docs/clamdoc.pdf and b/docs/clamdoc.pdf differ
... ...
@@ -69,7 +69,7 @@
69 69
     \vspace{3cm}
70 70
     \begin{flushright}
71 71
 	\rule[-1ex]{8cm}{3pt}\\
72
-	\huge Clam AntiVirus 0.84\\
72
+	\huge Clam AntiVirus 0.85\\
73 73
 	\huge \emph{User Manual}\\
74 74
     \end{flushright}
75 75
 
... ...
@@ -2076,8 +2076,6 @@ level required:MD5 checksum:digital signature:builder name:build time (sec)
2076 2076
 				    &		   &	 & \email{<jfp*clearfield.com>}\\ \hline
2077 2077
 	\url{clamav.oltrelinux.com} & 194.242.226.43 & Italy & Luca Gibelli\\
2078 2078
 				    &		     &	     & \email{<l.gibelli*oltrelinux.com>}\\ \hline
2079
-	\url{clamav.artcoms.ru} & 80.244.224.247 & Russia & Syrnikov Alexei\\
2080
-				&		 &	  & \email{<san*artcoms.ru>}\\ \hline
2081 2079
 	\url{xarch.clamav.net} & 129.27.62.129 & Austria & Reini Urban\\
2082 2080
 			       &	       &	 & \email{<rurban*x-ray.at>}\\ \hline
2083 2081
 	\url{clamav.linux.it} & 213.92.8.5 & Italy & Marco d'Itri\\
... ...
@@ -2358,6 +2356,7 @@ level required:MD5 checksum:digital signature:builder name:build time (sec)
2358 2358
 	\item Sergey Smitienko \email{<hunter*comsys.com.ua>}
2359 2359
 	\item Solar Designer \email{<solar*openwall.com>}
2360 2360
 	\item Kevin Spicer \email{<kevin*kevinspicer.co.uk>}
2361
+	\item GertJan Spoelman \email{<cav*gjs.cc>}
2361 2362
 	\item Ole Stanstrup \email{<ole*stanstrup.dk>}
2362 2363
 	\item Adam Stein \email{<adam*scan.mc.xerox.com>}
2363 2364
 	\item Steve \email{<steveb*webtribe.net>}
... ...
@@ -24,18 +24,18 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
24 24
 
25 25
 <BODY >
26 26
 <!--Navigation Panel-->
27
-<A NAME="tex2html305"
27
+<A NAME="tex2html304"
28 28
   HREF="node1.html">
29 29
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
30 30
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up_g.png"> 
31 31
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev_g.png"> 
32
-<A NAME="tex2html303"
32
+<A NAME="tex2html302"
33 33
   HREF="node1.html">
34 34
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
35 35
 <BR>
36
-<B> Next:</B> <A NAME="tex2html306"
36
+<B> Next:</B> <A NAME="tex2html305"
37 37
   HREF="node1.html">Contents</A>
38
- &nbsp <B>  <A NAME="tex2html304"
38
+ &nbsp <B>  <A NAME="tex2html303"
39 39
   HREF="node1.html">Contents</A></B> 
40 40
 <BR>
41 41
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <BR>
60 60
 <BR>
61 61
     <DIV ALIGN="RIGHT">
62
-<BR>	<FONT SIZE="+3">Clam AntiVirus 0.84
62
+<BR>	<FONT SIZE="+3">Clam AntiVirus 0.85
63 63
 <BR>	<FONT SIZE="+3"><I>User Manual</I>
64 64
 <BR>    
65 65
 </FONT></FONT></DIV>
... ...
@@ -71,366 +71,366 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
71 71
 <A NAME="CHILD_LINKS"></A>
72 72
 
73 73
 <UL>
74
-<LI><A NAME="tex2html307"
74
+<LI><A NAME="tex2html306"
75 75
   HREF="node1.html">Contents</A>
76
-<LI><A NAME="tex2html308"
76
+<LI><A NAME="tex2html307"
77 77
   HREF="node2.html">Introduction</A>
78 78
 <UL>
79
-<LI><A NAME="tex2html309"
79
+<LI><A NAME="tex2html308"
80 80
   HREF="node3.html">Features</A>
81
-<LI><A NAME="tex2html310"
81
+<LI><A NAME="tex2html309"
82 82
   HREF="node4.html">Mailing lists</A>
83
-<LI><A NAME="tex2html311"
83
+<LI><A NAME="tex2html310"
84 84
   HREF="node5.html">Virus submitting</A>
85 85
 </UL>
86
-<LI><A NAME="tex2html312"
86
+<LI><A NAME="tex2html311"
87 87
   HREF="node6.html">Base package</A>
88 88
 <UL>
89
-<LI><A NAME="tex2html313"
89
+<LI><A NAME="tex2html312"
90 90
   HREF="node7.html">Supported platforms</A>
91
-<LI><A NAME="tex2html314"
91
+<LI><A NAME="tex2html313"
92 92
   HREF="node8.html">Binary packages</A>
93
-<LI><A NAME="tex2html315"
93
+<LI><A NAME="tex2html314"
94 94
   HREF="node9.html">Daily built snapshots</A>
95 95
 </UL>
96
-<LI><A NAME="tex2html316"
96
+<LI><A NAME="tex2html315"
97 97
   HREF="node10.html">Installation</A>
98 98
 <UL>
99
-<LI><A NAME="tex2html317"
99
+<LI><A NAME="tex2html316"
100 100
   HREF="node11.html">Requirements</A>
101
-<LI><A NAME="tex2html318"
101
+<LI><A NAME="tex2html317"
102 102
   HREF="node12.html">Installing on a shell account</A>
103
-<LI><A NAME="tex2html319"
103
+<LI><A NAME="tex2html318"
104 104
   HREF="node13.html">Adding new system user and group</A>
105
-<LI><A NAME="tex2html320"
105
+<LI><A NAME="tex2html319"
106 106
   HREF="node14.html">Compilation of base package</A>
107
-<LI><A NAME="tex2html321"
107
+<LI><A NAME="tex2html320"
108 108
   HREF="node15.html">Compilation with clamav-milter enabled</A>
109 109
 </UL>
110
-<LI><A NAME="tex2html322"
110
+<LI><A NAME="tex2html321"
111 111
   HREF="node16.html">Configuration</A>
112 112
 <UL>
113
-<LI><A NAME="tex2html323"
113
+<LI><A NAME="tex2html322"
114 114
   HREF="node17.html">clamd</A>
115 115
 <UL>
116
-<LI><A NAME="tex2html324"
116
+<LI><A NAME="tex2html323"
117 117
   HREF="node18.html">On-access scanning</A>
118 118
 </UL>
119
-<LI><A NAME="tex2html325"
119
+<LI><A NAME="tex2html324"
120 120
   HREF="node19.html">clamav-milter</A>
121
-<LI><A NAME="tex2html326"
121
+<LI><A NAME="tex2html325"
122 122
   HREF="node20.html">Testing</A>
123
-<LI><A NAME="tex2html327"
123
+<LI><A NAME="tex2html326"
124 124
   HREF="node21.html">Setting up auto-updating</A>
125
-<LI><A NAME="tex2html328"
125
+<LI><A NAME="tex2html327"
126 126
   HREF="node22.html">Closest mirrors</A>
127 127
 </UL>
128
-<LI><A NAME="tex2html329"
128
+<LI><A NAME="tex2html328"
129 129
   HREF="node23.html">Usage</A>
130 130
 <UL>
131
-<LI><A NAME="tex2html330"
131
+<LI><A NAME="tex2html329"
132 132
   HREF="node24.html">Clam daemon</A>
133
-<LI><A NAME="tex2html331"
133
+<LI><A NAME="tex2html330"
134 134
   HREF="node25.html">Clam<B>d</B>scan</A>
135
-<LI><A NAME="tex2html332"
135
+<LI><A NAME="tex2html331"
136 136
   HREF="node26.html">Clamuko</A>
137
-<LI><A NAME="tex2html333"
137
+<LI><A NAME="tex2html332"
138 138
   HREF="node27.html">Output format</A>
139 139
 <UL>
140
-<LI><A NAME="tex2html334"
140
+<LI><A NAME="tex2html333"
141 141
   HREF="node28.html">clamscan</A>
142
-<LI><A NAME="tex2html335"
142
+<LI><A NAME="tex2html334"
143 143
   HREF="node29.html">clamd</A>
144 144
 </UL>
145 145
 </UL>
146
-<LI><A NAME="tex2html336"
146
+<LI><A NAME="tex2html335"
147 147
   HREF="node30.html">LibClamAV</A>
148 148
 <UL>
149
-<LI><A NAME="tex2html337"
149
+<LI><A NAME="tex2html336"
150 150
   HREF="node31.html">Licence</A>
151
-<LI><A NAME="tex2html338"
151
+<LI><A NAME="tex2html337"
152 152
   HREF="node32.html">Features</A>
153 153
 <UL>
154
-<LI><A NAME="tex2html339"
154
+<LI><A NAME="tex2html338"
155 155
   HREF="node33.html">Archives and compressed files</A>
156
-<LI><A NAME="tex2html340"
156
+<LI><A NAME="tex2html339"
157 157
   HREF="node34.html">Mail files</A>
158 158
 </UL>
159
-<LI><A NAME="tex2html341"
159
+<LI><A NAME="tex2html340"
160 160
   HREF="node35.html">API</A>
161 161
 <UL>
162
-<LI><A NAME="tex2html342"
162
+<LI><A NAME="tex2html341"
163 163
   HREF="node36.html">Header file</A>
164
-<LI><A NAME="tex2html343"
164
+<LI><A NAME="tex2html342"
165 165
   HREF="node37.html">Database loading</A>
166
-<LI><A NAME="tex2html344"
166
+<LI><A NAME="tex2html343"
167 167
   HREF="node38.html">Error handling</A>
168
-<LI><A NAME="tex2html345"
168
+<LI><A NAME="tex2html344"
169 169
   HREF="node39.html">Database structure</A>
170 170
 </UL>
171
-<LI><A NAME="tex2html346"
171
+<LI><A NAME="tex2html345"
172 172
   HREF="node40.html">Database reloading</A>
173 173
 <UL>
174
-<LI><A NAME="tex2html347"
174
+<LI><A NAME="tex2html346"
175 175
   HREF="node41.html">Data scan functions</A>
176
-<LI><A NAME="tex2html348"
176
+<LI><A NAME="tex2html347"
177 177
   HREF="node42.html">Memory</A>
178
-<LI><A NAME="tex2html349"
178
+<LI><A NAME="tex2html348"
179 179
   HREF="node43.html">clamav-config</A>
180
-<LI><A NAME="tex2html350"
180
+<LI><A NAME="tex2html349"
181 181
   HREF="node44.html">Example</A>
182 182
 </UL>
183
-<LI><A NAME="tex2html351"
183
+<LI><A NAME="tex2html350"
184 184
   HREF="node45.html">CVD format</A>
185 185
 </UL>
186
-<LI><A NAME="tex2html352"
186
+<LI><A NAME="tex2html351"
187 187
   HREF="node46.html">Frequently Asked Questions</A>
188
-<LI><A NAME="tex2html353"
188
+<LI><A NAME="tex2html352"
189 189
   HREF="node47.html">Third party software</A>
190 190
 <UL>
191
-<LI><A NAME="tex2html354"
191
+<LI><A NAME="tex2html353"
192 192
   HREF="node48.html"><I>MTA + ClamAV</I></A>
193 193
 <UL>
194
-<LI><A NAME="tex2html355"
194
+<LI><A NAME="tex2html354"
195 195
   HREF="node49.html">amavisd-new</A>
196
-<LI><A NAME="tex2html356"
196
+<LI><A NAME="tex2html355"
197 197
   HREF="node50.html">AMaViS - "Next Generation"</A>
198
-<LI><A NAME="tex2html357"
198
+<LI><A NAME="tex2html356"
199 199
   HREF="node51.html">ClamdMail</A>
200
-<LI><A NAME="tex2html358"
200
+<LI><A NAME="tex2html357"
201 201
   HREF="node52.html">cgpav</A>
202
-<LI><A NAME="tex2html359"
202
+<LI><A NAME="tex2html358"
203 203
   HREF="node53.html">ClamCour</A>
204
-<LI><A NAME="tex2html360"
204
+<LI><A NAME="tex2html359"
205 205
   HREF="node54.html">clamfilter</A>
206
-<LI><A NAME="tex2html361"
206
+<LI><A NAME="tex2html360"
207 207
   HREF="node55.html">ClamSMTP</A>
208
-<LI><A NAME="tex2html362"
208
+<LI><A NAME="tex2html361"
209 209
   HREF="node56.html">clapf</A>
210
-<LI><A NAME="tex2html363"
210
+<LI><A NAME="tex2html362"
211 211
   HREF="node57.html">DSpamPD</A>
212
-<LI><A NAME="tex2html364"
212
+<LI><A NAME="tex2html363"
213 213
   HREF="node58.html">exiscan</A>
214
-<LI><A NAME="tex2html365"
214
+<LI><A NAME="tex2html364"
215 215
   HREF="node59.html">Gadoyanvirus</A>
216
-<LI><A NAME="tex2html366"
216
+<LI><A NAME="tex2html365"
217 217
   HREF="node60.html">hMailServer</A>
218
-<LI><A NAME="tex2html367"
218
+<LI><A NAME="tex2html366"
219 219
   HREF="node61.html">IVS Milter</A>
220
-<LI><A NAME="tex2html368"
220
+<LI><A NAME="tex2html367"
221 221
   HREF="node62.html">j-chkmail</A>
222
-<LI><A NAME="tex2html369"
222
+<LI><A NAME="tex2html368"
223 223
   HREF="node63.html">Mail Avenger</A>
224
-<LI><A NAME="tex2html370"
224
+<LI><A NAME="tex2html369"
225 225
   HREF="node64.html">Mailnees</A>
226
-<LI><A NAME="tex2html371"
226
+<LI><A NAME="tex2html370"
227 227
   HREF="node65.html">MailScanner</A>
228
-<LI><A NAME="tex2html372"
228
+<LI><A NAME="tex2html371"
229 229
   HREF="node66.html">Maverix</A>
230
-<LI><A NAME="tex2html373"
230
+<LI><A NAME="tex2html372"
231 231
   HREF="node67.html">MIMEDefang</A>
232
-<LI><A NAME="tex2html374"
232
+<LI><A NAME="tex2html373"
233 233
   HREF="node68.html">mxGuard for IMail</A>
234
-<LI><A NAME="tex2html375"
234
+<LI><A NAME="tex2html374"
235 235
   HREF="node69.html">OdeiaVir</A>
236
-<LI><A NAME="tex2html376"
236
+<LI><A NAME="tex2html375"
237 237
   HREF="node70.html">OpenProtect</A>
238
-<LI><A NAME="tex2html377"
238
+<LI><A NAME="tex2html376"
239 239
   HREF="node71.html">Protea AntiVirus Tools</A>
240
-<LI><A NAME="tex2html378"
240
+<LI><A NAME="tex2html377"
241 241
   HREF="node72.html">PTSMail Utilities</A>
242
-<LI><A NAME="tex2html379"
242
+<LI><A NAME="tex2html378"
243 243
   HREF="node73.html">pymavis</A>
244
-<LI><A NAME="tex2html380"
244
+<LI><A NAME="tex2html379"
245 245
   HREF="node74.html">Qmail-Scanner</A>
246
-<LI><A NAME="tex2html381"
246
+<LI><A NAME="tex2html380"
247 247
   HREF="node75.html">qpsmtp</A>
248
-<LI><A NAME="tex2html382"
248
+<LI><A NAME="tex2html381"
249 249
   HREF="node76.html">qscanq</A>
250
-<LI><A NAME="tex2html383"
250
+<LI><A NAME="tex2html382"
251 251
   HREF="node77.html">qSheff</A>
252
-<LI><A NAME="tex2html384"
252
+<LI><A NAME="tex2html383"
253 253
   HREF="node78.html">RevolSys SMTP kit for Postfix</A>
254
-<LI><A NAME="tex2html385"
254
+<LI><A NAME="tex2html384"
255 255
   HREF="node79.html">Sagator</A>
256
-<LI><A NAME="tex2html386"
256
+<LI><A NAME="tex2html385"
257 257
   HREF="node80.html">Scrubber</A>
258
-<LI><A NAME="tex2html387"
258
+<LI><A NAME="tex2html386"
259 259
   HREF="node81.html">Secure Mail Intelligence!</A>
260
-<LI><A NAME="tex2html388"
260
+<LI><A NAME="tex2html387"
261 261
   HREF="node82.html">simscan</A>
262
-<LI><A NAME="tex2html389"
262
+<LI><A NAME="tex2html388"
263 263
   HREF="node83.html">SmarterMail Filter</A>
264
-<LI><A NAME="tex2html390"
264
+<LI><A NAME="tex2html389"
265 265
   HREF="node84.html">smf-clamd</A>
266
-<LI><A NAME="tex2html391"
266
+<LI><A NAME="tex2html390"
267 267
   HREF="node85.html">smtpfilter</A>
268
-<LI><A NAME="tex2html392"
268
+<LI><A NAME="tex2html391"
269 269
   HREF="node86.html">smtp-vilter</A>
270
-<LI><A NAME="tex2html393"
270
+<LI><A NAME="tex2html392"
271 271
   HREF="node87.html">Zabit</A>
272 272
 </UL>
273
-<LI><A NAME="tex2html394"
273
+<LI><A NAME="tex2html393"
274 274
   HREF="node88.html"><I>MTA + POP3 Proxy + ClamAV</I></A>
275 275
 <UL>
276
-<LI><A NAME="tex2html395"
276
+<LI><A NAME="tex2html394"
277 277
   HREF="node89.html">ClamMail</A>
278
-<LI><A NAME="tex2html396"
278
+<LI><A NAME="tex2html395"
279 279
   HREF="node90.html">POP3 Virus Scanner Daemon</A>
280
-<LI><A NAME="tex2html397"
280
+<LI><A NAME="tex2html396"
281 281
   HREF="node91.html">pop3.proxy</A>
282 282
 </UL>
283
-<LI><A NAME="tex2html398"
283
+<LI><A NAME="tex2html397"
284 284
   HREF="node92.html"><I>Web/FTP Proxy + ClamAV</I></A>
285 285
 <UL>
286
-<LI><A NAME="tex2html399"
286
+<LI><A NAME="tex2html398"
287 287
   HREF="node93.html">DansGuardian Anti-Virus Patch</A>
288
-<LI><A NAME="tex2html400"
288
+<LI><A NAME="tex2html399"
289 289
   HREF="node94.html">Frox</A>
290
-<LI><A NAME="tex2html401"
290
+<LI><A NAME="tex2html400"
291 291
   HREF="node95.html">HTTP Anti Virus Proxy</A>
292
-<LI><A NAME="tex2html402"
292
+<LI><A NAME="tex2html401"
293 293
   HREF="node96.html">Frox</A>
294
-<LI><A NAME="tex2html403"
294
+<LI><A NAME="tex2html402"
295 295
   HREF="node97.html">mod_clamav</A>
296
-<LI><A NAME="tex2html404"
296
+<LI><A NAME="tex2html403"
297 297
   HREF="node98.html">SafeSquid</A>
298
-<LI><A NAME="tex2html405"
298
+<LI><A NAME="tex2html404"
299 299
   HREF="node99.html">SquidClamAV Redirector</A>
300
-<LI><A NAME="tex2html406"
300
+<LI><A NAME="tex2html405"
301 301
   HREF="node100.html">Squidclam</A>
302
-<LI><A NAME="tex2html407"
302
+<LI><A NAME="tex2html406"
303 303
   HREF="node101.html">Viralator</A>
304 304
 </UL>
305
-<LI><A NAME="tex2html408"
305
+<LI><A NAME="tex2html407"
306 306
   HREF="node102.html"><I>Filesystem + ClamAV</I></A>
307 307
 <UL>
308
-<LI><A NAME="tex2html409"
308
+<LI><A NAME="tex2html408"
309 309
   HREF="node103.html">Dazuko</A>
310
-<LI><A NAME="tex2html410"
310
+<LI><A NAME="tex2html409"
311 311
   HREF="node104.html">Famuko</A>
312
-<LI><A NAME="tex2html411"
312
+<LI><A NAME="tex2html410"
313 313
   HREF="node105.html">OpenAntiVirus samba-vscan</A>
314 314
 </UL>
315
-<LI><A NAME="tex2html412"
315
+<LI><A NAME="tex2html411"
316 316
   HREF="node106.html"><I>Mail User Agent + ClamAV</I></A>
317 317
 <UL>
318
-<LI><A NAME="tex2html413"
318
+<LI><A NAME="tex2html412"
319 319
   HREF="node107.html">clamailfilter</A>
320
-<LI><A NAME="tex2html414"
320
+<LI><A NAME="tex2html413"
321 321
   HREF="node108.html">ClamAssassin</A>
322
-<LI><A NAME="tex2html415"
322
+<LI><A NAME="tex2html414"
323 323
   HREF="node109.html">clamscan-procfilter</A>
324
-<LI><A NAME="tex2html416"
324
+<LI><A NAME="tex2html415"
325 325
   HREF="node110.html">KMail</A>
326
-<LI><A NAME="tex2html417"
326
+<LI><A NAME="tex2html416"
327 327
   HREF="node111.html">MyClamMailFilter</A>
328
-<LI><A NAME="tex2html418"
328
+<LI><A NAME="tex2html417"
329 329
   HREF="node112.html">OpenWebMail</A>
330
-<LI><A NAME="tex2html419"
330
+<LI><A NAME="tex2html418"
331 331
   HREF="node113.html">QClam</A>
332
-<LI><A NAME="tex2html420"
332
+<LI><A NAME="tex2html419"
333 333
   HREF="node114.html">QMVC - Qmail Mail and Virus Control</A>
334
-<LI><A NAME="tex2html421"
334
+<LI><A NAME="tex2html420"
335 335
   HREF="node115.html">Sylpheed Claws</A>
336
-<LI><A NAME="tex2html422"
336
+<LI><A NAME="tex2html421"
337 337
   HREF="node116.html">SoftlabsAV</A>
338 338
 </UL>
339
-<LI><A NAME="tex2html423"
339
+<LI><A NAME="tex2html422"
340 340
   HREF="node117.html"><I>Graphical User Interface + ClamAV</I></A>
341 341
 <UL>
342
-<LI><A NAME="tex2html424"
342
+<LI><A NAME="tex2html423"
343 343
   HREF="node118.html">AVScan</A>
344
-<LI><A NAME="tex2html425"
344
+<LI><A NAME="tex2html424"
345 345
   HREF="node119.html">BeClam</A>
346
-<LI><A NAME="tex2html426"
346
+<LI><A NAME="tex2html425"
347 347
   HREF="node120.html">Clamaktion</A>
348
-<LI><A NAME="tex2html427"
348
+<LI><A NAME="tex2html426"
349 349
   HREF="node121.html">ClamShell</A>
350
-<LI><A NAME="tex2html428"
350
+<LI><A NAME="tex2html427"
351 351
   HREF="node122.html">ClamTk</A>
352
-<LI><A NAME="tex2html429"
352
+<LI><A NAME="tex2html428"
353 353
   HREF="node123.html">clamXav</A>
354
-<LI><A NAME="tex2html430"
354
+<LI><A NAME="tex2html429"
355 355
   HREF="node124.html">ClamWin</A>
356
-<LI><A NAME="tex2html431"
356
+<LI><A NAME="tex2html430"
357 357
   HREF="node125.html">FETCAV</A>
358
-<LI><A NAME="tex2html432"
358
+<LI><A NAME="tex2html431"
359 359
   HREF="node126.html">KlamAV</A>
360
-<LI><A NAME="tex2html433"
360
+<LI><A NAME="tex2html432"
361 361
   HREF="node127.html">QtClamAVclient</A>
362
-<LI><A NAME="tex2html434"
362
+<LI><A NAME="tex2html433"
363 363
   HREF="node128.html">wbmclamav</A>
364 364
 </UL>
365
-<LI><A NAME="tex2html435"
365
+<LI><A NAME="tex2html434"
366 366
   HREF="node129.html"><I>Library + ClamAV</I></A>
367 367
 <UL>
368
-<LI><A NAME="tex2html436"
368
+<LI><A NAME="tex2html435"
369 369
   HREF="node130.html">ClamAVPlugin</A>
370
-<LI><A NAME="tex2html437"
370
+<LI><A NAME="tex2html436"
371 371
   HREF="node131.html">clamavr</A>
372
-<LI><A NAME="tex2html438"
372
+<LI><A NAME="tex2html437"
373 373
   HREF="node132.html">D bindings for ClamAV</A>
374
-<LI><A NAME="tex2html439"
374
+<LI><A NAME="tex2html438"
375 375
   HREF="node133.html">File::Scan::ClamAV</A>
376
-<LI><A NAME="tex2html440"
376
+<LI><A NAME="tex2html439"
377 377
   HREF="node134.html">Mail::ClamAV</A>
378
-<LI><A NAME="tex2html441"
378
+<LI><A NAME="tex2html440"
379 379
   HREF="node135.html">php-clamav</A>
380
-<LI><A NAME="tex2html442"
380
+<LI><A NAME="tex2html441"
381 381
   HREF="node136.html">pyclamav</A>
382
-<LI><A NAME="tex2html443"
382
+<LI><A NAME="tex2html442"
383 383
   HREF="node137.html">WRAVLib</A>
384 384
 </UL>
385
-<LI><A NAME="tex2html444"
385
+<LI><A NAME="tex2html443"
386 386
   HREF="node138.html"><I>Miscellaneous + ClamAV</I></A>
387 387
 <UL>
388
-<LI><A NAME="tex2html445"
388
+<LI><A NAME="tex2html444"
389 389
   HREF="node139.html">INSERT</A>
390
-<LI><A NAME="tex2html446"
390
+<LI><A NAME="tex2html445"
391 391
   HREF="node140.html">Local Area Security</A>
392
-<LI><A NAME="tex2html447"
392
+<LI><A NAME="tex2html446"
393 393
   HREF="node141.html">mailgraph</A>
394
-<LI><A NAME="tex2html448"
394
+<LI><A NAME="tex2html447"
395 395
   HREF="node142.html">mailman-clamav</A>
396
-<LI><A NAME="tex2html449"
396
+<LI><A NAME="tex2html448"
397 397
   HREF="node143.html">Moodle</A>
398
-<LI><A NAME="tex2html450"
398
+<LI><A NAME="tex2html449"
399 399
   HREF="node144.html">nclamd</A>
400
-<LI><A NAME="tex2html451"
400
+<LI><A NAME="tex2html450"
401 401
   HREF="node145.html">qmailmrtg7</A>
402
-<LI><A NAME="tex2html452"
402
+<LI><A NAME="tex2html451"
403 403
   HREF="node146.html">redWall Firewall</A>
404
-<LI><A NAME="tex2html453"
404
+<LI><A NAME="tex2html452"
405 405
   HREF="node147.html">Scan Log Analyzer</A>
406
-<LI><A NAME="tex2html454"
406
+<LI><A NAME="tex2html453"
407 407
   HREF="node148.html">snort-inline</A>
408 408
 </UL>
409 409
 </UL>
410
-<LI><A NAME="tex2html455"
410
+<LI><A NAME="tex2html454"
411 411
   HREF="node149.html">Credits</A>
412 412
 <UL>
413
-<LI><A NAME="tex2html456"
413
+<LI><A NAME="tex2html455"
414 414
   HREF="node150.html">Database mirrors</A>
415
-<LI><A NAME="tex2html457"
415
+<LI><A NAME="tex2html456"
416 416
   HREF="node151.html">Contributors</A>
417
-<LI><A NAME="tex2html458"
417
+<LI><A NAME="tex2html457"
418 418
   HREF="node152.html">Donors</A>
419
-<LI><A NAME="tex2html459"
419
+<LI><A NAME="tex2html458"
420 420
   HREF="node153.html">Graphics</A>
421
-<LI><A NAME="tex2html460"
421
+<LI><A NAME="tex2html459"
422 422
   HREF="node154.html">OpenAntiVirus</A>
423 423
 </UL>
424
-<LI><A NAME="tex2html461"
424
+<LI><A NAME="tex2html460"
425 425
   HREF="node155.html">Authors</A>
426
-<LI><A NAME="tex2html462"
426
+<LI><A NAME="tex2html461"
427 427
   HREF="node156.html">About this document ...</A>
428 428
 </UL>
429 429
 <!--End of Table of Child-Links-->
430 430
 <BR><HR>
431 431
 <ADDRESS>
432 432
 Tomasz Kojm
433
-2005-04-29
433
+2005-05-11
434 434
 </ADDRESS>
435 435
 </BODY>
436 436
 </HTML>
... ...
@@ -24,18 +24,18 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
24 24
 
25 25
 <BODY >
26 26
 <!--Navigation Panel-->
27
-<A NAME="tex2html305"
27
+<A NAME="tex2html304"
28 28
   HREF="node1.html">
29 29
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
30 30
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up_g.png"> 
31 31
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev_g.png"> 
32
-<A NAME="tex2html303"
32
+<A NAME="tex2html302"
33 33
   HREF="node1.html">
34 34
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
35 35
 <BR>
36
-<B> Next:</B> <A NAME="tex2html306"
36
+<B> Next:</B> <A NAME="tex2html305"
37 37
   HREF="node1.html">Contents</A>
38
- &nbsp <B>  <A NAME="tex2html304"
38
+ &nbsp <B>  <A NAME="tex2html303"
39 39
   HREF="node1.html">Contents</A></B> 
40 40
 <BR>
41 41
 <BR>
... ...
@@ -59,7 +59,7 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
59 59
 <BR>
60 60
 <BR>
61 61
     <DIV ALIGN="RIGHT">
62
-<BR>	<FONT SIZE="+3">Clam AntiVirus 0.84
62
+<BR>	<FONT SIZE="+3">Clam AntiVirus 0.85
63 63
 <BR>	<FONT SIZE="+3"><I>User Manual</I>
64 64
 <BR>    
65 65
 </FONT></FONT></DIV>
... ...
@@ -71,366 +71,366 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
71 71
 <A NAME="CHILD_LINKS"></A>
72 72
 
73 73
 <UL>
74
-<LI><A NAME="tex2html307"
74
+<LI><A NAME="tex2html306"
75 75
   HREF="node1.html">Contents</A>
76
-<LI><A NAME="tex2html308"
76
+<LI><A NAME="tex2html307"
77 77
   HREF="node2.html">Introduction</A>
78 78
 <UL>
79
-<LI><A NAME="tex2html309"
79
+<LI><A NAME="tex2html308"
80 80
   HREF="node3.html">Features</A>
81
-<LI><A NAME="tex2html310"
81
+<LI><A NAME="tex2html309"
82 82
   HREF="node4.html">Mailing lists</A>
83
-<LI><A NAME="tex2html311"
83
+<LI><A NAME="tex2html310"
84 84
   HREF="node5.html">Virus submitting</A>
85 85
 </UL>
86
-<LI><A NAME="tex2html312"
86
+<LI><A NAME="tex2html311"
87 87
   HREF="node6.html">Base package</A>
88 88
 <UL>
89
-<LI><A NAME="tex2html313"
89
+<LI><A NAME="tex2html312"
90 90
   HREF="node7.html">Supported platforms</A>
91
-<LI><A NAME="tex2html314"
91
+<LI><A NAME="tex2html313"
92 92
   HREF="node8.html">Binary packages</A>
93
-<LI><A NAME="tex2html315"
93
+<LI><A NAME="tex2html314"
94 94
   HREF="node9.html">Daily built snapshots</A>
95 95
 </UL>
96
-<LI><A NAME="tex2html316"
96
+<LI><A NAME="tex2html315"
97 97
   HREF="node10.html">Installation</A>
98 98
 <UL>
99
-<LI><A NAME="tex2html317"
99
+<LI><A NAME="tex2html316"
100 100
   HREF="node11.html">Requirements</A>
101
-<LI><A NAME="tex2html318"
101
+<LI><A NAME="tex2html317"
102 102
   HREF="node12.html">Installing on a shell account</A>
103
-<LI><A NAME="tex2html319"
103
+<LI><A NAME="tex2html318"
104 104
   HREF="node13.html">Adding new system user and group</A>
105
-<LI><A NAME="tex2html320"
105
+<LI><A NAME="tex2html319"
106 106
   HREF="node14.html">Compilation of base package</A>
107
-<LI><A NAME="tex2html321"
107
+<LI><A NAME="tex2html320"
108 108
   HREF="node15.html">Compilation with clamav-milter enabled</A>
109 109
 </UL>
110
-<LI><A NAME="tex2html322"
110
+<LI><A NAME="tex2html321"
111 111
   HREF="node16.html">Configuration</A>
112 112
 <UL>
113
-<LI><A NAME="tex2html323"
113
+<LI><A NAME="tex2html322"
114 114
   HREF="node17.html">clamd</A>
115 115
 <UL>
116
-<LI><A NAME="tex2html324"
116
+<LI><A NAME="tex2html323"
117 117
   HREF="node18.html">On-access scanning</A>
118 118
 </UL>
119
-<LI><A NAME="tex2html325"
119
+<LI><A NAME="tex2html324"
120 120
   HREF="node19.html">clamav-milter</A>
121
-<LI><A NAME="tex2html326"
121
+<LI><A NAME="tex2html325"
122 122
   HREF="node20.html">Testing</A>
123
-<LI><A NAME="tex2html327"
123
+<LI><A NAME="tex2html326"
124 124
   HREF="node21.html">Setting up auto-updating</A>
125
-<LI><A NAME="tex2html328"
125
+<LI><A NAME="tex2html327"
126 126
   HREF="node22.html">Closest mirrors</A>
127 127
 </UL>
128
-<LI><A NAME="tex2html329"
128
+<LI><A NAME="tex2html328"
129 129
   HREF="node23.html">Usage</A>
130 130
 <UL>
131
-<LI><A NAME="tex2html330"
131
+<LI><A NAME="tex2html329"
132 132
   HREF="node24.html">Clam daemon</A>
133
-<LI><A NAME="tex2html331"
133
+<LI><A NAME="tex2html330"
134 134
   HREF="node25.html">Clam<B>d</B>scan</A>
135
-<LI><A NAME="tex2html332"
135
+<LI><A NAME="tex2html331"
136 136
   HREF="node26.html">Clamuko</A>
137
-<LI><A NAME="tex2html333"
137
+<LI><A NAME="tex2html332"
138 138
   HREF="node27.html">Output format</A>
139 139
 <UL>
140
-<LI><A NAME="tex2html334"
140
+<LI><A NAME="tex2html333"
141 141
   HREF="node28.html">clamscan</A>
142
-<LI><A NAME="tex2html335"
142
+<LI><A NAME="tex2html334"
143 143
   HREF="node29.html">clamd</A>
144 144
 </UL>
145 145
 </UL>
146
-<LI><A NAME="tex2html336"
146
+<LI><A NAME="tex2html335"
147 147
   HREF="node30.html">LibClamAV</A>
148 148
 <UL>
149
-<LI><A NAME="tex2html337"
149
+<LI><A NAME="tex2html336"
150 150
   HREF="node31.html">Licence</A>
151
-<LI><A NAME="tex2html338"
151
+<LI><A NAME="tex2html337"
152 152
   HREF="node32.html">Features</A>
153 153
 <UL>
154
-<LI><A NAME="tex2html339"
154
+<LI><A NAME="tex2html338"
155 155
   HREF="node33.html">Archives and compressed files</A>
156
-<LI><A NAME="tex2html340"
156
+<LI><A NAME="tex2html339"
157 157
   HREF="node34.html">Mail files</A>
158 158
 </UL>
159
-<LI><A NAME="tex2html341"
159
+<LI><A NAME="tex2html340"
160 160
   HREF="node35.html">API</A>
161 161
 <UL>
162
-<LI><A NAME="tex2html342"
162
+<LI><A NAME="tex2html341"
163 163
   HREF="node36.html">Header file</A>
164
-<LI><A NAME="tex2html343"
164
+<LI><A NAME="tex2html342"
165 165
   HREF="node37.html">Database loading</A>
166
-<LI><A NAME="tex2html344"
166
+<LI><A NAME="tex2html343"
167 167
   HREF="node38.html">Error handling</A>
168
-<LI><A NAME="tex2html345"
168
+<LI><A NAME="tex2html344"
169 169
   HREF="node39.html">Database structure</A>
170 170
 </UL>
171
-<LI><A NAME="tex2html346"
171
+<LI><A NAME="tex2html345"
172 172
   HREF="node40.html">Database reloading</A>
173 173
 <UL>
174
-<LI><A NAME="tex2html347"
174
+<LI><A NAME="tex2html346"
175 175
   HREF="node41.html">Data scan functions</A>
176
-<LI><A NAME="tex2html348"
176
+<LI><A NAME="tex2html347"
177 177
   HREF="node42.html">Memory</A>
178
-<LI><A NAME="tex2html349"
178
+<LI><A NAME="tex2html348"
179 179
   HREF="node43.html">clamav-config</A>
180
-<LI><A NAME="tex2html350"
180
+<LI><A NAME="tex2html349"
181 181
   HREF="node44.html">Example</A>
182 182
 </UL>
183
-<LI><A NAME="tex2html351"
183
+<LI><A NAME="tex2html350"
184 184
   HREF="node45.html">CVD format</A>
185 185
 </UL>
186
-<LI><A NAME="tex2html352"
186
+<LI><A NAME="tex2html351"
187 187
   HREF="node46.html">Frequently Asked Questions</A>
188
-<LI><A NAME="tex2html353"
188
+<LI><A NAME="tex2html352"
189 189
   HREF="node47.html">Third party software</A>
190 190
 <UL>
191
-<LI><A NAME="tex2html354"
191
+<LI><A NAME="tex2html353"
192 192
   HREF="node48.html"><I>MTA + ClamAV</I></A>
193 193
 <UL>
194
-<LI><A NAME="tex2html355"
194
+<LI><A NAME="tex2html354"
195 195
   HREF="node49.html">amavisd-new</A>
196
-<LI><A NAME="tex2html356"
196
+<LI><A NAME="tex2html355"
197 197
   HREF="node50.html">AMaViS - "Next Generation"</A>
198
-<LI><A NAME="tex2html357"
198
+<LI><A NAME="tex2html356"
199 199
   HREF="node51.html">ClamdMail</A>
200
-<LI><A NAME="tex2html358"
200
+<LI><A NAME="tex2html357"
201 201
   HREF="node52.html">cgpav</A>
202
-<LI><A NAME="tex2html359"
202
+<LI><A NAME="tex2html358"
203 203
   HREF="node53.html">ClamCour</A>
204
-<LI><A NAME="tex2html360"
204
+<LI><A NAME="tex2html359"
205 205
   HREF="node54.html">clamfilter</A>
206
-<LI><A NAME="tex2html361"
206
+<LI><A NAME="tex2html360"
207 207
   HREF="node55.html">ClamSMTP</A>
208
-<LI><A NAME="tex2html362"
208
+<LI><A NAME="tex2html361"
209 209
   HREF="node56.html">clapf</A>
210
-<LI><A NAME="tex2html363"
210
+<LI><A NAME="tex2html362"
211 211
   HREF="node57.html">DSpamPD</A>
212
-<LI><A NAME="tex2html364"
212
+<LI><A NAME="tex2html363"
213 213
   HREF="node58.html">exiscan</A>
214
-<LI><A NAME="tex2html365"
214
+<LI><A NAME="tex2html364"
215 215
   HREF="node59.html">Gadoyanvirus</A>
216
-<LI><A NAME="tex2html366"
216
+<LI><A NAME="tex2html365"
217 217
   HREF="node60.html">hMailServer</A>
218
-<LI><A NAME="tex2html367"
218
+<LI><A NAME="tex2html366"
219 219
   HREF="node61.html">IVS Milter</A>
220
-<LI><A NAME="tex2html368"
220
+<LI><A NAME="tex2html367"
221 221
   HREF="node62.html">j-chkmail</A>
222
-<LI><A NAME="tex2html369"
222
+<LI><A NAME="tex2html368"
223 223
   HREF="node63.html">Mail Avenger</A>
224
-<LI><A NAME="tex2html370"
224
+<LI><A NAME="tex2html369"
225 225
   HREF="node64.html">Mailnees</A>
226
-<LI><A NAME="tex2html371"
226
+<LI><A NAME="tex2html370"
227 227
   HREF="node65.html">MailScanner</A>
228
-<LI><A NAME="tex2html372"
228
+<LI><A NAME="tex2html371"
229 229
   HREF="node66.html">Maverix</A>
230
-<LI><A NAME="tex2html373"
230
+<LI><A NAME="tex2html372"
231 231
   HREF="node67.html">MIMEDefang</A>
232
-<LI><A NAME="tex2html374"
232
+<LI><A NAME="tex2html373"
233 233
   HREF="node68.html">mxGuard for IMail</A>
234
-<LI><A NAME="tex2html375"
234
+<LI><A NAME="tex2html374"
235 235
   HREF="node69.html">OdeiaVir</A>
236
-<LI><A NAME="tex2html376"
236
+<LI><A NAME="tex2html375"
237 237
   HREF="node70.html">OpenProtect</A>
238
-<LI><A NAME="tex2html377"
238
+<LI><A NAME="tex2html376"
239 239
   HREF="node71.html">Protea AntiVirus Tools</A>
240
-<LI><A NAME="tex2html378"
240
+<LI><A NAME="tex2html377"
241 241
   HREF="node72.html">PTSMail Utilities</A>
242
-<LI><A NAME="tex2html379"
242
+<LI><A NAME="tex2html378"
243 243
   HREF="node73.html">pymavis</A>
244
-<LI><A NAME="tex2html380"
244
+<LI><A NAME="tex2html379"
245 245
   HREF="node74.html">Qmail-Scanner</A>
246
-<LI><A NAME="tex2html381"
246
+<LI><A NAME="tex2html380"
247 247
   HREF="node75.html">qpsmtp</A>
248
-<LI><A NAME="tex2html382"
248
+<LI><A NAME="tex2html381"
249 249
   HREF="node76.html">qscanq</A>
250
-<LI><A NAME="tex2html383"
250
+<LI><A NAME="tex2html382"
251 251
   HREF="node77.html">qSheff</A>
252
-<LI><A NAME="tex2html384"
252
+<LI><A NAME="tex2html383"
253 253
   HREF="node78.html">RevolSys SMTP kit for Postfix</A>
254
-<LI><A NAME="tex2html385"
254
+<LI><A NAME="tex2html384"
255 255
   HREF="node79.html">Sagator</A>
256
-<LI><A NAME="tex2html386"
256
+<LI><A NAME="tex2html385"
257 257
   HREF="node80.html">Scrubber</A>
258
-<LI><A NAME="tex2html387"
258
+<LI><A NAME="tex2html386"
259 259
   HREF="node81.html">Secure Mail Intelligence!</A>
260
-<LI><A NAME="tex2html388"
260
+<LI><A NAME="tex2html387"
261 261
   HREF="node82.html">simscan</A>
262
-<LI><A NAME="tex2html389"
262
+<LI><A NAME="tex2html388"
263 263
   HREF="node83.html">SmarterMail Filter</A>
264
-<LI><A NAME="tex2html390"
264
+<LI><A NAME="tex2html389"
265 265
   HREF="node84.html">smf-clamd</A>
266
-<LI><A NAME="tex2html391"
266
+<LI><A NAME="tex2html390"
267 267
   HREF="node85.html">smtpfilter</A>
268
-<LI><A NAME="tex2html392"
268
+<LI><A NAME="tex2html391"
269 269
   HREF="node86.html">smtp-vilter</A>
270
-<LI><A NAME="tex2html393"
270
+<LI><A NAME="tex2html392"
271 271
   HREF="node87.html">Zabit</A>
272 272
 </UL>
273
-<LI><A NAME="tex2html394"
273
+<LI><A NAME="tex2html393"
274 274
   HREF="node88.html"><I>MTA + POP3 Proxy + ClamAV</I></A>
275 275
 <UL>
276
-<LI><A NAME="tex2html395"
276
+<LI><A NAME="tex2html394"
277 277
   HREF="node89.html">ClamMail</A>
278
-<LI><A NAME="tex2html396"
278
+<LI><A NAME="tex2html395"
279 279
   HREF="node90.html">POP3 Virus Scanner Daemon</A>
280
-<LI><A NAME="tex2html397"
280
+<LI><A NAME="tex2html396"
281 281
   HREF="node91.html">pop3.proxy</A>
282 282
 </UL>
283
-<LI><A NAME="tex2html398"
283
+<LI><A NAME="tex2html397"
284 284
   HREF="node92.html"><I>Web/FTP Proxy + ClamAV</I></A>
285 285
 <UL>
286
-<LI><A NAME="tex2html399"
286
+<LI><A NAME="tex2html398"
287 287
   HREF="node93.html">DansGuardian Anti-Virus Patch</A>
288
-<LI><A NAME="tex2html400"
288
+<LI><A NAME="tex2html399"
289 289
   HREF="node94.html">Frox</A>
290
-<LI><A NAME="tex2html401"
290
+<LI><A NAME="tex2html400"
291 291
   HREF="node95.html">HTTP Anti Virus Proxy</A>
292
-<LI><A NAME="tex2html402"
292
+<LI><A NAME="tex2html401"
293 293
   HREF="node96.html">Frox</A>
294
-<LI><A NAME="tex2html403"
294
+<LI><A NAME="tex2html402"
295 295
   HREF="node97.html">mod_clamav</A>
296
-<LI><A NAME="tex2html404"
296
+<LI><A NAME="tex2html403"
297 297
   HREF="node98.html">SafeSquid</A>
298
-<LI><A NAME="tex2html405"
298
+<LI><A NAME="tex2html404"
299 299
   HREF="node99.html">SquidClamAV Redirector</A>
300
-<LI><A NAME="tex2html406"
300
+<LI><A NAME="tex2html405"
301 301
   HREF="node100.html">Squidclam</A>
302
-<LI><A NAME="tex2html407"
302
+<LI><A NAME="tex2html406"
303 303
   HREF="node101.html">Viralator</A>
304 304
 </UL>
305
-<LI><A NAME="tex2html408"
305
+<LI><A NAME="tex2html407"
306 306
   HREF="node102.html"><I>Filesystem + ClamAV</I></A>
307 307
 <UL>
308
-<LI><A NAME="tex2html409"
308
+<LI><A NAME="tex2html408"
309 309
   HREF="node103.html">Dazuko</A>
310
-<LI><A NAME="tex2html410"
310
+<LI><A NAME="tex2html409"
311 311
   HREF="node104.html">Famuko</A>
312
-<LI><A NAME="tex2html411"
312
+<LI><A NAME="tex2html410"
313 313
   HREF="node105.html">OpenAntiVirus samba-vscan</A>
314 314
 </UL>
315
-<LI><A NAME="tex2html412"
315
+<LI><A NAME="tex2html411"
316 316
   HREF="node106.html"><I>Mail User Agent + ClamAV</I></A>
317 317
 <UL>
318
-<LI><A NAME="tex2html413"
318
+<LI><A NAME="tex2html412"
319 319
   HREF="node107.html">clamailfilter</A>
320
-<LI><A NAME="tex2html414"
320
+<LI><A NAME="tex2html413"
321 321
   HREF="node108.html">ClamAssassin</A>
322
-<LI><A NAME="tex2html415"
322
+<LI><A NAME="tex2html414"
323 323
   HREF="node109.html">clamscan-procfilter</A>
324
-<LI><A NAME="tex2html416"
324
+<LI><A NAME="tex2html415"
325 325
   HREF="node110.html">KMail</A>
326
-<LI><A NAME="tex2html417"
326
+<LI><A NAME="tex2html416"
327 327
   HREF="node111.html">MyClamMailFilter</A>
328
-<LI><A NAME="tex2html418"
328
+<LI><A NAME="tex2html417"
329 329
   HREF="node112.html">OpenWebMail</A>
330
-<LI><A NAME="tex2html419"
330
+<LI><A NAME="tex2html418"
331 331
   HREF="node113.html">QClam</A>
332
-<LI><A NAME="tex2html420"
332
+<LI><A NAME="tex2html419"
333 333
   HREF="node114.html">QMVC - Qmail Mail and Virus Control</A>
334
-<LI><A NAME="tex2html421"
334
+<LI><A NAME="tex2html420"
335 335
   HREF="node115.html">Sylpheed Claws</A>
336
-<LI><A NAME="tex2html422"
336
+<LI><A NAME="tex2html421"
337 337
   HREF="node116.html">SoftlabsAV</A>
338 338
 </UL>
339
-<LI><A NAME="tex2html423"
339
+<LI><A NAME="tex2html422"
340 340
   HREF="node117.html"><I>Graphical User Interface + ClamAV</I></A>
341 341
 <UL>
342
-<LI><A NAME="tex2html424"
342
+<LI><A NAME="tex2html423"
343 343
   HREF="node118.html">AVScan</A>
344
-<LI><A NAME="tex2html425"
344
+<LI><A NAME="tex2html424"
345 345
   HREF="node119.html">BeClam</A>
346
-<LI><A NAME="tex2html426"
346
+<LI><A NAME="tex2html425"
347 347
   HREF="node120.html">Clamaktion</A>
348
-<LI><A NAME="tex2html427"
348
+<LI><A NAME="tex2html426"
349 349
   HREF="node121.html">ClamShell</A>
350
-<LI><A NAME="tex2html428"
350
+<LI><A NAME="tex2html427"
351 351
   HREF="node122.html">ClamTk</A>
352
-<LI><A NAME="tex2html429"
352
+<LI><A NAME="tex2html428"
353 353
   HREF="node123.html">clamXav</A>
354
-<LI><A NAME="tex2html430"
354
+<LI><A NAME="tex2html429"
355 355
   HREF="node124.html">ClamWin</A>
356
-<LI><A NAME="tex2html431"
356
+<LI><A NAME="tex2html430"
357 357
   HREF="node125.html">FETCAV</A>
358
-<LI><A NAME="tex2html432"
358
+<LI><A NAME="tex2html431"
359 359
   HREF="node126.html">KlamAV</A>
360
-<LI><A NAME="tex2html433"
360
+<LI><A NAME="tex2html432"
361 361
   HREF="node127.html">QtClamAVclient</A>
362
-<LI><A NAME="tex2html434"
362
+<LI><A NAME="tex2html433"
363 363
   HREF="node128.html">wbmclamav</A>
364 364
 </UL>
365
-<LI><A NAME="tex2html435"
365
+<LI><A NAME="tex2html434"
366 366
   HREF="node129.html"><I>Library + ClamAV</I></A>
367 367
 <UL>
368
-<LI><A NAME="tex2html436"
368
+<LI><A NAME="tex2html435"
369 369
   HREF="node130.html">ClamAVPlugin</A>
370
-<LI><A NAME="tex2html437"
370
+<LI><A NAME="tex2html436"
371 371
   HREF="node131.html">clamavr</A>
372
-<LI><A NAME="tex2html438"
372
+<LI><A NAME="tex2html437"
373 373
   HREF="node132.html">D bindings for ClamAV</A>
374
-<LI><A NAME="tex2html439"
374
+<LI><A NAME="tex2html438"
375 375
   HREF="node133.html">File::Scan::ClamAV</A>
376
-<LI><A NAME="tex2html440"
376
+<LI><A NAME="tex2html439"
377 377
   HREF="node134.html">Mail::ClamAV</A>
378
-<LI><A NAME="tex2html441"
378
+<LI><A NAME="tex2html440"
379 379
   HREF="node135.html">php-clamav</A>
380
-<LI><A NAME="tex2html442"
380
+<LI><A NAME="tex2html441"
381 381
   HREF="node136.html">pyclamav</A>
382
-<LI><A NAME="tex2html443"
382
+<LI><A NAME="tex2html442"
383 383
   HREF="node137.html">WRAVLib</A>
384 384
 </UL>
385
-<LI><A NAME="tex2html444"
385
+<LI><A NAME="tex2html443"
386 386
   HREF="node138.html"><I>Miscellaneous + ClamAV</I></A>
387 387
 <UL>
388
-<LI><A NAME="tex2html445"
388
+<LI><A NAME="tex2html444"
389 389
   HREF="node139.html">INSERT</A>
390
-<LI><A NAME="tex2html446"
390
+<LI><A NAME="tex2html445"
391 391
   HREF="node140.html">Local Area Security</A>
392
-<LI><A NAME="tex2html447"
392
+<LI><A NAME="tex2html446"
393 393
   HREF="node141.html">mailgraph</A>
394
-<LI><A NAME="tex2html448"
394
+<LI><A NAME="tex2html447"
395 395
   HREF="node142.html">mailman-clamav</A>
396
-<LI><A NAME="tex2html449"
396
+<LI><A NAME="tex2html448"
397 397
   HREF="node143.html">Moodle</A>
398
-<LI><A NAME="tex2html450"
398
+<LI><A NAME="tex2html449"
399 399
   HREF="node144.html">nclamd</A>
400
-<LI><A NAME="tex2html451"
400
+<LI><A NAME="tex2html450"
401 401
   HREF="node145.html">qmailmrtg7</A>
402
-<LI><A NAME="tex2html452"
402
+<LI><A NAME="tex2html451"
403 403
   HREF="node146.html">redWall Firewall</A>
404
-<LI><A NAME="tex2html453"
404
+<LI><A NAME="tex2html452"
405 405
   HREF="node147.html">Scan Log Analyzer</A>
406
-<LI><A NAME="tex2html454"
406
+<LI><A NAME="tex2html453"
407 407
   HREF="node148.html">snort-inline</A>
408 408
 </UL>
409 409
 </UL>
410
-<LI><A NAME="tex2html455"
410
+<LI><A NAME="tex2html454"
411 411
   HREF="node149.html">Credits</A>
412 412
 <UL>
413
-<LI><A NAME="tex2html456"
413
+<LI><A NAME="tex2html455"
414 414
   HREF="node150.html">Database mirrors</A>
415
-<LI><A NAME="tex2html457"
415
+<LI><A NAME="tex2html456"
416 416
   HREF="node151.html">Contributors</A>
417
-<LI><A NAME="tex2html458"
417
+<LI><A NAME="tex2html457"
418 418
   HREF="node152.html">Donors</A>
419
-<LI><A NAME="tex2html459"
419
+<LI><A NAME="tex2html458"
420 420
   HREF="node153.html">Graphics</A>
421
-<LI><A NAME="tex2html460"
421
+<LI><A NAME="tex2html459"
422 422
   HREF="node154.html">OpenAntiVirus</A>
423 423
 </UL>
424
-<LI><A NAME="tex2html461"
424
+<LI><A NAME="tex2html460"
425 425
   HREF="node155.html">Authors</A>
426
-<LI><A NAME="tex2html462"
426
+<LI><A NAME="tex2html461"
427 427
   HREF="node156.html">About this document ...</A>
428 428
 </UL>
429 429
 <!--End of Table of Child-Links-->
430 430
 <BR><HR>
431 431
 <ADDRESS>
432 432
 Tomasz Kojm
433
-2005-04-29
433
+2005-05-11
434 434
 </ADDRESS>
435 435
 </BODY>
436 436
 </HTML>
... ...
@@ -27,21 +27,21 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html471"
30
+<A NAME="tex2html470"
31 31
   HREF="node2.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html469"
33
+<A NAME="tex2html468"
34 34
   HREF="clamdoc.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html463"
36
+<A NAME="tex2html462"
37 37
   HREF="clamdoc.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>   
39 39
 <BR>
40
-<B> Next:</B> <A NAME="tex2html472"
40
+<B> Next:</B> <A NAME="tex2html471"
41 41
   HREF="node2.html">Introduction</A>
42
-<B> Up:</B> <A NAME="tex2html470"
42
+<B> Up:</B> <A NAME="tex2html469"
43 43
   HREF="clamdoc.html">clamdoc</A>
44
-<B> Previous:</B> <A NAME="tex2html464"
44
+<B> Previous:</B> <A NAME="tex2html463"
45 45
   HREF="clamdoc.html">clamdoc</A>
46 46
 <BR>
47 47
 <BR>
... ...
@@ -54,119 +54,119 @@ Contents</A>
54 54
 <!--Table of Contents-->
55 55
 
56 56
 <UL>
57
-<LI><A NAME="tex2html473"
57
+<LI><A NAME="tex2html472"
58 58
   HREF="node2.html">Introduction</A>
59 59
 <UL>
60
-<LI><A NAME="tex2html474"
60
+<LI><A NAME="tex2html473"
61 61
   HREF="node3.html">Features</A>
62
-<LI><A NAME="tex2html475"
62
+<LI><A NAME="tex2html474"
63 63
   HREF="node4.html">Mailing lists</A>
64
-<LI><A NAME="tex2html476"
64
+<LI><A NAME="tex2html475"
65 65
   HREF="node5.html">Virus submitting</A>
66 66
 </UL>
67
-<LI><A NAME="tex2html477"
67
+<LI><A NAME="tex2html476"
68 68
   HREF="node6.html">Base package</A>
69 69
 <UL>
70
-<LI><A NAME="tex2html478"
70
+<LI><A NAME="tex2html477"
71 71
   HREF="node7.html">Supported platforms</A>
72
-<LI><A NAME="tex2html479"
72
+<LI><A NAME="tex2html478"
73 73
   HREF="node8.html">Binary packages</A>
74
-<LI><A NAME="tex2html480"
74
+<LI><A NAME="tex2html479"
75 75
   HREF="node9.html">Daily built snapshots</A>
76 76
 </UL>
77
-<LI><A NAME="tex2html481"
77
+<LI><A NAME="tex2html480"
78 78
   HREF="node10.html">Installation</A>
79 79
 <UL>
80
-<LI><A NAME="tex2html482"
80
+<LI><A NAME="tex2html481"
81 81
   HREF="node11.html">Requirements</A>
82
-<LI><A NAME="tex2html483"
82
+<LI><A NAME="tex2html482"
83 83
   HREF="node12.html">Installing on a shell account</A>
84
-<LI><A NAME="tex2html484"
84
+<LI><A NAME="tex2html483"
85 85
   HREF="node13.html">Adding new system user and group</A>
86
-<LI><A NAME="tex2html485"
86
+<LI><A NAME="tex2html484"
87 87
   HREF="node14.html">Compilation of base package</A>
88
-<LI><A NAME="tex2html486"
88
+<LI><A NAME="tex2html485"
89 89
   HREF="node15.html">Compilation with clamav-milter enabled</A>
90 90
 </UL>
91
-<LI><A NAME="tex2html487"
91
+<LI><A NAME="tex2html486"
92 92
   HREF="node16.html">Configuration</A>
93 93
 <UL>
94
-<LI><A NAME="tex2html488"
94
+<LI><A NAME="tex2html487"
95 95
   HREF="node17.html">clamd</A>
96
-<LI><A NAME="tex2html489"
96
+<LI><A NAME="tex2html488"
97 97
   HREF="node19.html">clamav-milter</A>
98
-<LI><A NAME="tex2html490"
98
+<LI><A NAME="tex2html489"
99 99
   HREF="node20.html">Testing</A>
100
-<LI><A NAME="tex2html491"
100
+<LI><A NAME="tex2html490"
101 101
   HREF="node21.html">Setting up auto-updating</A>
102
-<LI><A NAME="tex2html492"
102
+<LI><A NAME="tex2html491"
103 103
   HREF="node22.html">Closest mirrors</A>
104 104
 </UL>
105
-<LI><A NAME="tex2html493"
105
+<LI><A NAME="tex2html492"
106 106
   HREF="node23.html">Usage</A>
107 107
 <UL>
108
-<LI><A NAME="tex2html494"
108
+<LI><A NAME="tex2html493"
109 109
   HREF="node24.html">Clam daemon</A>
110
-<LI><A NAME="tex2html495"
110
+<LI><A NAME="tex2html494"
111 111
   HREF="node25.html">Clam<B>d</B>scan</A>
112
-<LI><A NAME="tex2html496"
112
+<LI><A NAME="tex2html495"
113 113
   HREF="node26.html">Clamuko</A>
114
-<LI><A NAME="tex2html497"
114
+<LI><A NAME="tex2html496"
115 115
   HREF="node27.html">Output format</A>
116 116
 </UL>
117
-<LI><A NAME="tex2html498"
117
+<LI><A NAME="tex2html497"
118 118
   HREF="node30.html">LibClamAV</A>
119 119
 <UL>
120
-<LI><A NAME="tex2html499"
120
+<LI><A NAME="tex2html498"
121 121
   HREF="node31.html">Licence</A>
122
-<LI><A NAME="tex2html500"
122
+<LI><A NAME="tex2html499"
123 123
   HREF="node32.html">Features</A>
124
-<LI><A NAME="tex2html501"
124
+<LI><A NAME="tex2html500"
125 125
   HREF="node35.html">API</A>
126
-<LI><A NAME="tex2html502"
126
+<LI><A NAME="tex2html501"
127 127
   HREF="node40.html">Database reloading</A>
128
-<LI><A NAME="tex2html503"
128
+<LI><A NAME="tex2html502"
129 129
   HREF="node45.html">CVD format</A>
130 130
 </UL>
131
-<LI><A NAME="tex2html504"
131
+<LI><A NAME="tex2html503"
132 132
   HREF="node46.html">Frequently Asked Questions</A>
133
-<LI><A NAME="tex2html505"
133
+<LI><A NAME="tex2html504"
134 134
   HREF="node47.html">Third party software</A>
135 135
 <UL>
136
-<LI><A NAME="tex2html506"
136
+<LI><A NAME="tex2html505"
137 137
   HREF="node48.html"><I>MTA + ClamAV</I></A>
138
-<LI><A NAME="tex2html507"
138
+<LI><A NAME="tex2html506"
139 139
   HREF="node88.html"><I>MTA + POP3 Proxy + ClamAV</I></A>
140
-<LI><A NAME="tex2html508"
140
+<LI><A NAME="tex2html507"
141 141
   HREF="node92.html"><I>Web/FTP Proxy + ClamAV</I></A>
142
-<LI><A NAME="tex2html509"
142
+<LI><A NAME="tex2html508"
143 143
   HREF="node102.html"><I>Filesystem + ClamAV</I></A>
144
-<LI><A NAME="tex2html510"
144
+<LI><A NAME="tex2html509"
145 145
   HREF="node106.html"><I>Mail User Agent + ClamAV</I></A>
146
-<LI><A NAME="tex2html511"
146
+<LI><A NAME="tex2html510"
147 147
   HREF="node117.html"><I>Graphical User Interface + ClamAV</I></A>
148
-<LI><A NAME="tex2html512"
148
+<LI><A NAME="tex2html511"
149 149
   HREF="node129.html"><I>Library + ClamAV</I></A>
150
-<LI><A NAME="tex2html513"
150
+<LI><A NAME="tex2html512"
151 151
   HREF="node138.html"><I>Miscellaneous + ClamAV</I></A>
152 152
 </UL>
153
-<LI><A NAME="tex2html514"
153
+<LI><A NAME="tex2html513"
154 154
   HREF="node149.html">Credits</A>
155 155
 <UL>
156
-<LI><A NAME="tex2html515"
156
+<LI><A NAME="tex2html514"
157 157
   HREF="node150.html">Database mirrors</A>
158
-<LI><A NAME="tex2html516"
158
+<LI><A NAME="tex2html515"
159 159
   HREF="node151.html">Contributors</A>
160
-<LI><A NAME="tex2html517"
160
+<LI><A NAME="tex2html516"
161 161
   HREF="node152.html">Donors</A>
162
-<LI><A NAME="tex2html518"
162
+<LI><A NAME="tex2html517"
163 163
   HREF="node153.html">Graphics</A>
164
-<LI><A NAME="tex2html519"
164
+<LI><A NAME="tex2html518"
165 165
   HREF="node154.html">OpenAntiVirus</A>
166 166
 </UL>
167
-<LI><A NAME="tex2html520"
167
+<LI><A NAME="tex2html519"
168 168
   HREF="node155.html">Authors</A>
169
-<LI><A NAME="tex2html521"
169
+<LI><A NAME="tex2html520"
170 170
   HREF="node156.html">About this document ...</A>
171 171
 </UL>
172 172
 <!--End of Table of Contents-->    <BR>
... ...
@@ -236,7 +236,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
236 236
 <BR><HR>
237 237
 <ADDRESS>
238 238
 Tomasz Kojm
239
-2005-04-29
239
+2005-05-11
240 240
 </ADDRESS>
241 241
 </BODY>
242 242
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html630"
30
+<A NAME="tex2html629"
31 31
   HREF="node11.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html626"
33
+<A NAME="tex2html625"
34 34
   HREF="clamdoc.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html620"
36
+<A NAME="tex2html619"
37 37
   HREF="node9.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html628"
39
+<A NAME="tex2html627"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html631"
43
+<B> Next:</B> <A NAME="tex2html630"
44 44
   HREF="node11.html">Requirements</A>
45
-<B> Up:</B> <A NAME="tex2html627"
45
+<B> Up:</B> <A NAME="tex2html626"
46 46
   HREF="clamdoc.html">clamdoc</A>
47
-<B> Previous:</B> <A NAME="tex2html621"
47
+<B> Previous:</B> <A NAME="tex2html620"
48 48
   HREF="node9.html">Daily built snapshots</A>
49
- &nbsp <B>  <A NAME="tex2html629"
49
+ &nbsp <B>  <A NAME="tex2html628"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -62,22 +62,22 @@ Installation</A>
62 62
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
63 63
 
64 64
 <UL>
65
-<LI><A NAME="tex2html632"
65
+<LI><A NAME="tex2html631"
66 66
   HREF="node11.html">Requirements</A>
67
-<LI><A NAME="tex2html633"
67
+<LI><A NAME="tex2html632"
68 68
   HREF="node12.html">Installing on a shell account</A>
69
-<LI><A NAME="tex2html634"
69
+<LI><A NAME="tex2html633"
70 70
   HREF="node13.html">Adding new system user and group</A>
71
-<LI><A NAME="tex2html635"
71
+<LI><A NAME="tex2html634"
72 72
   HREF="node14.html">Compilation of base package</A>
73
-<LI><A NAME="tex2html636"
73
+<LI><A NAME="tex2html635"
74 74
   HREF="node15.html">Compilation with clamav-milter enabled</A>
75 75
 </UL>
76 76
 <!--End of Table of Child-Links-->
77 77
 <BR><HR>
78 78
 <ADDRESS>
79 79
 Tomasz Kojm
80
-2005-04-29
80
+2005-05-11
81 81
 </ADDRESS>
82 82
 </BODY>
83 83
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1885"
30
+<A NAME="tex2html1884"
31 31
   HREF="node101.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1881"
33
+<A NAME="tex2html1880"
34 34
   HREF="node92.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1875"
36
+<A NAME="tex2html1874"
37 37
   HREF="node99.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1883"
39
+<A NAME="tex2html1882"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1886"
43
+<B> Next:</B> <A NAME="tex2html1885"
44 44
   HREF="node101.html">Viralator</A>
45
-<B> Up:</B> <A NAME="tex2html1882"
45
+<B> Up:</B> <A NAME="tex2html1881"
46 46
   HREF="node92.html">Web/FTP Proxy + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1876"
47
+<B> Previous:</B> <A NAME="tex2html1875"
48 48
   HREF="node99.html">SquidClamAV Redirector</A>
49
- &nbsp <B>  <A NAME="tex2html1884"
49
+ &nbsp <B>  <A NAME="tex2html1883"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ Squidclam is a replacement for SquidClamAV-Redirector.py written in C
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html1895"
29
+<A NAME="tex2html1894"
30 30
   HREF="node102.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html1891"
32
+<A NAME="tex2html1890"
33 33
   HREF="node92.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html1887"
35
+<A NAME="tex2html1886"
36 36
   HREF="node100.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html1893"
38
+<A NAME="tex2html1892"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html1896"
42
+<B> Next:</B> <A NAME="tex2html1895"
43 43
   HREF="node102.html">Filesystem + ClamAV</A>
44
-<B> Up:</B> <A NAME="tex2html1892"
44
+<B> Up:</B> <A NAME="tex2html1891"
45 45
   HREF="node92.html">Web/FTP Proxy + ClamAV</A>
46
-<B> Previous:</B> <A NAME="tex2html1888"
46
+<B> Previous:</B> <A NAME="tex2html1887"
47 47
   HREF="node100.html">Squidclam</A>
48
- &nbsp <B>  <A NAME="tex2html1894"
48
+ &nbsp <B>  <A NAME="tex2html1893"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -65,7 +65,7 @@ Viralator is a perl script that virus scans http downloads on a linux
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1907"
30
+<A NAME="tex2html1906"
31 31
   HREF="node103.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1903"
33
+<A NAME="tex2html1902"
34 34
   HREF="node47.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1897"
36
+<A NAME="tex2html1896"
37 37
   HREF="node101.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1905"
39
+<A NAME="tex2html1904"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1908"
43
+<B> Next:</B> <A NAME="tex2html1907"
44 44
   HREF="node103.html">Dazuko</A>
45
-<B> Up:</B> <A NAME="tex2html1904"
45
+<B> Up:</B> <A NAME="tex2html1903"
46 46
   HREF="node47.html">Third party software</A>
47
-<B> Previous:</B> <A NAME="tex2html1898"
47
+<B> Previous:</B> <A NAME="tex2html1897"
48 48
   HREF="node101.html">Viralator</A>
49
- &nbsp <B>  <A NAME="tex2html1906"
49
+ &nbsp <B>  <A NAME="tex2html1905"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -62,18 +62,18 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
62 62
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
63 63
 
64 64
 <UL>
65
-<LI><A NAME="tex2html1909"
65
+<LI><A NAME="tex2html1908"
66 66
   HREF="node103.html">Dazuko</A>
67
-<LI><A NAME="tex2html1910"
67
+<LI><A NAME="tex2html1909"
68 68
   HREF="node104.html">Famuko</A>
69
-<LI><A NAME="tex2html1911"
69
+<LI><A NAME="tex2html1910"
70 70
   HREF="node105.html">OpenAntiVirus samba-vscan</A>
71 71
 </UL>
72 72
 <!--End of Table of Child-Links-->
73 73
 <BR><HR>
74 74
 <ADDRESS>
75 75
 Tomasz Kojm
76
-2005-04-29
76
+2005-05-11
77 77
 </ADDRESS>
78 78
 </BODY>
79 79
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1922"
30
+<A NAME="tex2html1921"
31 31
   HREF="node104.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1918"
33
+<A NAME="tex2html1917"
34 34
   HREF="node102.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1912"
36
+<A NAME="tex2html1911"
37 37
   HREF="node102.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1920"
39
+<A NAME="tex2html1919"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1923"
43
+<B> Next:</B> <A NAME="tex2html1922"
44 44
   HREF="node104.html">Famuko</A>
45
-<B> Up:</B> <A NAME="tex2html1919"
45
+<B> Up:</B> <A NAME="tex2html1918"
46 46
   HREF="node102.html">Filesystem + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1913"
47
+<B> Previous:</B> <A NAME="tex2html1912"
48 48
   HREF="node102.html">Filesystem + ClamAV</A>
49
- &nbsp <B>  <A NAME="tex2html1921"
49
+ &nbsp <B>  <A NAME="tex2html1920"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -73,7 +73,7 @@ This project provides a kernel module, which provides 3d-party applications
73 73
 <BR><HR>
74 74
 <ADDRESS>
75 75
 Tomasz Kojm
76
-2005-04-29
76
+2005-05-11
77 77
 </ADDRESS>
78 78
 </BODY>
79 79
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1934"
30
+<A NAME="tex2html1933"
31 31
   HREF="node105.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1930"
33
+<A NAME="tex2html1929"
34 34
   HREF="node102.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1924"
36
+<A NAME="tex2html1923"
37 37
   HREF="node103.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1932"
39
+<A NAME="tex2html1931"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1935"
43
+<B> Next:</B> <A NAME="tex2html1934"
44 44
   HREF="node105.html">OpenAntiVirus samba-vscan</A>
45
-<B> Up:</B> <A NAME="tex2html1931"
45
+<B> Up:</B> <A NAME="tex2html1930"
46 46
   HREF="node102.html">Filesystem + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1925"
47
+<B> Previous:</B> <A NAME="tex2html1924"
48 48
   HREF="node103.html">Dazuko</A>
49
- &nbsp <B>  <A NAME="tex2html1933"
49
+ &nbsp <B>  <A NAME="tex2html1932"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,7 +65,7 @@ Famuko is an on-access scanner based on libfam and working in a userspace.
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html1944"
29
+<A NAME="tex2html1943"
30 30
   HREF="node106.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html1940"
32
+<A NAME="tex2html1939"
33 33
   HREF="node102.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html1936"
35
+<A NAME="tex2html1935"
36 36
   HREF="node104.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html1942"
38
+<A NAME="tex2html1941"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html1945"
42
+<B> Next:</B> <A NAME="tex2html1944"
43 43
   HREF="node106.html">Mail User Agent +</A>
44
-<B> Up:</B> <A NAME="tex2html1941"
44
+<B> Up:</B> <A NAME="tex2html1940"
45 45
   HREF="node102.html">Filesystem + ClamAV</A>
46
-<B> Previous:</B> <A NAME="tex2html1937"
46
+<B> Previous:</B> <A NAME="tex2html1936"
47 47
   HREF="node104.html">Famuko</A>
48
- &nbsp <B>  <A NAME="tex2html1943"
48
+ &nbsp <B>  <A NAME="tex2html1942"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -66,7 +66,7 @@ samba-vscan provides on-access scanning of Samba shares. It supports
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1956"
30
+<A NAME="tex2html1955"
31 31
   HREF="node107.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1952"
33
+<A NAME="tex2html1951"
34 34
   HREF="node47.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1946"
36
+<A NAME="tex2html1945"
37 37
   HREF="node105.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1954"
39
+<A NAME="tex2html1953"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1957"
43
+<B> Next:</B> <A NAME="tex2html1956"
44 44
   HREF="node107.html">clamailfilter</A>
45
-<B> Up:</B> <A NAME="tex2html1953"
45
+<B> Up:</B> <A NAME="tex2html1952"
46 46
   HREF="node47.html">Third party software</A>
47
-<B> Previous:</B> <A NAME="tex2html1947"
47
+<B> Previous:</B> <A NAME="tex2html1946"
48 48
   HREF="node105.html">OpenAntiVirus samba-vscan</A>
49
- &nbsp <B>  <A NAME="tex2html1955"
49
+ &nbsp <B>  <A NAME="tex2html1954"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -62,32 +62,32 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
62 62
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
63 63
 
64 64
 <UL>
65
-<LI><A NAME="tex2html1958"
65
+<LI><A NAME="tex2html1957"
66 66
   HREF="node107.html">clamailfilter</A>
67
-<LI><A NAME="tex2html1959"
67
+<LI><A NAME="tex2html1958"
68 68
   HREF="node108.html">ClamAssassin</A>
69
-<LI><A NAME="tex2html1960"
69
+<LI><A NAME="tex2html1959"
70 70
   HREF="node109.html">clamscan-procfilter</A>
71
-<LI><A NAME="tex2html1961"
71
+<LI><A NAME="tex2html1960"
72 72
   HREF="node110.html">KMail</A>
73
-<LI><A NAME="tex2html1962"
73
+<LI><A NAME="tex2html1961"
74 74
   HREF="node111.html">MyClamMailFilter</A>
75
-<LI><A NAME="tex2html1963"
75
+<LI><A NAME="tex2html1962"
76 76
   HREF="node112.html">OpenWebMail</A>
77
-<LI><A NAME="tex2html1964"
77
+<LI><A NAME="tex2html1963"
78 78
   HREF="node113.html">QClam</A>
79
-<LI><A NAME="tex2html1965"
79
+<LI><A NAME="tex2html1964"
80 80
   HREF="node114.html">QMVC - Qmail Mail and Virus Control</A>
81
-<LI><A NAME="tex2html1966"
81
+<LI><A NAME="tex2html1965"
82 82
   HREF="node115.html">Sylpheed Claws</A>
83
-<LI><A NAME="tex2html1967"
83
+<LI><A NAME="tex2html1966"
84 84
   HREF="node116.html">SoftlabsAV</A>
85 85
 </UL>
86 86
 <!--End of Table of Child-Links-->
87 87
 <BR><HR>
88 88
 <ADDRESS>
89 89
 Tomasz Kojm
90
-2005-04-29
90
+2005-05-11
91 91
 </ADDRESS>
92 92
 </BODY>
93 93
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1978"
30
+<A NAME="tex2html1977"
31 31
   HREF="node108.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1974"
33
+<A NAME="tex2html1973"
34 34
   HREF="node106.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1968"
36
+<A NAME="tex2html1967"
37 37
   HREF="node106.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1976"
39
+<A NAME="tex2html1975"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1979"
43
+<B> Next:</B> <A NAME="tex2html1978"
44 44
   HREF="node108.html">ClamAssassin</A>
45
-<B> Up:</B> <A NAME="tex2html1975"
45
+<B> Up:</B> <A NAME="tex2html1974"
46 46
   HREF="node106.html">Mail User Agent +</A>
47
-<B> Previous:</B> <A NAME="tex2html1969"
47
+<B> Previous:</B> <A NAME="tex2html1968"
48 48
   HREF="node106.html">Mail User Agent +</A>
49
- &nbsp <B>  <A NAME="tex2html1977"
49
+ &nbsp <B>  <A NAME="tex2html1976"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ clamailfilter is a Python script that provides anti-virus scanning via
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1990"
30
+<A NAME="tex2html1989"
31 31
   HREF="node109.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1986"
33
+<A NAME="tex2html1985"
34 34
   HREF="node106.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1980"
36
+<A NAME="tex2html1979"
37 37
   HREF="node107.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1988"
39
+<A NAME="tex2html1987"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1991"
43
+<B> Next:</B> <A NAME="tex2html1990"
44 44
   HREF="node109.html">clamscan-procfilter</A>
45
-<B> Up:</B> <A NAME="tex2html1987"
45
+<B> Up:</B> <A NAME="tex2html1986"
46 46
   HREF="node106.html">Mail User Agent +</A>
47
-<B> Previous:</B> <A NAME="tex2html1981"
47
+<B> Previous:</B> <A NAME="tex2html1980"
48 48
   HREF="node107.html">clamailfilter</A>
49
- &nbsp <B>  <A NAME="tex2html1989"
49
+ &nbsp <B>  <A NAME="tex2html1988"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ clamassassin is a simple script for virus scanning with clamscan which
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2002"
30
+<A NAME="tex2html2001"
31 31
   HREF="node110.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1998"
33
+<A NAME="tex2html1997"
34 34
   HREF="node106.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1992"
36
+<A NAME="tex2html1991"
37 37
   HREF="node108.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2000"
39
+<A NAME="tex2html1999"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2003"
43
+<B> Next:</B> <A NAME="tex2html2002"
44 44
   HREF="node110.html">KMail</A>
45
-<B> Up:</B> <A NAME="tex2html1999"
45
+<B> Up:</B> <A NAME="tex2html1998"
46 46
   HREF="node106.html">Mail User Agent +</A>
47
-<B> Previous:</B> <A NAME="tex2html1993"
47
+<B> Previous:</B> <A NAME="tex2html1992"
48 48
   HREF="node108.html">ClamAssassin</A>
49
- &nbsp <B>  <A NAME="tex2html2001"
49
+ &nbsp <B>  <A NAME="tex2html2000"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ A procmail filter for clamscan to work in conjunction with procmail.
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html647"
30
+<A NAME="tex2html646"
31 31
   HREF="node12.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html643"
33
+<A NAME="tex2html642"
34 34
   HREF="node10.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html637"
36
+<A NAME="tex2html636"
37 37
   HREF="node10.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html645"
39
+<A NAME="tex2html644"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html648"
43
+<B> Next:</B> <A NAME="tex2html647"
44 44
   HREF="node12.html">Installing on a shell</A>
45
-<B> Up:</B> <A NAME="tex2html644"
45
+<B> Up:</B> <A NAME="tex2html643"
46 46
   HREF="node10.html">Installation</A>
47
-<B> Previous:</B> <A NAME="tex2html638"
47
+<B> Previous:</B> <A NAME="tex2html637"
48 48
   HREF="node10.html">Installation</A>
49
- &nbsp <B>  <A NAME="tex2html646"
49
+ &nbsp <B>  <A NAME="tex2html645"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -89,7 +89,7 @@ A note for Solaris/SPARC users: you must set the <I>ABI</I> system
89 89
 <BR><HR>
90 90
 <ADDRESS>
91 91
 Tomasz Kojm
92
-2005-04-29
92
+2005-05-11
93 93
 </ADDRESS>
94 94
 </BODY>
95 95
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2014"
30
+<A NAME="tex2html2013"
31 31
   HREF="node111.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2010"
33
+<A NAME="tex2html2009"
34 34
   HREF="node106.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2004"
36
+<A NAME="tex2html2003"
37 37
   HREF="node109.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2012"
39
+<A NAME="tex2html2011"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2015"
43
+<B> Next:</B> <A NAME="tex2html2014"
44 44
   HREF="node111.html">MyClamMailFilter</A>
45
-<B> Up:</B> <A NAME="tex2html2011"
45
+<B> Up:</B> <A NAME="tex2html2010"
46 46
   HREF="node106.html">Mail User Agent +</A>
47
-<B> Previous:</B> <A NAME="tex2html2005"
47
+<B> Previous:</B> <A NAME="tex2html2004"
48 48
   HREF="node109.html">clamscan-procfilter</A>
49
- &nbsp <B>  <A NAME="tex2html2013"
49
+ &nbsp <B>  <A NAME="tex2html2012"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ KMail is a fully-featured email client that fits nicely into the K Desktop
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2026"
30
+<A NAME="tex2html2025"
31 31
   HREF="node112.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2022"
33
+<A NAME="tex2html2021"
34 34
   HREF="node106.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2016"
36
+<A NAME="tex2html2015"
37 37
   HREF="node110.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2024"
39
+<A NAME="tex2html2023"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2027"
43
+<B> Next:</B> <A NAME="tex2html2026"
44 44
   HREF="node112.html">OpenWebMail</A>
45
-<B> Up:</B> <A NAME="tex2html2023"
45
+<B> Up:</B> <A NAME="tex2html2022"
46 46
   HREF="node106.html">Mail User Agent +</A>
47
-<B> Previous:</B> <A NAME="tex2html2017"
47
+<B> Previous:</B> <A NAME="tex2html2016"
48 48
   HREF="node110.html">KMail</A>
49
- &nbsp <B>  <A NAME="tex2html2025"
49
+ &nbsp <B>  <A NAME="tex2html2024"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -68,7 +68,7 @@ MyClamMailFilter is an e-mail filter for procmail or maildrop.
68 68
 <BR><HR>
69 69
 <ADDRESS>
70 70
 Tomasz Kojm
71
-2005-04-29
71
+2005-05-11
72 72
 </ADDRESS>
73 73
 </BODY>
74 74
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2038"
30
+<A NAME="tex2html2037"
31 31
   HREF="node113.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2034"
33
+<A NAME="tex2html2033"
34 34
   HREF="node106.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2028"
36
+<A NAME="tex2html2027"
37 37
   HREF="node111.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2036"
39
+<A NAME="tex2html2035"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2039"
43
+<B> Next:</B> <A NAME="tex2html2038"
44 44
   HREF="node113.html">QClam</A>
45
-<B> Up:</B> <A NAME="tex2html2035"
45
+<B> Up:</B> <A NAME="tex2html2034"
46 46
   HREF="node106.html">Mail User Agent +</A>
47
-<B> Previous:</B> <A NAME="tex2html2029"
47
+<B> Previous:</B> <A NAME="tex2html2028"
48 48
   HREF="node111.html">MyClamMailFilter</A>
49
- &nbsp <B>  <A NAME="tex2html2037"
49
+ &nbsp <B>  <A NAME="tex2html2036"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -68,7 +68,7 @@ Open WebMail by default can use ClamAV as the external viruscheck module
68 68
 <BR><HR>
69 69
 <ADDRESS>
70 70
 Tomasz Kojm
71
-2005-04-29
71
+2005-05-11
72 72
 </ADDRESS>
73 73
 </BODY>
74 74
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2050"
30
+<A NAME="tex2html2049"
31 31
   HREF="node114.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2046"
33
+<A NAME="tex2html2045"
34 34
   HREF="node106.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2040"
36
+<A NAME="tex2html2039"
37 37
   HREF="node112.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2048"
39
+<A NAME="tex2html2047"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2051"
43
+<B> Next:</B> <A NAME="tex2html2050"
44 44
   HREF="node114.html">QMVC - Qmail Mail</A>
45
-<B> Up:</B> <A NAME="tex2html2047"
45
+<B> Up:</B> <A NAME="tex2html2046"
46 46
   HREF="node106.html">Mail User Agent +</A>
47
-<B> Previous:</B> <A NAME="tex2html2041"
47
+<B> Previous:</B> <A NAME="tex2html2040"
48 48
   HREF="node112.html">OpenWebMail</A>
49
- &nbsp <B>  <A NAME="tex2html2049"
49
+ &nbsp <B>  <A NAME="tex2html2048"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -69,7 +69,7 @@ QClam is a simple program to plug ClamAV antivirus to your QMail mailbox.
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2005-04-29
72
+2005-05-11
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2062"
30
+<A NAME="tex2html2061"
31 31
   HREF="node115.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2058"
33
+<A NAME="tex2html2057"
34 34
   HREF="node106.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2052"
36
+<A NAME="tex2html2051"
37 37
   HREF="node113.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2060"
39
+<A NAME="tex2html2059"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2063"
43
+<B> Next:</B> <A NAME="tex2html2062"
44 44
   HREF="node115.html">Sylpheed Claws</A>
45
-<B> Up:</B> <A NAME="tex2html2059"
45
+<B> Up:</B> <A NAME="tex2html2058"
46 46
   HREF="node106.html">Mail User Agent +</A>
47
-<B> Previous:</B> <A NAME="tex2html2053"
47
+<B> Previous:</B> <A NAME="tex2html2052"
48 48
   HREF="node113.html">QClam</A>
49
- &nbsp <B>  <A NAME="tex2html2061"
49
+ &nbsp <B>  <A NAME="tex2html2060"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ QMVC is an unidirectional mail filter for qmail. It works in conjunction
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2074"
30
+<A NAME="tex2html2073"
31 31
   HREF="node116.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2070"
33
+<A NAME="tex2html2069"
34 34
   HREF="node106.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2064"
36
+<A NAME="tex2html2063"
37 37
   HREF="node114.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2072"
39
+<A NAME="tex2html2071"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2075"
43
+<B> Next:</B> <A NAME="tex2html2074"
44 44
   HREF="node116.html">SoftlabsAV</A>
45
-<B> Up:</B> <A NAME="tex2html2071"
45
+<B> Up:</B> <A NAME="tex2html2070"
46 46
   HREF="node106.html">Mail User Agent +</A>
47
-<B> Previous:</B> <A NAME="tex2html2065"
47
+<B> Previous:</B> <A NAME="tex2html2064"
48 48
   HREF="node114.html">QMVC - Qmail Mail</A>
49
- &nbsp <B>  <A NAME="tex2html2073"
49
+ &nbsp <B>  <A NAME="tex2html2072"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -68,7 +68,7 @@ Sylpheed Claws is a bleeding edge branch of Sylpheed, a light weight mail
68 68
 <BR><HR>
69 69
 <ADDRESS>
70 70
 Tomasz Kojm
71
-2005-04-29
71
+2005-05-11
72 72
 </ADDRESS>
73 73
 </BODY>
74 74
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html2084"
29
+<A NAME="tex2html2083"
30 30
   HREF="node117.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html2080"
32
+<A NAME="tex2html2079"
33 33
   HREF="node106.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html2076"
35
+<A NAME="tex2html2075"
36 36
   HREF="node115.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html2082"
38
+<A NAME="tex2html2081"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html2085"
42
+<B> Next:</B> <A NAME="tex2html2084"
43 43
   HREF="node117.html">Graphical User Interface +</A>
44
-<B> Up:</B> <A NAME="tex2html2081"
44
+<B> Up:</B> <A NAME="tex2html2080"
45 45
   HREF="node106.html">Mail User Agent +</A>
46
-<B> Previous:</B> <A NAME="tex2html2077"
46
+<B> Previous:</B> <A NAME="tex2html2076"
47 47
   HREF="node115.html">Sylpheed Claws</A>
48
- &nbsp <B>  <A NAME="tex2html2083"
48
+ &nbsp <B>  <A NAME="tex2html2082"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -66,7 +66,7 @@ Softlabs AntiVirus is a generic anti-virus filter for incoming mail
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2096"
30
+<A NAME="tex2html2095"
31 31
   HREF="node118.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2092"
33
+<A NAME="tex2html2091"
34 34
   HREF="node47.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2086"
36
+<A NAME="tex2html2085"
37 37
   HREF="node116.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2094"
39
+<A NAME="tex2html2093"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2097"
43
+<B> Next:</B> <A NAME="tex2html2096"
44 44
   HREF="node118.html">AVScan</A>
45
-<B> Up:</B> <A NAME="tex2html2093"
45
+<B> Up:</B> <A NAME="tex2html2092"
46 46
   HREF="node47.html">Third party software</A>
47
-<B> Previous:</B> <A NAME="tex2html2087"
47
+<B> Previous:</B> <A NAME="tex2html2086"
48 48
   HREF="node116.html">SoftlabsAV</A>
49
- &nbsp <B>  <A NAME="tex2html2095"
49
+ &nbsp <B>  <A NAME="tex2html2094"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -62,34 +62,34 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
62 62
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
63 63
 
64 64
 <UL>
65
-<LI><A NAME="tex2html2098"
65
+<LI><A NAME="tex2html2097"
66 66
   HREF="node118.html">AVScan</A>
67
-<LI><A NAME="tex2html2099"
67
+<LI><A NAME="tex2html2098"
68 68
   HREF="node119.html">BeClam</A>
69
-<LI><A NAME="tex2html2100"
69
+<LI><A NAME="tex2html2099"
70 70
   HREF="node120.html">Clamaktion</A>
71
-<LI><A NAME="tex2html2101"
71
+<LI><A NAME="tex2html2100"
72 72
   HREF="node121.html">ClamShell</A>
73
-<LI><A NAME="tex2html2102"
73
+<LI><A NAME="tex2html2101"
74 74
   HREF="node122.html">ClamTk</A>
75
-<LI><A NAME="tex2html2103"
75
+<LI><A NAME="tex2html2102"
76 76
   HREF="node123.html">clamXav</A>
77
-<LI><A NAME="tex2html2104"
77
+<LI><A NAME="tex2html2103"
78 78
   HREF="node124.html">ClamWin</A>
79
-<LI><A NAME="tex2html2105"
79
+<LI><A NAME="tex2html2104"
80 80
   HREF="node125.html">FETCAV</A>
81
-<LI><A NAME="tex2html2106"
81
+<LI><A NAME="tex2html2105"
82 82
   HREF="node126.html">KlamAV</A>
83
-<LI><A NAME="tex2html2107"
83
+<LI><A NAME="tex2html2106"
84 84
   HREF="node127.html">QtClamAVclient</A>
85
-<LI><A NAME="tex2html2108"
85
+<LI><A NAME="tex2html2107"
86 86
   HREF="node128.html">wbmclamav</A>
87 87
 </UL>
88 88
 <!--End of Table of Child-Links-->
89 89
 <BR><HR>
90 90
 <ADDRESS>
91 91
 Tomasz Kojm
92
-2005-04-29
92
+2005-05-11
93 93
 </ADDRESS>
94 94
 </BODY>
95 95
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2119"
30
+<A NAME="tex2html2118"
31 31
   HREF="node119.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2115"
33
+<A NAME="tex2html2114"
34 34
   HREF="node117.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2109"
36
+<A NAME="tex2html2108"
37 37
   HREF="node117.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2117"
39
+<A NAME="tex2html2116"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2120"
43
+<B> Next:</B> <A NAME="tex2html2119"
44 44
   HREF="node119.html">BeClam</A>
45
-<B> Up:</B> <A NAME="tex2html2116"
45
+<B> Up:</B> <A NAME="tex2html2115"
46 46
   HREF="node117.html">Graphical User Interface +</A>
47
-<B> Previous:</B> <A NAME="tex2html2110"
47
+<B> Previous:</B> <A NAME="tex2html2109"
48 48
   HREF="node117.html">Graphical User Interface +</A>
49
- &nbsp <B>  <A NAME="tex2html2118"
49
+ &nbsp <B>  <A NAME="tex2html2117"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -68,7 +68,7 @@ AVScan is an anti-virus scanner for Endeavour Mark II that uses the ClamAV
68 68
 <BR><HR>
69 69
 <ADDRESS>
70 70
 Tomasz Kojm
71
-2005-04-29
71
+2005-05-11
72 72
 </ADDRESS>
73 73
 </BODY>
74 74
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2131"
30
+<A NAME="tex2html2130"
31 31
   HREF="node120.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2127"
33
+<A NAME="tex2html2126"
34 34
   HREF="node117.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2121"
36
+<A NAME="tex2html2120"
37 37
   HREF="node118.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2129"
39
+<A NAME="tex2html2128"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2132"
43
+<B> Next:</B> <A NAME="tex2html2131"
44 44
   HREF="node120.html">Clamaktion</A>
45
-<B> Up:</B> <A NAME="tex2html2128"
45
+<B> Up:</B> <A NAME="tex2html2127"
46 46
   HREF="node117.html">Graphical User Interface +</A>
47
-<B> Previous:</B> <A NAME="tex2html2122"
47
+<B> Previous:</B> <A NAME="tex2html2121"
48 48
   HREF="node118.html">AVScan</A>
49
- &nbsp <B>  <A NAME="tex2html2130"
49
+ &nbsp <B>  <A NAME="tex2html2129"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,7 +65,7 @@ BeClam is a port of ClamAV for the BeOS operating system.
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html659"
30
+<A NAME="tex2html658"
31 31
   HREF="node13.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html655"
33
+<A NAME="tex2html654"
34 34
   HREF="node10.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html649"
36
+<A NAME="tex2html648"
37 37
   HREF="node11.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html657"
39
+<A NAME="tex2html656"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html660"
43
+<B> Next:</B> <A NAME="tex2html659"
44 44
   HREF="node13.html">Adding new system user</A>
45
-<B> Up:</B> <A NAME="tex2html656"
45
+<B> Up:</B> <A NAME="tex2html655"
46 46
   HREF="node10.html">Installation</A>
47
-<B> Previous:</B> <A NAME="tex2html650"
47
+<B> Previous:</B> <A NAME="tex2html649"
48 48
   HREF="node11.html">Requirements</A>
49
- &nbsp <B>  <A NAME="tex2html658"
49
+ &nbsp <B>  <A NAME="tex2html657"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -75,7 +75,7 @@ Installing on a shell account</A>
75 75
 <BR><HR>
76 76
 <ADDRESS>
77 77
 Tomasz Kojm
78
-2005-04-29
78
+2005-05-11
79 79
 </ADDRESS>
80 80
 </BODY>
81 81
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2143"
30
+<A NAME="tex2html2142"
31 31
   HREF="node121.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2139"
33
+<A NAME="tex2html2138"
34 34
   HREF="node117.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2133"
36
+<A NAME="tex2html2132"
37 37
   HREF="node119.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2141"
39
+<A NAME="tex2html2140"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2144"
43
+<B> Next:</B> <A NAME="tex2html2143"
44 44
   HREF="node121.html">ClamShell</A>
45
-<B> Up:</B> <A NAME="tex2html2140"
45
+<B> Up:</B> <A NAME="tex2html2139"
46 46
   HREF="node117.html">Graphical User Interface +</A>
47
-<B> Previous:</B> <A NAME="tex2html2134"
47
+<B> Previous:</B> <A NAME="tex2html2133"
48 48
   HREF="node119.html">BeClam</A>
49
- &nbsp <B>  <A NAME="tex2html2142"
49
+ &nbsp <B>  <A NAME="tex2html2141"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ clamaktion is a little utility which allows KDE 3 users to scan files
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2155"
30
+<A NAME="tex2html2154"
31 31
   HREF="node122.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2151"
33
+<A NAME="tex2html2150"
34 34
   HREF="node117.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2145"
36
+<A NAME="tex2html2144"
37 37
   HREF="node120.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2153"
39
+<A NAME="tex2html2152"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2156"
43
+<B> Next:</B> <A NAME="tex2html2155"
44 44
   HREF="node122.html">ClamTk</A>
45
-<B> Up:</B> <A NAME="tex2html2152"
45
+<B> Up:</B> <A NAME="tex2html2151"
46 46
   HREF="node117.html">Graphical User Interface +</A>
47
-<B> Previous:</B> <A NAME="tex2html2146"
47
+<B> Previous:</B> <A NAME="tex2html2145"
48 48
   HREF="node120.html">Clamaktion</A>
49
- &nbsp <B>  <A NAME="tex2html2154"
49
+ &nbsp <B>  <A NAME="tex2html2153"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ ClamShell is a GUI frontend, written in Java, for the Linux version of
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2167"
30
+<A NAME="tex2html2166"
31 31
   HREF="node123.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2163"
33
+<A NAME="tex2html2162"
34 34
   HREF="node117.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2157"
36
+<A NAME="tex2html2156"
37 37
   HREF="node121.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2165"
39
+<A NAME="tex2html2164"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2168"
43
+<B> Next:</B> <A NAME="tex2html2167"
44 44
   HREF="node123.html">clamXav</A>
45
-<B> Up:</B> <A NAME="tex2html2164"
45
+<B> Up:</B> <A NAME="tex2html2163"
46 46
   HREF="node117.html">Graphical User Interface +</A>
47
-<B> Previous:</B> <A NAME="tex2html2158"
47
+<B> Previous:</B> <A NAME="tex2html2157"
48 48
   HREF="node121.html">ClamShell</A>
49
- &nbsp <B>  <A NAME="tex2html2166"
49
+ &nbsp <B>  <A NAME="tex2html2165"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,7 +65,7 @@ ClamTk is a perl-tk GUI for ClamAV.
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2179"
30
+<A NAME="tex2html2178"
31 31
   HREF="node124.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2175"
33
+<A NAME="tex2html2174"
34 34
   HREF="node117.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2169"
36
+<A NAME="tex2html2168"
37 37
   HREF="node122.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2177"
39
+<A NAME="tex2html2176"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2180"
43
+<B> Next:</B> <A NAME="tex2html2179"
44 44
   HREF="node124.html">ClamWin</A>
45
-<B> Up:</B> <A NAME="tex2html2176"
45
+<B> Up:</B> <A NAME="tex2html2175"
46 46
   HREF="node117.html">Graphical User Interface +</A>
47
-<B> Previous:</B> <A NAME="tex2html2170"
47
+<B> Previous:</B> <A NAME="tex2html2169"
48 48
   HREF="node122.html">ClamTk</A>
49
- &nbsp <B>  <A NAME="tex2html2178"
49
+ &nbsp <B>  <A NAME="tex2html2177"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ clamXav is a virus scanner with GUI for Mac OS X.
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2191"
30
+<A NAME="tex2html2190"
31 31
   HREF="node125.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2187"
33
+<A NAME="tex2html2186"
34 34
   HREF="node117.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2181"
36
+<A NAME="tex2html2180"
37 37
   HREF="node123.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2189"
39
+<A NAME="tex2html2188"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2192"
43
+<B> Next:</B> <A NAME="tex2html2191"
44 44
   HREF="node125.html">FETCAV</A>
45
-<B> Up:</B> <A NAME="tex2html2188"
45
+<B> Up:</B> <A NAME="tex2html2187"
46 46
   HREF="node117.html">Graphical User Interface +</A>
47
-<B> Previous:</B> <A NAME="tex2html2182"
47
+<B> Previous:</B> <A NAME="tex2html2181"
48 48
   HREF="node123.html">clamXav</A>
49
- &nbsp <B>  <A NAME="tex2html2190"
49
+ &nbsp <B>  <A NAME="tex2html2189"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -72,7 +72,7 @@ ClamWin provides Graphical User Interface to Clam AntiVirus scanning
72 72
 <BR><HR>
73 73
 <ADDRESS>
74 74
 Tomasz Kojm
75
-2005-04-29
75
+2005-05-11
76 76
 </ADDRESS>
77 77
 </BODY>
78 78
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2203"
30
+<A NAME="tex2html2202"
31 31
   HREF="node126.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2199"
33
+<A NAME="tex2html2198"
34 34
   HREF="node117.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2193"
36
+<A NAME="tex2html2192"
37 37
   HREF="node124.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2201"
39
+<A NAME="tex2html2200"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2204"
43
+<B> Next:</B> <A NAME="tex2html2203"
44 44
   HREF="node126.html">KlamAV</A>
45
-<B> Up:</B> <A NAME="tex2html2200"
45
+<B> Up:</B> <A NAME="tex2html2199"
46 46
   HREF="node117.html">Graphical User Interface +</A>
47
-<B> Previous:</B> <A NAME="tex2html2194"
47
+<B> Previous:</B> <A NAME="tex2html2193"
48 48
   HREF="node124.html">ClamWin</A>
49
- &nbsp <B>  <A NAME="tex2html2202"
49
+ &nbsp <B>  <A NAME="tex2html2201"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ FETCAV stands for Front End To Clam AntiVirus. It's a GUI interface
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2215"
30
+<A NAME="tex2html2214"
31 31
   HREF="node127.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2211"
33
+<A NAME="tex2html2210"
34 34
   HREF="node117.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2205"
36
+<A NAME="tex2html2204"
37 37
   HREF="node125.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2213"
39
+<A NAME="tex2html2212"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2216"
43
+<B> Next:</B> <A NAME="tex2html2215"
44 44
   HREF="node127.html">QtClamAVclient</A>
45
-<B> Up:</B> <A NAME="tex2html2212"
45
+<B> Up:</B> <A NAME="tex2html2211"
46 46
   HREF="node117.html">Graphical User Interface +</A>
47
-<B> Previous:</B> <A NAME="tex2html2206"
47
+<B> Previous:</B> <A NAME="tex2html2205"
48 48
   HREF="node125.html">FETCAV</A>
49
- &nbsp <B>  <A NAME="tex2html2214"
49
+ &nbsp <B>  <A NAME="tex2html2213"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -68,7 +68,7 @@ ClamAV Anti-Virus protection for the KDE desktop. The features include:
68 68
 <BR><HR>
69 69
 <ADDRESS>
70 70
 Tomasz Kojm
71
-2005-04-29
71
+2005-05-11
72 72
 </ADDRESS>
73 73
 </BODY>
74 74
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2227"
30
+<A NAME="tex2html2226"
31 31
   HREF="node128.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2223"
33
+<A NAME="tex2html2222"
34 34
   HREF="node117.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2217"
36
+<A NAME="tex2html2216"
37 37
   HREF="node126.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2225"
39
+<A NAME="tex2html2224"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2228"
43
+<B> Next:</B> <A NAME="tex2html2227"
44 44
   HREF="node128.html">wbmclamav</A>
45
-<B> Up:</B> <A NAME="tex2html2224"
45
+<B> Up:</B> <A NAME="tex2html2223"
46 46
   HREF="node117.html">Graphical User Interface +</A>
47
-<B> Previous:</B> <A NAME="tex2html2218"
47
+<B> Previous:</B> <A NAME="tex2html2217"
48 48
   HREF="node126.html">KlamAV</A>
49
- &nbsp <B>  <A NAME="tex2html2226"
49
+ &nbsp <B>  <A NAME="tex2html2225"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ A small client for ClamAV that uses the STREAM socket connection to a
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html2237"
29
+<A NAME="tex2html2236"
30 30
   HREF="node129.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html2233"
32
+<A NAME="tex2html2232"
33 33
   HREF="node117.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html2229"
35
+<A NAME="tex2html2228"
36 36
   HREF="node127.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html2235"
38
+<A NAME="tex2html2234"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html2238"
42
+<B> Next:</B> <A NAME="tex2html2237"
43 43
   HREF="node129.html">Library + ClamAV</A>
44
-<B> Up:</B> <A NAME="tex2html2234"
44
+<B> Up:</B> <A NAME="tex2html2233"
45 45
   HREF="node117.html">Graphical User Interface +</A>
46
-<B> Previous:</B> <A NAME="tex2html2230"
46
+<B> Previous:</B> <A NAME="tex2html2229"
47 47
   HREF="node127.html">QtClamAVclient</A>
48
- &nbsp <B>  <A NAME="tex2html2236"
48
+ &nbsp <B>  <A NAME="tex2html2235"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -65,7 +65,7 @@ wbmclamav is a Webmin module to manage Clam AntiVirus, written by
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2249"
30
+<A NAME="tex2html2248"
31 31
   HREF="node130.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2245"
33
+<A NAME="tex2html2244"
34 34
   HREF="node47.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2239"
36
+<A NAME="tex2html2238"
37 37
   HREF="node128.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2247"
39
+<A NAME="tex2html2246"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2250"
43
+<B> Next:</B> <A NAME="tex2html2249"
44 44
   HREF="node130.html">ClamAVPlugin</A>
45
-<B> Up:</B> <A NAME="tex2html2246"
45
+<B> Up:</B> <A NAME="tex2html2245"
46 46
   HREF="node47.html">Third party software</A>
47
-<B> Previous:</B> <A NAME="tex2html2240"
47
+<B> Previous:</B> <A NAME="tex2html2239"
48 48
   HREF="node128.html">wbmclamav</A>
49
- &nbsp <B>  <A NAME="tex2html2248"
49
+ &nbsp <B>  <A NAME="tex2html2247"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -62,28 +62,28 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
62 62
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
63 63
 
64 64
 <UL>
65
-<LI><A NAME="tex2html2251"
65
+<LI><A NAME="tex2html2250"
66 66
   HREF="node130.html">ClamAVPlugin</A>
67
-<LI><A NAME="tex2html2252"
67
+<LI><A NAME="tex2html2251"
68 68
   HREF="node131.html">clamavr</A>
69
-<LI><A NAME="tex2html2253"
69
+<LI><A NAME="tex2html2252"
70 70
   HREF="node132.html">D bindings for ClamAV</A>
71
-<LI><A NAME="tex2html2254"
71
+<LI><A NAME="tex2html2253"
72 72
   HREF="node133.html">File::Scan::ClamAV</A>
73
-<LI><A NAME="tex2html2255"
73
+<LI><A NAME="tex2html2254"
74 74
   HREF="node134.html">Mail::ClamAV</A>
75
-<LI><A NAME="tex2html2256"
75
+<LI><A NAME="tex2html2255"
76 76
   HREF="node135.html">php-clamav</A>
77
-<LI><A NAME="tex2html2257"
77
+<LI><A NAME="tex2html2256"
78 78
   HREF="node136.html">pyclamav</A>
79
-<LI><A NAME="tex2html2258"
79
+<LI><A NAME="tex2html2257"
80 80
   HREF="node137.html">WRAVLib</A>
81 81
 </UL>
82 82
 <!--End of Table of Child-Links-->
83 83
 <BR><HR>
84 84
 <ADDRESS>
85 85
 Tomasz Kojm
86
-2005-04-29
86
+2005-05-11
87 87
 </ADDRESS>
88 88
 </BODY>
89 89
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html671"
30
+<A NAME="tex2html670"
31 31
   HREF="node14.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html667"
33
+<A NAME="tex2html666"
34 34
   HREF="node10.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html661"
36
+<A NAME="tex2html660"
37 37
   HREF="node12.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html669"
39
+<A NAME="tex2html668"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html672"
43
+<B> Next:</B> <A NAME="tex2html671"
44 44
   HREF="node14.html">Compilation of base package</A>
45
-<B> Up:</B> <A NAME="tex2html668"
45
+<B> Up:</B> <A NAME="tex2html667"
46 46
   HREF="node10.html">Installation</A>
47
-<B> Previous:</B> <A NAME="tex2html662"
47
+<B> Previous:</B> <A NAME="tex2html661"
48 48
   HREF="node12.html">Installing on a shell</A>
49
- &nbsp <B>  <A NAME="tex2html670"
49
+ &nbsp <B>  <A NAME="tex2html669"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -69,7 +69,7 @@ Adding new system user and group</A>
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2005-04-29
72
+2005-05-11
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2269"
30
+<A NAME="tex2html2268"
31 31
   HREF="node131.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2265"
33
+<A NAME="tex2html2264"
34 34
   HREF="node129.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2259"
36
+<A NAME="tex2html2258"
37 37
   HREF="node129.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2267"
39
+<A NAME="tex2html2266"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2270"
43
+<B> Next:</B> <A NAME="tex2html2269"
44 44
   HREF="node131.html">clamavr</A>
45
-<B> Up:</B> <A NAME="tex2html2266"
45
+<B> Up:</B> <A NAME="tex2html2265"
46 46
   HREF="node129.html">Library + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html2260"
47
+<B> Previous:</B> <A NAME="tex2html2259"
48 48
   HREF="node129.html">Library + ClamAV</A>
49
- &nbsp <B>  <A NAME="tex2html2268"
49
+ &nbsp <B>  <A NAME="tex2html2267"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,7 +65,7 @@ A ClamAV plugin for SpamAssassin 3.x.
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2281"
30
+<A NAME="tex2html2280"
31 31
   HREF="node132.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2277"
33
+<A NAME="tex2html2276"
34 34
   HREF="node129.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2271"
36
+<A NAME="tex2html2270"
37 37
   HREF="node130.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2279"
39
+<A NAME="tex2html2278"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2282"
43
+<B> Next:</B> <A NAME="tex2html2281"
44 44
   HREF="node132.html">D bindings for ClamAV</A>
45
-<B> Up:</B> <A NAME="tex2html2278"
45
+<B> Up:</B> <A NAME="tex2html2277"
46 46
   HREF="node129.html">Library + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html2272"
47
+<B> Previous:</B> <A NAME="tex2html2271"
48 48
   HREF="node130.html">ClamAVPlugin</A>
49
- &nbsp <B>  <A NAME="tex2html2280"
49
+ &nbsp <B>  <A NAME="tex2html2279"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,7 +65,7 @@ Ruby binding for ClamAV.
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2293"
30
+<A NAME="tex2html2292"
31 31
   HREF="node133.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2289"
33
+<A NAME="tex2html2288"
34 34
   HREF="node129.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2283"
36
+<A NAME="tex2html2282"
37 37
   HREF="node131.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2291"
39
+<A NAME="tex2html2290"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2294"
43
+<B> Next:</B> <A NAME="tex2html2293"
44 44
   HREF="node133.html">File::Scan::ClamAV</A>
45
-<B> Up:</B> <A NAME="tex2html2290"
45
+<B> Up:</B> <A NAME="tex2html2289"
46 46
   HREF="node129.html">Library + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html2284"
47
+<B> Previous:</B> <A NAME="tex2html2283"
48 48
   HREF="node131.html">clamavr</A>
49
- &nbsp <B>  <A NAME="tex2html2292"
49
+ &nbsp <B>  <A NAME="tex2html2291"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ ClamAV bindings for the D programming language
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2305"
30
+<A NAME="tex2html2304"
31 31
   HREF="node134.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2301"
33
+<A NAME="tex2html2300"
34 34
   HREF="node129.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2295"
36
+<A NAME="tex2html2294"
37 37
   HREF="node132.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2303"
39
+<A NAME="tex2html2302"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2306"
43
+<B> Next:</B> <A NAME="tex2html2305"
44 44
   HREF="node134.html">Mail::ClamAV</A>
45
-<B> Up:</B> <A NAME="tex2html2302"
45
+<B> Up:</B> <A NAME="tex2html2301"
46 46
   HREF="node129.html">Library + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html2296"
47
+<B> Previous:</B> <A NAME="tex2html2295"
48 48
   HREF="node132.html">D bindings for ClamAV</A>
49
- &nbsp <B>  <A NAME="tex2html2304"
49
+ &nbsp <B>  <A NAME="tex2html2303"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,7 +65,7 @@ Scan files and control clamd directly from Perl.
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2317"
30
+<A NAME="tex2html2316"
31 31
   HREF="node135.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2313"
33
+<A NAME="tex2html2312"
34 34
   HREF="node129.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2307"
36
+<A NAME="tex2html2306"
37 37
   HREF="node133.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2315"
39
+<A NAME="tex2html2314"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2318"
43
+<B> Next:</B> <A NAME="tex2html2317"
44 44
   HREF="node135.html">php-clamav</A>
45
-<B> Up:</B> <A NAME="tex2html2314"
45
+<B> Up:</B> <A NAME="tex2html2313"
46 46
   HREF="node129.html">Library + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html2308"
47
+<B> Previous:</B> <A NAME="tex2html2307"
48 48
   HREF="node133.html">File::Scan::ClamAV</A>
49
- &nbsp <B>  <A NAME="tex2html2316"
49
+ &nbsp <B>  <A NAME="tex2html2315"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,7 +65,7 @@ Perl binding for ClamAV.
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2329"
30
+<A NAME="tex2html2328"
31 31
   HREF="node136.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2325"
33
+<A NAME="tex2html2324"
34 34
   HREF="node129.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2319"
36
+<A NAME="tex2html2318"
37 37
   HREF="node134.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2327"
39
+<A NAME="tex2html2326"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2330"
43
+<B> Next:</B> <A NAME="tex2html2329"
44 44
   HREF="node136.html">pyclamav</A>
45
-<B> Up:</B> <A NAME="tex2html2326"
45
+<B> Up:</B> <A NAME="tex2html2325"
46 46
   HREF="node129.html">Library + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html2320"
47
+<B> Previous:</B> <A NAME="tex2html2319"
48 48
   HREF="node134.html">Mail::ClamAV</A>
49
- &nbsp <B>  <A NAME="tex2html2328"
49
+ &nbsp <B>  <A NAME="tex2html2327"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ php-clamav is a small module that implements a limited subset of the
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2341"
30
+<A NAME="tex2html2340"
31 31
   HREF="node137.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2337"
33
+<A NAME="tex2html2336"
34 34
   HREF="node129.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2331"
36
+<A NAME="tex2html2330"
37 37
   HREF="node135.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2339"
39
+<A NAME="tex2html2338"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2342"
43
+<B> Next:</B> <A NAME="tex2html2341"
44 44
   HREF="node137.html">WRAVLib</A>
45
-<B> Up:</B> <A NAME="tex2html2338"
45
+<B> Up:</B> <A NAME="tex2html2337"
46 46
   HREF="node129.html">Library + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html2332"
47
+<B> Previous:</B> <A NAME="tex2html2331"
48 48
   HREF="node135.html">php-clamav</A>
49
- &nbsp <B>  <A NAME="tex2html2340"
49
+ &nbsp <B>  <A NAME="tex2html2339"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,7 +65,7 @@ Python binding for ClamAV.
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html2351"
29
+<A NAME="tex2html2350"
30 30
   HREF="node138.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html2347"
32
+<A NAME="tex2html2346"
33 33
   HREF="node129.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html2343"
35
+<A NAME="tex2html2342"
36 36
   HREF="node136.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html2349"
38
+<A NAME="tex2html2348"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html2352"
42
+<B> Next:</B> <A NAME="tex2html2351"
43 43
   HREF="node138.html">Miscellaneous + ClamAV</A>
44
-<B> Up:</B> <A NAME="tex2html2348"
44
+<B> Up:</B> <A NAME="tex2html2347"
45 45
   HREF="node129.html">Library + ClamAV</A>
46
-<B> Previous:</B> <A NAME="tex2html2344"
46
+<B> Previous:</B> <A NAME="tex2html2343"
47 47
   HREF="node136.html">pyclamav</A>
48
- &nbsp <B>  <A NAME="tex2html2350"
48
+ &nbsp <B>  <A NAME="tex2html2349"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -66,7 +66,7 @@ WRAVLib is an extensible integration library to provide a virus security
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html2361"
29
+<A NAME="tex2html2360"
30 30
   HREF="node139.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html2357"
32
+<A NAME="tex2html2356"
33 33
   HREF="node47.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html2353"
35
+<A NAME="tex2html2352"
36 36
   HREF="node137.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html2359"
38
+<A NAME="tex2html2358"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html2362"
42
+<B> Next:</B> <A NAME="tex2html2361"
43 43
   HREF="node139.html">INSERT</A>
44
-<B> Up:</B> <A NAME="tex2html2358"
44
+<B> Up:</B> <A NAME="tex2html2357"
45 45
   HREF="node47.html">Third party software</A>
46
-<B> Previous:</B> <A NAME="tex2html2354"
46
+<B> Previous:</B> <A NAME="tex2html2353"
47 47
   HREF="node137.html">WRAVLib</A>
48
- &nbsp <B>  <A NAME="tex2html2360"
48
+ &nbsp <B>  <A NAME="tex2html2359"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -61,32 +61,32 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
61 61
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
62 62
 
63 63
 <UL>
64
-<LI><A NAME="tex2html2363"
64
+<LI><A NAME="tex2html2362"
65 65
   HREF="node139.html">INSERT</A>
66
-<LI><A NAME="tex2html2364"
66
+<LI><A NAME="tex2html2363"
67 67
   HREF="node140.html">Local Area Security</A>
68
-<LI><A NAME="tex2html2365"
68
+<LI><A NAME="tex2html2364"
69 69
   HREF="node141.html">mailgraph</A>
70
-<LI><A NAME="tex2html2366"
70
+<LI><A NAME="tex2html2365"
71 71
   HREF="node142.html">mailman-clamav</A>
72
-<LI><A NAME="tex2html2367"
72
+<LI><A NAME="tex2html2366"
73 73
   HREF="node143.html">Moodle</A>
74
-<LI><A NAME="tex2html2368"
74
+<LI><A NAME="tex2html2367"
75 75
   HREF="node144.html">nclamd</A>
76
-<LI><A NAME="tex2html2369"
76
+<LI><A NAME="tex2html2368"
77 77
   HREF="node145.html">qmailmrtg7</A>
78
-<LI><A NAME="tex2html2370"
78
+<LI><A NAME="tex2html2369"
79 79
   HREF="node146.html">redWall Firewall</A>
80
-<LI><A NAME="tex2html2371"
80
+<LI><A NAME="tex2html2370"
81 81
   HREF="node147.html">Scan Log Analyzer</A>
82
-<LI><A NAME="tex2html2372"
82
+<LI><A NAME="tex2html2371"
83 83
   HREF="node148.html">snort-inline</A>
84 84
 </UL>
85 85
 <!--End of Table of Child-Links-->
86 86
 <BR><HR>
87 87
 <ADDRESS>
88 88
 Tomasz Kojm
89
-2005-04-29
89
+2005-05-11
90 90
 </ADDRESS>
91 91
 </BODY>
92 92
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2383"
30
+<A NAME="tex2html2382"
31 31
   HREF="node140.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2379"
33
+<A NAME="tex2html2378"
34 34
   HREF="node138.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2373"
36
+<A NAME="tex2html2372"
37 37
   HREF="node138.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2381"
39
+<A NAME="tex2html2380"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2384"
43
+<B> Next:</B> <A NAME="tex2html2383"
44 44
   HREF="node140.html">Local Area Security</A>
45
-<B> Up:</B> <A NAME="tex2html2380"
45
+<B> Up:</B> <A NAME="tex2html2379"
46 46
   HREF="node138.html">Miscellaneous + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html2374"
47
+<B> Previous:</B> <A NAME="tex2html2373"
48 48
   HREF="node138.html">Miscellaneous + ClamAV</A>
49
- &nbsp <B>  <A NAME="tex2html2382"
49
+ &nbsp <B>  <A NAME="tex2html2381"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -71,7 +71,7 @@ INSERT (the Inside Security Rescue Toolkit) aims to be a multi-functional,
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2005-04-29
74
+2005-05-11
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html683"
30
+<A NAME="tex2html682"
31 31
   HREF="node15.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html679"
33
+<A NAME="tex2html678"
34 34
   HREF="node10.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html673"
36
+<A NAME="tex2html672"
37 37
   HREF="node13.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html681"
39
+<A NAME="tex2html680"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html684"
43
+<B> Next:</B> <A NAME="tex2html683"
44 44
   HREF="node15.html">Compilation with clamav-milter enabled</A>
45
-<B> Up:</B> <A NAME="tex2html680"
45
+<B> Up:</B> <A NAME="tex2html679"
46 46
   HREF="node10.html">Installation</A>
47
-<B> Previous:</B> <A NAME="tex2html674"
47
+<B> Previous:</B> <A NAME="tex2html673"
48 48
   HREF="node13.html">Adding new system user</A>
49
- &nbsp <B>  <A NAME="tex2html682"
49
+ &nbsp <B>  <A NAME="tex2html681"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -78,7 +78,7 @@ Compilation of base package</A>
78 78
 <BR><HR>
79 79
 <ADDRESS>
80 80
 Tomasz Kojm
81
-2005-04-29
81
+2005-05-11
82 82
 </ADDRESS>
83 83
 </BODY>
84 84
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2395"
30
+<A NAME="tex2html2394"
31 31
   HREF="node141.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2391"
33
+<A NAME="tex2html2390"
34 34
   HREF="node138.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2385"
36
+<A NAME="tex2html2384"
37 37
   HREF="node139.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2393"
39
+<A NAME="tex2html2392"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2396"
43
+<B> Next:</B> <A NAME="tex2html2395"
44 44
   HREF="node141.html">mailgraph</A>
45
-<B> Up:</B> <A NAME="tex2html2392"
45
+<B> Up:</B> <A NAME="tex2html2391"
46 46
   HREF="node138.html">Miscellaneous + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html2386"
47
+<B> Previous:</B> <A NAME="tex2html2385"
48 48
   HREF="node139.html">INSERT</A>
49
- &nbsp <B>  <A NAME="tex2html2394"
49
+ &nbsp <B>  <A NAME="tex2html2393"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ Local Area Security Linux is a Live CD distribution with a strong
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2407"
30
+<A NAME="tex2html2406"
31 31
   HREF="node142.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2403"
33
+<A NAME="tex2html2402"
34 34
   HREF="node138.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2397"
36
+<A NAME="tex2html2396"
37 37
   HREF="node140.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2405"
39
+<A NAME="tex2html2404"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2408"
43
+<B> Next:</B> <A NAME="tex2html2407"
44 44
   HREF="node142.html">mailman-clamav</A>
45
-<B> Up:</B> <A NAME="tex2html2404"
45
+<B> Up:</B> <A NAME="tex2html2403"
46 46
   HREF="node138.html">Miscellaneous + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html2398"
47
+<B> Previous:</B> <A NAME="tex2html2397"
48 48
   HREF="node140.html">Local Area Security</A>
49
- &nbsp <B>  <A NAME="tex2html2406"
49
+ &nbsp <B>  <A NAME="tex2html2405"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ mailgraph is a very simple mail statistics RRDtool frontend for Postfix
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2419"
30
+<A NAME="tex2html2418"
31 31
   HREF="node143.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2415"
33
+<A NAME="tex2html2414"
34 34
   HREF="node138.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2409"
36
+<A NAME="tex2html2408"
37 37
   HREF="node141.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2417"
39
+<A NAME="tex2html2416"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2420"
43
+<B> Next:</B> <A NAME="tex2html2419"
44 44
   HREF="node143.html">Moodle</A>
45
-<B> Up:</B> <A NAME="tex2html2416"
45
+<B> Up:</B> <A NAME="tex2html2415"
46 46
   HREF="node138.html">Miscellaneous + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html2410"
47
+<B> Previous:</B> <A NAME="tex2html2409"
48 48
   HREF="node141.html">mailgraph</A>
49
- &nbsp <B>  <A NAME="tex2html2418"
49
+ &nbsp <B>  <A NAME="tex2html2417"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -69,7 +69,7 @@ This module includes a Mailman handler for scanning incoming messages
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2005-04-29
72
+2005-05-11
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2431"
30
+<A NAME="tex2html2430"
31 31
   HREF="node144.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2427"
33
+<A NAME="tex2html2426"
34 34
   HREF="node138.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2421"
36
+<A NAME="tex2html2420"
37 37
   HREF="node142.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2429"
39
+<A NAME="tex2html2428"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2432"
43
+<B> Next:</B> <A NAME="tex2html2431"
44 44
   HREF="node144.html">nclamd</A>
45
-<B> Up:</B> <A NAME="tex2html2428"
45
+<B> Up:</B> <A NAME="tex2html2427"
46 46
   HREF="node138.html">Miscellaneous + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html2422"
47
+<B> Previous:</B> <A NAME="tex2html2421"
48 48
   HREF="node142.html">mailman-clamav</A>
49
- &nbsp <B>  <A NAME="tex2html2430"
49
+ &nbsp <B>  <A NAME="tex2html2429"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ Moodle is a course management system - a software package designed to help
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2443"
30
+<A NAME="tex2html2442"
31 31
   HREF="node145.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2439"
33
+<A NAME="tex2html2438"
34 34
   HREF="node138.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2433"
36
+<A NAME="tex2html2432"
37 37
   HREF="node143.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2441"
39
+<A NAME="tex2html2440"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2444"
43
+<B> Next:</B> <A NAME="tex2html2443"
44 44
   HREF="node145.html">qmailmrtg7</A>
45
-<B> Up:</B> <A NAME="tex2html2440"
45
+<B> Up:</B> <A NAME="tex2html2439"
46 46
   HREF="node138.html">Miscellaneous + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html2434"
47
+<B> Previous:</B> <A NAME="tex2html2433"
48 48
   HREF="node143.html">Moodle</A>
49
- &nbsp <B>  <A NAME="tex2html2442"
49
+ &nbsp <B>  <A NAME="tex2html2441"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ nclamd, nclamav-milter and nclamdscan are rewritten versions of the
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2455"
30
+<A NAME="tex2html2454"
31 31
   HREF="node146.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2451"
33
+<A NAME="tex2html2450"
34 34
   HREF="node138.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2445"
36
+<A NAME="tex2html2444"
37 37
   HREF="node144.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2453"
39
+<A NAME="tex2html2452"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2456"
43
+<B> Next:</B> <A NAME="tex2html2455"
44 44
   HREF="node146.html">redWall Firewall</A>
45
-<B> Up:</B> <A NAME="tex2html2452"
45
+<B> Up:</B> <A NAME="tex2html2451"
46 46
   HREF="node138.html">Miscellaneous + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html2446"
47
+<B> Previous:</B> <A NAME="tex2html2445"
48 48
   HREF="node144.html">nclamd</A>
49
- &nbsp <B>  <A NAME="tex2html2454"
49
+ &nbsp <B>  <A NAME="tex2html2453"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ qmailmrtg7 utilizes qmail and tcpserver/multilog's extensive logging
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2467"
30
+<A NAME="tex2html2466"
31 31
   HREF="node147.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2463"
33
+<A NAME="tex2html2462"
34 34
   HREF="node138.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2457"
36
+<A NAME="tex2html2456"
37 37
   HREF="node145.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2465"
39
+<A NAME="tex2html2464"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2468"
43
+<B> Next:</B> <A NAME="tex2html2467"
44 44
   HREF="node147.html">Scan Log Analyzer</A>
45
-<B> Up:</B> <A NAME="tex2html2464"
45
+<B> Up:</B> <A NAME="tex2html2463"
46 46
   HREF="node138.html">Miscellaneous + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html2458"
47
+<B> Previous:</B> <A NAME="tex2html2457"
48 48
   HREF="node145.html">qmailmrtg7</A>
49
- &nbsp <B>  <A NAME="tex2html2466"
49
+ &nbsp <B>  <A NAME="tex2html2465"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ redWall is a bootable CD-ROM firewall which focuses on web-based
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2479"
30
+<A NAME="tex2html2478"
31 31
   HREF="node148.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2475"
33
+<A NAME="tex2html2474"
34 34
   HREF="node138.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2469"
36
+<A NAME="tex2html2468"
37 37
   HREF="node146.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2477"
39
+<A NAME="tex2html2476"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2480"
43
+<B> Next:</B> <A NAME="tex2html2479"
44 44
   HREF="node148.html">snort-inline</A>
45
-<B> Up:</B> <A NAME="tex2html2476"
45
+<B> Up:</B> <A NAME="tex2html2475"
46 46
   HREF="node138.html">Miscellaneous + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html2470"
47
+<B> Previous:</B> <A NAME="tex2html2469"
48 48
   HREF="node146.html">redWall Firewall</A>
49
- &nbsp <B>  <A NAME="tex2html2478"
49
+ &nbsp <B>  <A NAME="tex2html2477"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ Scan analyzer allows you to plot and view graphical representation of
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html2489"
29
+<A NAME="tex2html2488"
30 30
   HREF="node149.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html2485"
32
+<A NAME="tex2html2484"
33 33
   HREF="node138.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html2481"
35
+<A NAME="tex2html2480"
36 36
   HREF="node147.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html2487"
38
+<A NAME="tex2html2486"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html2490"
42
+<B> Next:</B> <A NAME="tex2html2489"
43 43
   HREF="node149.html">Credits</A>
44
-<B> Up:</B> <A NAME="tex2html2486"
44
+<B> Up:</B> <A NAME="tex2html2485"
45 45
   HREF="node138.html">Miscellaneous + ClamAV</A>
46
-<B> Previous:</B> <A NAME="tex2html2482"
46
+<B> Previous:</B> <A NAME="tex2html2481"
47 47
   HREF="node147.html">Scan Log Analyzer</A>
48
- &nbsp <B>  <A NAME="tex2html2488"
48
+ &nbsp <B>  <A NAME="tex2html2487"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -67,7 +67,7 @@ snort-inline ships with a ClamAV preprocessor that will scan your network
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2501"
30
+<A NAME="tex2html2500"
31 31
   HREF="node150.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2497"
33
+<A NAME="tex2html2496"
34 34
   HREF="clamdoc.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2491"
36
+<A NAME="tex2html2490"
37 37
   HREF="node148.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2499"
39
+<A NAME="tex2html2498"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2502"
43
+<B> Next:</B> <A NAME="tex2html2501"
44 44
   HREF="node150.html">Database mirrors</A>
45
-<B> Up:</B> <A NAME="tex2html2498"
45
+<B> Up:</B> <A NAME="tex2html2497"
46 46
   HREF="clamdoc.html">clamdoc</A>
47
-<B> Previous:</B> <A NAME="tex2html2492"
47
+<B> Previous:</B> <A NAME="tex2html2491"
48 48
   HREF="node148.html">snort-inline</A>
49
- &nbsp <B>  <A NAME="tex2html2500"
49
+ &nbsp <B>  <A NAME="tex2html2499"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -62,22 +62,22 @@ Credits</A>
62 62
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
63 63
 
64 64
 <UL>
65
-<LI><A NAME="tex2html2503"
65
+<LI><A NAME="tex2html2502"
66 66
   HREF="node150.html">Database mirrors</A>
67
-<LI><A NAME="tex2html2504"
67
+<LI><A NAME="tex2html2503"
68 68
   HREF="node151.html">Contributors</A>
69
-<LI><A NAME="tex2html2505"
69
+<LI><A NAME="tex2html2504"
70 70
   HREF="node152.html">Donors</A>
71
-<LI><A NAME="tex2html2506"
71
+<LI><A NAME="tex2html2505"
72 72
   HREF="node153.html">Graphics</A>
73
-<LI><A NAME="tex2html2507"
73
+<LI><A NAME="tex2html2506"
74 74
   HREF="node154.html">OpenAntiVirus</A>
75 75
 </UL>
76 76
 <!--End of Table of Child-Links-->
77 77
 <BR><HR>
78 78
 <ADDRESS>
79 79
 Tomasz Kojm
80
-2005-04-29
80
+2005-05-11
81 81
 </ADDRESS>
82 82
 </BODY>
83 83
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html693"
29
+<A NAME="tex2html692"
30 30
   HREF="node16.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html689"
32
+<A NAME="tex2html688"
33 33
   HREF="node10.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html685"
35
+<A NAME="tex2html684"
36 36
   HREF="node14.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html691"
38
+<A NAME="tex2html690"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html694"
42
+<B> Next:</B> <A NAME="tex2html693"
43 43
   HREF="node16.html">Configuration</A>
44
-<B> Up:</B> <A NAME="tex2html690"
44
+<B> Up:</B> <A NAME="tex2html689"
45 45
   HREF="node10.html">Installation</A>
46
-<B> Previous:</B> <A NAME="tex2html686"
46
+<B> Previous:</B> <A NAME="tex2html685"
47 47
   HREF="node14.html">Compilation of base package</A>
48
- &nbsp <B>  <A NAME="tex2html692"
48
+ &nbsp <B>  <A NAME="tex2html691"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -64,7 +64,7 @@ Compilation with clamav-milter enabled</A>
64 64
 <BR><HR>
65 65
 <ADDRESS>
66 66
 Tomasz Kojm
67
-2005-04-29
67
+2005-05-11
68 68
 </ADDRESS>
69 69
 </BODY>
70 70
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2518"
30
+<A NAME="tex2html2517"
31 31
   HREF="node151.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2514"
33
+<A NAME="tex2html2513"
34 34
   HREF="node149.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2508"
36
+<A NAME="tex2html2507"
37 37
   HREF="node149.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2516"
39
+<A NAME="tex2html2515"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2519"
43
+<B> Next:</B> <A NAME="tex2html2518"
44 44
   HREF="node151.html">Contributors</A>
45
-<B> Up:</B> <A NAME="tex2html2515"
45
+<B> Up:</B> <A NAME="tex2html2514"
46 46
   HREF="node149.html">Credits</A>
47
-<B> Previous:</B> <A NAME="tex2html2509"
47
+<B> Previous:</B> <A NAME="tex2html2508"
48 48
   HREF="node149.html">Credits</A>
49
- &nbsp <B>  <A NAME="tex2html2517"
49
+ &nbsp <B>  <A NAME="tex2html2516"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -855,19 +855,6 @@ Database mirrors
855 855
 </TR>
856 856
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
857 857
 	<TT><A NAME="tex2html206"
858
-  HREF="clamav.artcoms.ru">clamav.artcoms.ru</A></TT> </FONT></TD>
859
-<TD ALIGN="CENTER"><FONT SIZE="-1"> 80.244.224.247 </FONT></TD>
860
-<TD ALIGN="CENTER"><FONT SIZE="-1"> Russia </FONT></TD>
861
-<TD ALIGN="CENTER"><FONT SIZE="-1"> Syrnikov Alexei</FONT></TD>
862
-</TR>
863
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
864
-				</FONT></TD>
865
-<TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
866
-<TD ALIGN="CENTER"><FONT SIZE="-1">	  </FONT></TD>
867
-<TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;san*artcoms.ru&gt;</FONT></TD>
868
-</TR>
869
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
870
-	<TT><A NAME="tex2html207"
871 858
   HREF="xarch.clamav.net">xarch.clamav.net</A></TT> </FONT></TD>
872 859
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 129.27.62.129 </FONT></TD>
873 860
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Austria </FONT></TD>
... ...
@@ -880,7 +867,7 @@ Database mirrors
880 880
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;rurban*x-ray.at&gt;</FONT></TD>
881 881
 </TR>
882 882
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
883
-	<TT><A NAME="tex2html208"
883
+	<TT><A NAME="tex2html207"
884 884
   HREF="clamav.linux.it">clamav.linux.it</A></TT> </FONT></TD>
885 885
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 213.92.8.5 </FONT></TD>
886 886
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Italy </FONT></TD>
... ...
@@ -893,7 +880,7 @@ Database mirrors
893 893
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;md*linux.it&gt;</FONT></TD>
894 894
 </TR>
895 895
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
896
-	<TT><A NAME="tex2html209"
896
+	<TT><A NAME="tex2html208"
897 897
   HREF="clamav.eastweb.ru">clamav.eastweb.ru</A></TT> </FONT></TD>
898 898
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 213.219.245.4 </FONT></TD>
899 899
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Russia </FONT></TD>
... ...
@@ -916,7 +903,7 @@ Database mirrors
916 916
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Location </FONT></TD>
917 917
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Administrator</FONT></TD>
918 918
 </TR>
919
-<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html210"
919
+<TR><TD ALIGN="CENTER"><FONT SIZE="-1"><TT><A NAME="tex2html209"
920 920
   HREF="clamav.mirrors.webpartner.dk">clamav.mirrors.webpartner.dk</A></TT> </FONT></TD>
921 921
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 195.184.96.15 </FONT></TD>
922 922
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Denmark </FONT></TD>
... ...
@@ -929,7 +916,7 @@ Database mirrors
929 929
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Lasse Brandt &lt;lb*webpartner.dk&gt;</FONT></TD>
930 930
 </TR>
931 931
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
932
-	<TT><A NAME="tex2html211"
932
+	<TT><A NAME="tex2html210"
933 933
   HREF="mirror.etf.bg.ac.yu">mirror.etf.bg.ac.yu</A></TT> </FONT></TD>
934 934
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 147.91.8.58 </FONT></TD>
935 935
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Belgrade, Serbia </FONT></TD>
... ...
@@ -942,7 +929,7 @@ Database mirrors
942 942
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;ljubisa*etf.bg.ac.yu&gt;</FONT></TD>
943 943
 </TR>
944 944
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
945
-	<TT><A NAME="tex2html212"
945
+	<TT><A NAME="tex2html211"
946 946
   HREF="clamav.bridgeband.net">clamav.bridgeband.net</A></TT> </FONT></TD>
947 947
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 63.166.28.8 </FONT></TD>
948 948
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Montana, </FONT></TD>
... ...
@@ -955,7 +942,7 @@ Database mirrors
955 955
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mikel*bridgeband.net&gt;</FONT></TD>
956 956
 </TR>
957 957
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
958
-	<TT><A NAME="tex2html213"
958
+	<TT><A NAME="tex2html212"
959 959
   HREF="clamav.kgt.org">clamav.kgt.org</A></TT> </FONT></TD>
960 960
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 62.112.154.203 </FONT></TD>
961 961
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Germany </FONT></TD>
... ...
@@ -968,7 +955,7 @@ Database mirrors
968 968
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;thomas*kgt.org&gt;</FONT></TD>
969 969
 </TR>
970 970
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
971
-	<TT><A NAME="tex2html214"
971
+	<TT><A NAME="tex2html213"
972 972
   HREF="clamav.mirror.waycom.net">clamav.mirror.waycom.net</A></TT> </FONT></TD>
973 973
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 195.214.240.53 </FONT></TD>
974 974
 <TD ALIGN="CENTER"><FONT SIZE="-1"> France </FONT></TD>
... ...
@@ -981,7 +968,7 @@ Database mirrors
981 981
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;fd*waycom.net&gt;</FONT></TD>
982 982
 </TR>
983 983
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
984
-	<TT><A NAME="tex2html215"
984
+	<TT><A NAME="tex2html214"
985 985
   HREF="clamav.cryms.info">clamav.cryms.info</A></TT> </FONT></TD>
986 986
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 194.29.5.19 </FONT></TD>
987 987
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Lugano,	    </FONT></TD>
... ...
@@ -994,7 +981,7 @@ Database mirrors
994 994
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;lorenzo.patocchi*cryms.com&gt;</FONT></TD>
995 995
 </TR>
996 996
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
997
-	<TT><A NAME="tex2html216"
997
+	<TT><A NAME="tex2html215"
998 998
   HREF="clamav.mirror.pacific.net.au">clamav.mirror.pacific.net.au</A></TT> </FONT></TD>
999 999
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 61.8.0.16 </FONT></TD>
1000 1000
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Australia </FONT></TD>
... ...
@@ -1007,7 +994,7 @@ Database mirrors
1007 1007
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirror-team*pacific.net.au&gt;</FONT></TD>
1008 1008
 </TR>
1009 1009
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1010
-	<TT><A NAME="tex2html217"
1010
+	<TT><A NAME="tex2html216"
1011 1011
   HREF="clamavdb.mirrors.net.ru">clamavdb.mirrors.net.ru</A></TT> </FONT></TD>
1012 1012
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 212.16.26.185 </FONT></TD>
1013 1013
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Russia </FONT></TD>
... ...
@@ -1020,7 +1007,7 @@ Database mirrors
1020 1020
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirrors*mirrors.net.ru&gt;</FONT></TD>
1021 1021
 </TR>
1022 1022
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1023
-	<TT><A NAME="tex2html218"
1023
+	<TT><A NAME="tex2html217"
1024 1024
   HREF="clamav.cbn.net.id">clamav.cbn.net.id</A></TT> </FONT></TD>
1025 1025
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 202.158.56.242 </FONT></TD>
1026 1026
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Indonesia </FONT></TD>
... ...
@@ -1033,7 +1020,7 @@ Database mirrors
1033 1033
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;riv*cbn.net.id&gt;</FONT></TD>
1034 1034
 </TR>
1035 1035
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1036
-	<TT><A NAME="tex2html219"
1036
+	<TT><A NAME="tex2html218"
1037 1037
   HREF="clamav.forthnet.gr">clamav.forthnet.gr</A></TT> </FONT></TD>
1038 1038
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 193.92.150.194 </FONT></TD>
1039 1039
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Greece </FONT></TD>
... ...
@@ -1046,7 +1033,7 @@ Database mirrors
1046 1046
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;virus_admin*forthnet.gr&gt;</FONT></TD>
1047 1047
 </TR>
1048 1048
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1049
-	<TT><A NAME="tex2html220"
1049
+	<TT><A NAME="tex2html219"
1050 1050
   HREF="fuxhausen.tiscali.de">fuxhausen.tiscali.de</A></TT> </FONT></TD>
1051 1051
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 62.26.160.3 </FONT></TD>
1052 1052
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Germany </FONT></TD>
... ...
@@ -1059,7 +1046,7 @@ Database mirrors
1059 1059
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;elke.hahnen*de.tiscali.com&gt;</FONT></TD>
1060 1060
 </TR>
1061 1061
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1062
-	<TT><A NAME="tex2html221"
1062
+	<TT><A NAME="tex2html220"
1063 1063
   HREF="clamav.theshell.com">clamav.theshell.com</A></TT> </FONT></TD>
1064 1064
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 209.200.146.2 </FONT></TD>
1065 1065
 <TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
... ...
@@ -1072,7 +1059,7 @@ Database mirrors
1072 1072
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;pavalos*theshell.com&gt;</FONT></TD>
1073 1073
 </TR>
1074 1074
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1075
-	<TT><A NAME="tex2html222"
1075
+	<TT><A NAME="tex2html221"
1076 1076
   HREF="clamav.inode.at">clamav.inode.at</A></TT> </FONT></TD>
1077 1077
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 81.223.20.171 </FONT></TD>
1078 1078
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Austria </FONT></TD>
... ...
@@ -1085,7 +1072,7 @@ Database mirrors
1085 1085
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirror*inode.at&gt;</FONT></TD>
1086 1086
 </TR>
1087 1087
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1088
-	<TT><A NAME="tex2html223"
1088
+	<TT><A NAME="tex2html222"
1089 1089
   HREF="clamav.informatik.fh-furtwangen.de">clamav.informatik.fh-furtwangen.de</A></TT> </FONT></TD>
1090 1090
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 141.28.73.8 </FONT></TD>
1091 1091
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Germany </FONT></TD>
... ...
@@ -1098,7 +1085,7 @@ Database mirrors
1098 1098
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;bigeasy*foo.fh-furtwangen.de&gt;</FONT></TD>
1099 1099
 </TR>
1100 1100
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1101
-	<TT><A NAME="tex2html224"
1101
+	<TT><A NAME="tex2html223"
1102 1102
   HREF="clamav.cpss.edu.hk">clamav.cpss.edu.hk</A></TT> </FONT></TD>
1103 1103
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 218.189.210.14 </FONT></TD>
1104 1104
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Hong Kong </FONT></TD>
... ...
@@ -1111,7 +1098,7 @@ Database mirrors
1111 1111
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;puiwa*cpss.edu.hk&gt;</FONT></TD>
1112 1112
 </TR>
1113 1113
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1114
-	<TT><A NAME="tex2html225"
1114
+	<TT><A NAME="tex2html224"
1115 1115
   HREF="clamav.irontec.com">clamav.irontec.com</A></TT> </FONT></TD>
1116 1116
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 66.111.55.10 </FONT></TD>
1117 1117
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Tampa, </FONT></TD>
... ...
@@ -1124,7 +1111,7 @@ Database mirrors
1124 1124
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;iker*irontec.com&gt;</FONT></TD>
1125 1125
 </TR>
1126 1126
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1127
-	<TT><A NAME="tex2html226"
1127
+	<TT><A NAME="tex2html225"
1128 1128
   HREF="clamav.optical.com.mx">clamav.optical.com.mx</A></TT> </FONT></TD>
1129 1129
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 200.53.122.8 </FONT></TD>
1130 1130
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Mexico </FONT></TD>
... ...
@@ -1137,7 +1124,7 @@ Database mirrors
1137 1137
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;oarmas*mpsnet.net.mx&gt;</FONT></TD>
1138 1138
 </TR>
1139 1139
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1140
-	<TT><A NAME="tex2html227"
1140
+	<TT><A NAME="tex2html226"
1141 1141
   HREF="idea.sec.dico.unimi.it">idea.sec.dico.unimi.it</A></TT> </FONT></TD>
1142 1142
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 159.149.155.69 </FONT></TD>
1143 1143
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Italy </FONT></TD>
... ...
@@ -1150,7 +1137,7 @@ Database mirrors
1150 1150
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;lorenzo*cert-it.dico.unimi.it&gt;</FONT></TD>
1151 1151
 </TR>
1152 1152
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1153
-	<TT><A NAME="tex2html228"
1153
+	<TT><A NAME="tex2html227"
1154 1154
   HREF="clamav.cs.pu.edu.tw">clamav.cs.pu.edu.tw</A></TT> </FONT></TD>
1155 1155
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 140.128.9.18 </FONT></TD>
1156 1156
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Taiwan </FONT></TD>
... ...
@@ -1163,7 +1150,7 @@ Database mirrors
1163 1163
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;hcchang*cs.pu.edu.tw&gt;</FONT></TD>
1164 1164
 </TR>
1165 1165
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1166
-	<TT><A NAME="tex2html229"
1166
+	<TT><A NAME="tex2html228"
1167 1167
   HREF="clamav.skynet.cz">clamav.skynet.cz</A></TT> </FONT></TD>
1168 1168
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 193.165.254.12 </FONT></TD>
1169 1169
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Czech Republic </FONT></TD>
... ...
@@ -1176,7 +1163,7 @@ Database mirrors
1176 1176
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;jaroslav.jurasek*skynet.cz&gt;</FONT></TD>
1177 1177
 </TR>
1178 1178
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1179
-	<TT><A NAME="tex2html230"
1179
+	<TT><A NAME="tex2html229"
1180 1180
   HREF="clamav.ubak.gov.tr">clamav.ubak.gov.tr</A></TT> </FONT></TD>
1181 1181
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 212.174.131.5 </FONT></TD>
1182 1182
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Turkey </FONT></TD>
... ...
@@ -1189,7 +1176,7 @@ Database mirrors
1189 1189
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;erdinc*erdinc.info&gt;</FONT></TD>
1190 1190
 </TR>
1191 1191
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1192
-	<TT><A NAME="tex2html231"
1192
+	<TT><A NAME="tex2html230"
1193 1193
   HREF="clamav.ecualinux.com">clamav.ecualinux.com</A></TT> </FONT></TD>
1194 1194
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 66.111.57.40 </FONT></TD>
1195 1195
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Ecuador </FONT></TD>
... ...
@@ -1202,21 +1189,21 @@ Database mirrors
1202 1202
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;info*ecualinux.com&gt;</FONT></TD>
1203 1203
 </TR>
1204 1204
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1205
-	<TT><A NAME="tex2html232"
1205
+	<TT><A NAME="tex2html231"
1206 1206
   HREF="clamav.oc1.mirrors.redwire.net">clamav.oc1.mirrors.redwire.net</A></TT> </FONT></TD>
1207 1207
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 64.186.250.53 </FONT></TD>
1208 1208
 <TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
1209 1209
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Japheth Cleaver</FONT></TD>
1210 1210
 </TR>
1211 1211
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1"> 
1212
-	<TT><A NAME="tex2html233"
1212
+	<TT><A NAME="tex2html232"
1213 1213
   HREF="clamav.sd2.mirrors.redwire.net">clamav.sd2.mirrors.redwire.net</A></TT> </FONT></TD>
1214 1214
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 64.186.240.118 </FONT></TD>
1215 1215
 <TD ALIGN="CENTER"><FONT SIZE="-1">	   </FONT></TD>
1216 1216
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;mirror*redwire.net&gt;</FONT></TD>
1217 1217
 </TR>
1218 1218
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1219
-	<TT><A NAME="tex2html234"
1219
+	<TT><A NAME="tex2html233"
1220 1220
   HREF="clamav.edpnet.net">clamav.edpnet.net</A></TT> </FONT></TD>
1221 1221
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 212.71.0.71 </FONT></TD>
1222 1222
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Belgium </FONT></TD>
... ...
@@ -1226,11 +1213,11 @@ Database mirrors
1226 1226
 				</FONT></TD>
1227 1227
 <TD ALIGN="CENTER"><FONT SIZE="-1">	      </FONT></TD>
1228 1228
 <TD ALIGN="CENTER"><FONT SIZE="-1">		</FONT></TD>
1229
-<TD ALIGN="CENTER"><FONT SIZE="-1"> <TT><A NAME="tex2html235"
1229
+<TD ALIGN="CENTER"><FONT SIZE="-1"> <TT><A NAME="tex2html234"
1230 1230
   HREF="&lt;d.kerkhofs*edpnet.net&gt;">&lt;d.kerkhofs*edpnet.net&gt;</A></TT></FONT></TD>
1231 1231
 </TR>
1232 1232
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1233
-	<TT><A NAME="tex2html236"
1233
+	<TT><A NAME="tex2html235"
1234 1234
   HREF="clamav.edgescape.com">clamav.edgescape.com</A></TT> </FONT></TD>
1235 1235
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 67.19.5.178 </FONT></TD>
1236 1236
 <TD ALIGN="CENTER"><FONT SIZE="-1"> USA </FONT></TD>
... ...
@@ -1240,11 +1227,11 @@ Database mirrors
1240 1240
 				   </FONT></TD>
1241 1241
 <TD ALIGN="CENTER"><FONT SIZE="-1">		 </FONT></TD>
1242 1242
 <TD ALIGN="CENTER"><FONT SIZE="-1">     </FONT></TD>
1243
-<TD ALIGN="CENTER"><FONT SIZE="-1"> <TT><A NAME="tex2html237"
1243
+<TD ALIGN="CENTER"><FONT SIZE="-1"> <TT><A NAME="tex2html236"
1244 1244
   HREF="&lt;timothy.folks*edgescape.com&gt;">&lt;timothy.folks*edgescape.com&gt;</A></TT></FONT></TD>
1245 1245
 </TR>
1246 1246
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1247
-	<TT><A NAME="tex2html238"
1247
+	<TT><A NAME="tex2html237"
1248 1248
   HREF="clamav.hanbiro.com">clamav.hanbiro.com</A></TT> </FONT></TD>
1249 1249
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 211.234.111.17 </FONT></TD>
1250 1250
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Korea </FONT></TD>
... ...
@@ -1257,7 +1244,7 @@ Database mirrors
1257 1257
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;master*hanbiro.com&gt;</FONT></TD>
1258 1258
 </TR>
1259 1259
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1260
-	<TT><A NAME="tex2html239"
1260
+	<TT><A NAME="tex2html238"
1261 1261
   HREF="clamav.kyit.edu.tw">clamav.kyit.edu.tw</A></TT> </FONT></TD>
1262 1262
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 210.60.80.8 </FONT></TD>
1263 1263
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Taiwan </FONT></TD>
... ...
@@ -1270,7 +1257,7 @@ Database mirrors
1270 1270
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;rxg*cc.kyit.edu.tw&gt;</FONT></TD>
1271 1271
 </TR>
1272 1272
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1273
-	<TT><A NAME="tex2html240"
1273
+	<TT><A NAME="tex2html239"
1274 1274
   HREF="clamav.vtu.lt">clamav.vtu.lt</A></TT> </FONT></TD>
1275 1275
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 193.219.149.170 </FONT></TD>
1276 1276
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Lithuania </FONT></TD>
... ...
@@ -1283,7 +1270,7 @@ Database mirrors
1283 1283
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;ejs*ar.vtu.lt&gt;</FONT></TD>
1284 1284
 </TR>
1285 1285
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1286
-	<TT><A NAME="tex2html241"
1286
+	<TT><A NAME="tex2html240"
1287 1287
   HREF="clamav.ftpproxy.org">clamav.ftpproxy.org</A></TT> </FONT></TD>
1288 1288
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 217.110.63.228 </FONT></TD>
1289 1289
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Germany </FONT></TD>
... ...
@@ -1296,7 +1283,7 @@ Database mirrors
1296 1296
 <TD ALIGN="CENTER"><FONT SIZE="-1"> &lt;asg*ftpproxy.org&gt;</FONT></TD>
1297 1297
 </TR>
1298 1298
 <TR><TD ALIGN="CENTER"><FONT SIZE="-1">  
1299
-	<TT><A NAME="tex2html242"
1299
+	<TT><A NAME="tex2html241"
1300 1300
   HREF="clamav.iasi.roedu.net">clamav.iasi.roedu.net</A></TT> </FONT></TD>
1301 1301
 <TD ALIGN="CENTER"><FONT SIZE="-1"> 192.129.4.120 </FONT></TD>
1302 1302
 <TD ALIGN="CENTER"><FONT SIZE="-1"> Romania </FONT></TD>
... ...
@@ -1315,31 +1302,31 @@ Database mirrors
1315 1315
 <P>
1316 1316
 <HR>
1317 1317
 <!--Navigation Panel-->
1318
-<A NAME="tex2html2518"
1318
+<A NAME="tex2html2517"
1319 1319
   HREF="node151.html">
1320 1320
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
1321
-<A NAME="tex2html2514"
1321
+<A NAME="tex2html2513"
1322 1322
   HREF="node149.html">
1323 1323
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
1324
-<A NAME="tex2html2508"
1324
+<A NAME="tex2html2507"
1325 1325
   HREF="node149.html">
1326 1326
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
1327
-<A NAME="tex2html2516"
1327
+<A NAME="tex2html2515"
1328 1328
   HREF="node1.html">
1329 1329
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
1330 1330
 <BR>
1331
-<B> Next:</B> <A NAME="tex2html2519"
1331
+<B> Next:</B> <A NAME="tex2html2518"
1332 1332
   HREF="node151.html">Contributors</A>
1333
-<B> Up:</B> <A NAME="tex2html2515"
1333
+<B> Up:</B> <A NAME="tex2html2514"
1334 1334
   HREF="node149.html">Credits</A>
1335
-<B> Previous:</B> <A NAME="tex2html2509"
1335
+<B> Previous:</B> <A NAME="tex2html2508"
1336 1336
   HREF="node149.html">Credits</A>
1337
- &nbsp <B>  <A NAME="tex2html2517"
1337
+ &nbsp <B>  <A NAME="tex2html2516"
1338 1338
   HREF="node1.html">Contents</A></B> 
1339 1339
 <!--End of Navigation Panel-->
1340 1340
 <ADDRESS>
1341 1341
 Tomasz Kojm
1342
-2005-04-29
1342
+2005-05-11
1343 1343
 </ADDRESS>
1344 1344
 </BODY>
1345 1345
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2530"
30
+<A NAME="tex2html2529"
31 31
   HREF="node152.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2526"
33
+<A NAME="tex2html2525"
34 34
   HREF="node149.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2520"
36
+<A NAME="tex2html2519"
37 37
   HREF="node150.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2528"
39
+<A NAME="tex2html2527"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2531"
43
+<B> Next:</B> <A NAME="tex2html2530"
44 44
   HREF="node152.html">Donors</A>
45
-<B> Up:</B> <A NAME="tex2html2527"
45
+<B> Up:</B> <A NAME="tex2html2526"
46 46
   HREF="node149.html">Credits</A>
47
-<B> Previous:</B> <A NAME="tex2html2521"
47
+<B> Previous:</B> <A NAME="tex2html2520"
48 48
   HREF="node150.html">Database mirrors</A>
49
- &nbsp <B>  <A NAME="tex2html2529"
49
+ &nbsp <B>  <A NAME="tex2html2528"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -311,7 +311,7 @@ Contributors</A>
311 311
 </LI>
312 312
 <LI>Alexander Marx &lt;mad-ml*madness.at&gt;
313 313
 </LI>
314
-<LI>Andreas Marx (<TT><A NAME="tex2html243"
314
+<LI>Andreas Marx (<TT><A NAME="tex2html242"
315 315
   HREF="http://www.av-test.org/">http://www.av-test.org/</A></TT>)
316 316
 </LI>
317 317
 <LI>Chris Masters &lt;cmasters*insl.co.uk&gt;
... ...
@@ -358,7 +358,7 @@ Contributors</A>
358 358
 </LI>
359 359
 <LI>Simon Munton &lt;simon*munton.demon.co.uk&gt;
360 360
 </LI>
361
-<LI>Farit Nabiullin <TT><A NAME="tex2html244"
361
+<LI>Farit Nabiullin <TT><A NAME="tex2html243"
362 362
   HREF="http://program.farit.ru/">http://program.farit.ru/</A></TT>
363 363
 </LI>
364 364
 <LI>Nemosoft Unv. &lt;nemosoft*smcc.demon.nl&gt;
... ...
@@ -383,7 +383,7 @@ Contributors</A>
383 383
 </LI>
384 384
 <LI>Martijn van Oosterhout &lt;kleptog*svana.org&gt;
385 385
 </LI>
386
-<LI>OpenAntiVirus Team (<TT><A NAME="tex2html245"
386
+<LI>OpenAntiVirus Team (<TT><A NAME="tex2html244"
387 387
   HREF="http://www.OpenAntiVirus.org/">http://www.OpenAntiVirus.org/</A></TT>)
388 388
 </LI>
389 389
 <LI>Tomasz Papszun &lt;tomek*lodz.tpsa.pl&gt;
... ...
@@ -458,6 +458,8 @@ Contributors</A>
458 458
 </LI>
459 459
 <LI>Kevin Spicer &lt;kevin*kevinspicer.co.uk&gt;
460 460
 </LI>
461
+<LI>GertJan Spoelman &lt;cav*gjs.cc&gt;
462
+</LI>
461 463
 <LI>Ole Stanstrup &lt;ole*stanstrup.dk&gt;
462 464
 </LI>
463 465
 <LI>Adam Stein &lt;adam*scan.mc.xerox.com&gt;
... ...
@@ -525,31 +527,31 @@ Contributors</A>
525 525
 <P>
526 526
 <HR>
527 527
 <!--Navigation Panel-->
528
-<A NAME="tex2html2530"
528
+<A NAME="tex2html2529"
529 529
   HREF="node152.html">
530 530
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
531
-<A NAME="tex2html2526"
531
+<A NAME="tex2html2525"
532 532
   HREF="node149.html">
533 533
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
534
-<A NAME="tex2html2520"
534
+<A NAME="tex2html2519"
535 535
   HREF="node150.html">
536 536
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
537
-<A NAME="tex2html2528"
537
+<A NAME="tex2html2527"
538 538
   HREF="node1.html">
539 539
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
540 540
 <BR>
541
-<B> Next:</B> <A NAME="tex2html2531"
541
+<B> Next:</B> <A NAME="tex2html2530"
542 542
   HREF="node152.html">Donors</A>
543
-<B> Up:</B> <A NAME="tex2html2527"
543
+<B> Up:</B> <A NAME="tex2html2526"
544 544
   HREF="node149.html">Credits</A>
545
-<B> Previous:</B> <A NAME="tex2html2521"
545
+<B> Previous:</B> <A NAME="tex2html2520"
546 546
   HREF="node150.html">Database mirrors</A>
547
- &nbsp <B>  <A NAME="tex2html2529"
547
+ &nbsp <B>  <A NAME="tex2html2528"
548 548
   HREF="node1.html">Contents</A></B> 
549 549
 <!--End of Navigation Panel-->
550 550
 <ADDRESS>
551 551
 Tomasz Kojm
552
-2005-04-29
552
+2005-05-11
553 553
 </ADDRESS>
554 554
 </BODY>
555 555
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2542"
30
+<A NAME="tex2html2541"
31 31
   HREF="node153.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2538"
33
+<A NAME="tex2html2537"
34 34
   HREF="node149.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2532"
36
+<A NAME="tex2html2531"
37 37
   HREF="node151.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2540"
39
+<A NAME="tex2html2539"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2543"
43
+<B> Next:</B> <A NAME="tex2html2542"
44 44
   HREF="node153.html">Graphics</A>
45
-<B> Up:</B> <A NAME="tex2html2539"
45
+<B> Up:</B> <A NAME="tex2html2538"
46 46
   HREF="node149.html">Credits</A>
47
-<B> Previous:</B> <A NAME="tex2html2533"
47
+<B> Previous:</B> <A NAME="tex2html2532"
48 48
   HREF="node151.html">Contributors</A>
49
- &nbsp <B>  <A NAME="tex2html2541"
49
+ &nbsp <B>  <A NAME="tex2html2540"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -58,24 +58,24 @@ Donors</A>
58 58
     We've received financial support from: (in alphabetical order)
59 59
     
60 60
 <UL>
61
-<LI>ActiveIntra.net Inc. (<TT><A NAME="tex2html246"
61
+<LI>ActiveIntra.net Inc. (<TT><A NAME="tex2html245"
62 62
   HREF="http://www.activeintra.net/">http://www.activeintra.net/</A></TT>)
63 63
 </LI>
64
-<LI>Advance Healthcare Group (<TT><A NAME="tex2html247"
64
+<LI>Advance Healthcare Group (<TT><A NAME="tex2html246"
65 65
   HREF="http://www.ahgl.com.au/">http://www.ahgl.com.au/</A></TT>)
66 66
 </LI>
67
-<LI>American Computer &amp; Electronic Services Corp. (<TT><A NAME="tex2html248"
67
+<LI>American Computer &amp; Electronic Services Corp. (<TT><A NAME="tex2html247"
68 68
   HREF="http://www.acesnw.com/">http://www.acesnw.com/</A></TT>)
69 69
 </LI>
70 70
 <LI>Anonymous donor from Colorado, US
71 71
 </LI>
72
-<LI>Atlas College (<TT><A NAME="tex2html249"
72
+<LI>Atlas College (<TT><A NAME="tex2html248"
73 73
   HREF="http://www.atlascollege.nl/">http://www.atlascollege.nl/</A></TT>)
74 74
 </LI>
75
-<LI>AWD Online (<TT><A NAME="tex2html250"
75
+<LI>AWD Online (<TT><A NAME="tex2html249"
76 76
   HREF="http://www.awdonline.com/">http://www.awdonline.com/</A></TT>)
77 77
 </LI>
78
-<LI>Bear and Bear Consulting, Inc. (<TT><A NAME="tex2html251"
78
+<LI>Bear and Bear Consulting, Inc. (<TT><A NAME="tex2html250"
79 79
   HREF="http://www.bear-consulting.com/">http://www.bear-consulting.com/</A></TT>)
80 80
 </LI>
81 81
 <LI>Aaron Begley
... ...
@@ -84,55 +84,55 @@ Donors</A>
84 84
 </LI>
85 85
 <LI>Norman E. Brake, Jr.
86 86
 </LI>
87
-<LI>Canadian Web Hosting (<TT><A NAME="tex2html252"
87
+<LI>Canadian Web Hosting (<TT><A NAME="tex2html251"
88 88
   HREF="http://www.canadianwebhosting.com/">http://www.canadianwebhosting.com/</A></TT>)
89 89
 </LI>
90
-<LI>cedarcreeksoftware.com (<TT><A NAME="tex2html253"
90
+<LI>cedarcreeksoftware.com (<TT><A NAME="tex2html252"
91 91
   HREF="http://www.cedarcreeksoftware.com/">http://www.cedarcreeksoftware.com/</A></TT>)
92 92
 </LI>
93 93
 <LI>Thanos Chatziathanassiou
94 94
 </LI>
95 95
 <LI>Cheahch from Singapore
96 96
 </LI>
97
-<LI>Conexim Australia - business web hosting (<TT><A NAME="tex2html254"
97
+<LI>Conexim Australia - business web hosting (<TT><A NAME="tex2html253"
98 98
   HREF="http://www.conexim.com.au">http://www.conexim.com.au</A></TT>)
99 99
 </LI>
100 100
 <LI>Joe Cooper
101 101
 </LI>
102
-<LI>Steve Donegan (<TT><A NAME="tex2html255"
102
+<LI>Steve Donegan (<TT><A NAME="tex2html254"
103 103
   HREF="http://www.donegan.org/">http://www.donegan.org/</A></TT>)
104 104
 </LI>
105
-<LI>Dynamic Network Services, Inc (<TT><A NAME="tex2html256"
105
+<LI>Dynamic Network Services, Inc (<TT><A NAME="tex2html255"
106 106
   HREF="http://www.dyndns.org/">http://www.dyndns.org/</A></TT>)
107 107
 </LI>
108 108
 <LI>EAS Enterprises LLC
109 109
 </LI>
110
-<LI>Electric Embers (<TT><A NAME="tex2html257"
110
+<LI>Electric Embers (<TT><A NAME="tex2html256"
111 111
   HREF="http://electricembers.net">http://electricembers.net</A></TT>)
112 112
 </LI>
113 113
 <LI>Epublica
114 114
 </LI>
115 115
 <LI>Bernhard Erdmann
116 116
 </LI>
117
-<LI>David Eriksson (<TT><A NAME="tex2html258"
117
+<LI>David Eriksson (<TT><A NAME="tex2html257"
118 118
   HREF="http://www.2good.nu/">http://www.2good.nu/</A></TT>)
119 119
 </LI>
120 120
 <LI>Philip Ershler
121 121
 </LI>
122
-<LI>Explido Software USA Inc. (<TT><A NAME="tex2html259"
122
+<LI>Explido Software USA Inc. (<TT><A NAME="tex2html258"
123 123
   HREF="http://www.explido.us/">http://www.explido.us/</A></TT>)
124 124
 </LI>
125 125
 <LI>David Farrick
126 126
 </LI>
127 127
 <LI>Jim Feldman
128 128
 </LI>
129
-<LI>Petr Ferschmann (<TT><A NAME="tex2html260"
129
+<LI>Petr Ferschmann (<TT><A NAME="tex2html259"
130 130
   HREF="http://petr.ferschmann.cz/">http://petr.ferschmann.cz/</A></TT>)
131 131
 </LI>
132
-<LI>Andries Filmer (<TT><A NAME="tex2html261"
132
+<LI>Andries Filmer (<TT><A NAME="tex2html260"
133 133
   HREF="http://www.netexpo.nl/">http://www.netexpo.nl/</A></TT>)
134 134
 </LI>
135
-<LI>The Free Shopping Cart people (<TT><A NAME="tex2html262"
135
+<LI>The Free Shopping Cart people (<TT><A NAME="tex2html261"
136 136
   HREF="http://www.precisionweb.net/">http://www.precisionweb.net/</A></TT>)
137 137
 </LI>
138 138
 <LI>Paul Freeman
... ...
@@ -141,46 +141,46 @@ Donors</A>
141 141
 </LI>
142 142
 <LI>Paolo Galeazzi
143 143
 </LI>
144
-<LI>GANDI (<TT><A NAME="tex2html263"
144
+<LI>GANDI (<TT><A NAME="tex2html262"
145 145
   HREF="http://www.gandi.net/">http://www.gandi.net/</A></TT>)
146 146
 </LI>
147
-<LI>Jeremy Garcia (<TT><A NAME="tex2html264"
147
+<LI>Jeremy Garcia (<TT><A NAME="tex2html263"
148 148
   HREF="http://www.linuxquestions.org/">http://www.linuxquestions.org/</A></TT>)
149 149
 </LI>
150
-<LI>GBC Internet Service Center GmbH (<TT><A NAME="tex2html265"
150
+<LI>GBC Internet Service Center GmbH (<TT><A NAME="tex2html264"
151 151
   HREF="http://www.gbc.net/">http://www.gbc.net/</A></TT>)
152 152
 </LI>
153
-<LI>GCS Tech (<TT><A NAME="tex2html266"
153
+<LI>GCS Tech (<TT><A NAME="tex2html265"
154 154
   HREF="http://www.gcstech.net/">http://www.gcstech.net/</A></TT>)
155 155
 </LI>
156
-<LI>GHRS (<TT><A NAME="tex2html267"
156
+<LI>GHRS (<TT><A NAME="tex2html266"
157 157
   HREF="http://www.ghrshotels.com/">http://www.ghrshotels.com/</A></TT>)
158 158
 </LI>
159 159
 <LI>Todd Goodman
160 160
 </LI>
161
-<LI>Bill Gradwohl (<TT><A NAME="tex2html268"
161
+<LI>Bill Gradwohl (<TT><A NAME="tex2html267"
162 162
   HREF="http://www.ycc.com/">http://www.ycc.com/</A></TT>)
163 163
 </LI>
164 164
 <LI>Grain-of-Salt Consulting
165 165
 </LI>
166 166
 <LI>Terje Gravvold
167 167
 </LI>
168
-<LI>Hart Computer (<TT><A NAME="tex2html269"
168
+<LI>Hart Computer (<TT><A NAME="tex2html268"
169 169
   HREF="http://www.hart.co.jp/">http://www.hart.co.jp/</A></TT>)
170 170
 </LI>
171
-<LI>Hosting Metro LLC (<TT><A NAME="tex2html270"
171
+<LI>Hosting Metro LLC (<TT><A NAME="tex2html269"
172 172
   HREF="http://www.hostingmetro.com/">http://www.hostingmetro.com/</A></TT>)
173 173
 </LI>
174
-<LI>IDEAL Software GmbH (<TT><A NAME="tex2html271"
174
+<LI>IDEAL Software GmbH (<TT><A NAME="tex2html270"
175 175
   HREF="http://www.IdealSoftware.com/">http://www.IdealSoftware.com/</A></TT>)
176 176
 </LI>
177
-<LI>Industry Standard Computers (<TT><A NAME="tex2html272"
177
+<LI>Industry Standard Computers (<TT><A NAME="tex2html271"
178 178
   HREF="http://www.ISCnetwork.com/">http://www.ISCnetwork.com/</A></TT>)
179 179
 </LI>
180
-<LI>Invisik Corporation (<TT><A NAME="tex2html273"
180
+<LI>Invisik Corporation (<TT><A NAME="tex2html272"
181 181
   HREF="http://www.invisik.com/">http://www.invisik.com/</A></TT>)
182 182
 </LI>
183
-<LI>itXcel Internet - Domain Registration (<TT><A NAME="tex2html274"
183
+<LI>itXcel Internet - Domain Registration (<TT><A NAME="tex2html273"
184 184
   HREF="http://www.itxcel.com">http://www.itxcel.com</A></TT>)
185 185
 </LI>
186 186
 <LI>Craig Jackson
... ...
@@ -189,25 +189,25 @@ Donors</A>
189 189
 </LI>
190 190
 <LI>Jason Judge
191 191
 </LI>
192
-<LI>Keith (<TT><A NAME="tex2html275"
192
+<LI>Keith (<TT><A NAME="tex2html274"
193 193
   HREF="http://www.textpad.com/">http://www.textpad.com/</A></TT>)
194 194
 </LI>
195 195
 <LI>Brad Koehn
196 196
 </LI>
197
-<LI>Logic Partners Inc. (<TT><A NAME="tex2html276"
197
+<LI>Logic Partners Inc. (<TT><A NAME="tex2html275"
198 198
   HREF="http://www.logicpartners.com/">http://www.logicpartners.com/</A></TT>)
199 199
 </LI>
200
-<LI>Mark Lotspaih (<TT><A NAME="tex2html277"
200
+<LI>Mark Lotspaih (<TT><A NAME="tex2html276"
201 201
   HREF="http://www.lotcom.org/">http://www.lotcom.org/</A></TT>)
202 202
 </LI>
203
-<LI>Michel Machado (<TT><A NAME="tex2html278"
203
+<LI>Michel Machado (<TT><A NAME="tex2html277"
204 204
   HREF="http://oss.digirati.com.br/">http://oss.digirati.com.br/</A></TT>)
205 205
 </LI>
206 206
 <LI>Olivier Marechal
207 207
 </LI>
208 208
 <LI>Midcoast Internet Solutions
209 209
 </LI>
210
-<LI>Mimecast (<TT><A NAME="tex2html279"
210
+<LI>Mimecast (<TT><A NAME="tex2html278"
211 211
   HREF="http://www.mimecast.com/">http://www.mimecast.com/</A></TT>)
212 212
 </LI>
213 213
 <LI>Kazuhiro Miyaji
... ...
@@ -218,16 +218,16 @@ Donors</A>
218 218
 </LI>
219 219
 <LI>Tomas Morkus
220 220
 </LI>
221
-<LI>Michael Nolan (<TT><A NAME="tex2html280"
221
+<LI>Michael Nolan (<TT><A NAME="tex2html279"
222 222
   HREF="http://www.michaelnolan.co.uk/">http://www.michaelnolan.co.uk/</A></TT>)
223 223
 </LI>
224
-<LI>Oneworkspace.com (<TT><A NAME="tex2html281"
224
+<LI>Oneworkspace.com (<TT><A NAME="tex2html280"
225 225
   HREF="http://www.oneworkspace.com/">http://www.oneworkspace.com/</A></TT>)
226 226
 </LI>
227
-<LI>Origin Solutions (<TT><A NAME="tex2html282"
227
+<LI>Origin Solutions (<TT><A NAME="tex2html281"
228 228
   HREF="http://www.originsolutions.com.au/">http://www.originsolutions.com.au/</A></TT>)
229 229
 </LI>
230
-<LI>outermedia GmbH (<TT><A NAME="tex2html283"
230
+<LI>outermedia GmbH (<TT><A NAME="tex2html282"
231 231
   HREF="http://www.outermedia.de/">http://www.outermedia.de/</A></TT>)
232 232
 </LI>
233 233
 <LI>Alexander Panzhin
... ...
@@ -238,47 +238,47 @@ Donors</A>
238 238
 </LI>
239 239
 <LI>Paul Rantin
240 240
 </LI>
241
-<LI>Thomas J. Raef (<TT><A NAME="tex2html284"
241
+<LI>Thomas J. Raef (<TT><A NAME="tex2html283"
242 242
   HREF="http://www.ebasedsecurity.com">http://www.ebasedsecurity.com</A></TT>)
243 243
 </LI>
244
-<LI>Luke Reeves (<TT><A NAME="tex2html285"
244
+<LI>Luke Reeves (<TT><A NAME="tex2html284"
245 245
   HREF="http://www.neuro-tech.net/">http://www.neuro-tech.net/</A></TT>)
246 246
 </LI>
247
-<LI>RHX (<TT><A NAME="tex2html286"
247
+<LI>RHX (<TT><A NAME="tex2html285"
248 248
   HREF="http://www.rhx.it/">http://www.rhx.it/</A></TT>)
249 249
 </LI>
250 250
 <LI>Stefano Rizzetto
251 251
 </LI>
252
-<LI>Roaring Penguin Software Inc. (<TT><A NAME="tex2html287"
252
+<LI>Roaring Penguin Software Inc. (<TT><A NAME="tex2html286"
253 253
   HREF="http://www.roaringpenguin.com/">http://www.roaringpenguin.com/</A></TT>)
254 254
 </LI>
255 255
 <LI>Luke Rosenthal
256 256
 </LI>
257
-<LI>School of Engineering, University of Pennsylvania (<TT><A NAME="tex2html288"
257
+<LI>School of Engineering, University of Pennsylvania (<TT><A NAME="tex2html287"
258 258
   HREF="http://www.seas.upenn.edu/">http://www.seas.upenn.edu/</A></TT>)
259 259
 </LI>
260 260
 <LI>Tim Scoff
261 261
 </LI>
262
-<LI>Seattle Server (<TT><A NAME="tex2html289"
262
+<LI>Seattle Server (<TT><A NAME="tex2html288"
263 263
   HREF="http://www.seattleserver.com/">http://www.seattleserver.com/</A></TT>)
264 264
 </LI>
265
-<LI>Software Workshop Inc (<TT><A NAME="tex2html290"
265
+<LI>Software Workshop Inc (<TT><A NAME="tex2html289"
266 266
   HREF="http://www.softwareworkshop.com/">http://www.softwareworkshop.com/</A></TT>)
267 267
 </LI>
268
-<LI>Solutions In A Box (<TT><A NAME="tex2html291"
268
+<LI>Solutions In A Box (<TT><A NAME="tex2html290"
269 269
   HREF="http://www.siab.com.au/">http://www.siab.com.au/</A></TT>)
270 270
 </LI>
271 271
 <LI>Stephane Rault
272 272
 </LI>
273
-<LI>Fernando Augusto Medeiros Silva (<TT><A NAME="tex2html292"
273
+<LI>Fernando Augusto Medeiros Silva (<TT><A NAME="tex2html291"
274 274
   HREF="http://www.linuxplace.com.br/">http://www.linuxplace.com.br/</A></TT>)
275 275
 </LI>
276
-<LI>StarBand (<TT><A NAME="tex2html293"
276
+<LI>StarBand (<TT><A NAME="tex2html292"
277 277
   HREF="http://www.starband.com/">http://www.starband.com/</A></TT>)
278 278
 </LI>
279 279
 <LI>Stroke of Color, Inc.
280 280
 </LI>
281
-<LI>Synchro Sistemas de Informacao (<TT><A NAME="tex2html294"
281
+<LI>Synchro Sistemas de Informacao (<TT><A NAME="tex2html293"
282 282
   HREF="http://synchro.com.br/">http://synchro.com.br/</A></TT>)
283 283
 </LI>
284 284
 <LI>Sahil Tandon
... ...
@@ -289,26 +289,26 @@ Donors</A>
289 289
 </LI>
290 290
 <LI>William Tisdale
291 291
 </LI>
292
-<LI>Up Time Technology (<TT><A NAME="tex2html295"
292
+<LI>Up Time Technology (<TT><A NAME="tex2html294"
293 293
   HREF="http://www.uptimetech.com/">http://www.uptimetech.com/</A></TT>)
294 294
 </LI>
295 295
 <LI>Ulfi
296 296
 </LI>
297
-<LI>Jeremy Vanderburg (<TT><A NAME="tex2html296"
297
+<LI>Jeremy Vanderburg (<TT><A NAME="tex2html295"
298 298
   HREF="http://www.jeremytech.com/">http://www.jeremytech.com/</A></TT>)
299 299
 </LI>
300
-<LI>Web.arbyte - Online-Marketing (<TT><A NAME="tex2html297"
300
+<LI>Web.arbyte - Online-Marketing (<TT><A NAME="tex2html296"
301 301
   HREF="http://www.webarbyte.de/">http://www.webarbyte.de/</A></TT>)
302 302
 </LI>
303
-<LI>Webzone Srl (<TT><A NAME="tex2html298"
303
+<LI>Webzone Srl (<TT><A NAME="tex2html297"
304 304
   HREF="http://www.webzone.it/">http://www.webzone.it/</A></TT>)
305 305
 </LI>
306
-<LI>Markus Welsch (<TT><A NAME="tex2html299"
306
+<LI>Markus Welsch (<TT><A NAME="tex2html298"
307 307
   HREF="http://www.linux-corner.net/">http://www.linux-corner.net/</A></TT>)
308 308
 </LI>
309 309
 <LI>Nicklaus Wicker
310 310
 </LI>
311
-<LI>David Williams (<TT><A NAME="tex2html300"
311
+<LI>David Williams (<TT><A NAME="tex2html299"
312 312
   HREF="http://kayakero.net/">http://kayakero.net/</A></TT>)
313 313
 </LI>
314 314
 <LI>Glenn R Williams
... ...
@@ -319,31 +319,31 @@ Donors</A>
319 319
 <P>
320 320
 <HR>
321 321
 <!--Navigation Panel-->
322
-<A NAME="tex2html2542"
322
+<A NAME="tex2html2541"
323 323
   HREF="node153.html">
324 324
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
325
-<A NAME="tex2html2538"
325
+<A NAME="tex2html2537"
326 326
   HREF="node149.html">
327 327
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
328
-<A NAME="tex2html2532"
328
+<A NAME="tex2html2531"
329 329
   HREF="node151.html">
330 330
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
331
-<A NAME="tex2html2540"
331
+<A NAME="tex2html2539"
332 332
   HREF="node1.html">
333 333
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
334 334
 <BR>
335
-<B> Next:</B> <A NAME="tex2html2543"
335
+<B> Next:</B> <A NAME="tex2html2542"
336 336
   HREF="node153.html">Graphics</A>
337
-<B> Up:</B> <A NAME="tex2html2539"
337
+<B> Up:</B> <A NAME="tex2html2538"
338 338
   HREF="node149.html">Credits</A>
339
-<B> Previous:</B> <A NAME="tex2html2533"
339
+<B> Previous:</B> <A NAME="tex2html2532"
340 340
   HREF="node151.html">Contributors</A>
341
- &nbsp <B>  <A NAME="tex2html2541"
341
+ &nbsp <B>  <A NAME="tex2html2540"
342 342
   HREF="node1.html">Contents</A></B> 
343 343
 <!--End of Navigation Panel-->
344 344
 <ADDRESS>
345 345
 Tomasz Kojm
346
-2005-04-29
346
+2005-05-11
347 347
 </ADDRESS>
348 348
 </BODY>
349 349
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2554"
30
+<A NAME="tex2html2553"
31 31
   HREF="node154.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2550"
33
+<A NAME="tex2html2549"
34 34
   HREF="node149.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2544"
36
+<A NAME="tex2html2543"
37 37
   HREF="node152.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2552"
39
+<A NAME="tex2html2551"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2555"
43
+<B> Next:</B> <A NAME="tex2html2554"
44 44
   HREF="node154.html">OpenAntiVirus</A>
45
-<B> Up:</B> <A NAME="tex2html2551"
45
+<B> Up:</B> <A NAME="tex2html2550"
46 46
   HREF="node149.html">Credits</A>
47
-<B> Previous:</B> <A NAME="tex2html2545"
47
+<B> Previous:</B> <A NAME="tex2html2544"
48 48
   HREF="node152.html">Donors</A>
49
- &nbsp <B>  <A NAME="tex2html2553"
49
+ &nbsp <B>  <A NAME="tex2html2552"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -56,13 +56,13 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
56 56
 Graphics</A>
57 57
 </H2>
58 58
     The authors of the nice ClamAV logo (look at the title page) and other
59
-    graphics are Mia Kalenius and Sergei Pronin &lt;sp*finndesign.fi&gt;    from Finndesign <TT><A NAME="tex2html301"
59
+    graphics are Mia Kalenius and Sergei Pronin &lt;sp*finndesign.fi&gt;    from Finndesign <TT><A NAME="tex2html300"
60 60
   HREF="http://www.finndesign.fi/">http://www.finndesign.fi/</A></TT>
61 61
 <P>
62 62
 <BR><HR>
63 63
 <ADDRESS>
64 64
 Tomasz Kojm
65
-2005-04-29
65
+2005-05-11
66 66
 </ADDRESS>
67 67
 </BODY>
68 68
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html2564"
29
+<A NAME="tex2html2563"
30 30
   HREF="node155.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html2560"
32
+<A NAME="tex2html2559"
33 33
   HREF="node149.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html2556"
35
+<A NAME="tex2html2555"
36 36
   HREF="node153.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html2562"
38
+<A NAME="tex2html2561"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html2565"
42
+<B> Next:</B> <A NAME="tex2html2564"
43 43
   HREF="node155.html">Authors</A>
44
-<B> Up:</B> <A NAME="tex2html2561"
44
+<B> Up:</B> <A NAME="tex2html2560"
45 45
   HREF="node149.html">Credits</A>
46
-<B> Previous:</B> <A NAME="tex2html2557"
46
+<B> Previous:</B> <A NAME="tex2html2556"
47 47
   HREF="node153.html">Graphics</A>
48
- &nbsp <B>  <A NAME="tex2html2563"
48
+ &nbsp <B>  <A NAME="tex2html2562"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -55,13 +55,13 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
55 55
 OpenAntiVirus</A>
56 56
 </H2>
57 57
     Our database includes the virus database (about 7000 signatures) from
58
-<BR>    <TT><A NAME="tex2html302"
58
+<BR>    <TT><A NAME="tex2html301"
59 59
   HREF="http://OpenAntiVirus.org">http://OpenAntiVirus.org</A></TT>
60 60
 <P>
61 61
 <BR><HR>
62 62
 <ADDRESS>
63 63
 Tomasz Kojm
64
-2005-04-29
64
+2005-05-11
65 65
 </ADDRESS>
66 66
 </BODY>
67 67
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html2576"
30
+<A NAME="tex2html2575"
31 31
   HREF="node156.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html2572"
33
+<A NAME="tex2html2571"
34 34
   HREF="clamdoc.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html2566"
36
+<A NAME="tex2html2565"
37 37
   HREF="node154.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html2574"
39
+<A NAME="tex2html2573"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html2577"
43
+<B> Next:</B> <A NAME="tex2html2576"
44 44
   HREF="node156.html">About this document ...</A>
45
-<B> Up:</B> <A NAME="tex2html2573"
45
+<B> Up:</B> <A NAME="tex2html2572"
46 46
   HREF="clamdoc.html">clamdoc</A>
47
-<B> Previous:</B> <A NAME="tex2html2567"
47
+<B> Previous:</B> <A NAME="tex2html2566"
48 48
   HREF="node154.html">OpenAntiVirus</A>
49
- &nbsp <B>  <A NAME="tex2html2575"
49
+ &nbsp <B>  <A NAME="tex2html2574"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -158,7 +158,7 @@ Role: coder, virus database maintainer
158 158
 <BR><HR>
159 159
 <ADDRESS>
160 160
 Tomasz Kojm
161
-2005-04-29
161
+2005-05-11
162 162
 </ADDRESS>
163 163
 </BODY>
164 164
 </HTML>
... ...
@@ -26,21 +26,21 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 <BODY >
27 27
 <!--Navigation Panel-->
28 28
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next_g.png"> 
29
-<A NAME="tex2html2582"
29
+<A NAME="tex2html2581"
30 30
   HREF="clamdoc.html">
31 31
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
32
-<A NAME="tex2html2578"
32
+<A NAME="tex2html2577"
33 33
   HREF="node155.html">
34 34
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
35
-<A NAME="tex2html2584"
35
+<A NAME="tex2html2583"
36 36
   HREF="node1.html">
37 37
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
38 38
 <BR>
39
-<B> Up:</B> <A NAME="tex2html2583"
39
+<B> Up:</B> <A NAME="tex2html2582"
40 40
   HREF="clamdoc.html">clamdoc</A>
41
-<B> Previous:</B> <A NAME="tex2html2579"
41
+<B> Previous:</B> <A NAME="tex2html2578"
42 42
   HREF="node155.html">Authors</A>
43
- &nbsp <B>  <A NAME="tex2html2585"
43
+ &nbsp <B>  <A NAME="tex2html2584"
44 44
   HREF="node1.html">Contents</A></B> 
45 45
 <BR>
46 46
 <BR>
... ...
@@ -64,11 +64,11 @@ Mathematics Department, Macquarie University, Sydney.
64 64
 The command line arguments were: <BR>
65 65
  <STRONG>latex2html</STRONG> <TT>-local_icons clamdoc.tex</TT>
66 66
 <P>
67
-The translation was initiated by Tomasz Kojm on 2005-04-29
67
+The translation was initiated by Tomasz Kojm on 2005-05-11
68 68
 <BR><HR>
69 69
 <ADDRESS>
70 70
 Tomasz Kojm
71
-2005-04-29
71
+2005-05-11
72 72
 </ADDRESS>
73 73
 </BODY>
74 74
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html705"
30
+<A NAME="tex2html704"
31 31
   HREF="node17.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html701"
33
+<A NAME="tex2html700"
34 34
   HREF="clamdoc.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html695"
36
+<A NAME="tex2html694"
37 37
   HREF="node15.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html703"
39
+<A NAME="tex2html702"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html706"
43
+<B> Next:</B> <A NAME="tex2html705"
44 44
   HREF="node17.html">clamd</A>
45
-<B> Up:</B> <A NAME="tex2html702"
45
+<B> Up:</B> <A NAME="tex2html701"
46 46
   HREF="clamdoc.html">clamdoc</A>
47
-<B> Previous:</B> <A NAME="tex2html696"
47
+<B> Previous:</B> <A NAME="tex2html695"
48 48
   HREF="node15.html">Compilation with clamav-milter enabled</A>
49
- &nbsp <B>  <A NAME="tex2html704"
49
+ &nbsp <B>  <A NAME="tex2html703"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -62,26 +62,26 @@ Configuration</A>
62 62
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
63 63
 
64 64
 <UL>
65
-<LI><A NAME="tex2html707"
65
+<LI><A NAME="tex2html706"
66 66
   HREF="node17.html">clamd</A>
67 67
 <UL>
68
-<LI><A NAME="tex2html708"
68
+<LI><A NAME="tex2html707"
69 69
   HREF="node18.html">On-access scanning</A>
70 70
 </UL>
71
-<LI><A NAME="tex2html709"
71
+<LI><A NAME="tex2html708"
72 72
   HREF="node19.html">clamav-milter</A>
73
-<LI><A NAME="tex2html710"
73
+<LI><A NAME="tex2html709"
74 74
   HREF="node20.html">Testing</A>
75
-<LI><A NAME="tex2html711"
75
+<LI><A NAME="tex2html710"
76 76
   HREF="node21.html">Setting up auto-updating</A>
77
-<LI><A NAME="tex2html712"
77
+<LI><A NAME="tex2html711"
78 78
   HREF="node22.html">Closest mirrors</A>
79 79
 </UL>
80 80
 <!--End of Table of Child-Links-->
81 81
 <BR><HR>
82 82
 <ADDRESS>
83 83
 Tomasz Kojm
84
-2005-04-29
84
+2005-05-11
85 85
 </ADDRESS>
86 86
 </BODY>
87 87
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html723"
30
+<A NAME="tex2html722"
31 31
   HREF="node18.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html719"
33
+<A NAME="tex2html718"
34 34
   HREF="node16.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html713"
36
+<A NAME="tex2html712"
37 37
   HREF="node16.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html721"
39
+<A NAME="tex2html720"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html724"
43
+<B> Next:</B> <A NAME="tex2html723"
44 44
   HREF="node18.html">On-access scanning</A>
45
-<B> Up:</B> <A NAME="tex2html720"
45
+<B> Up:</B> <A NAME="tex2html719"
46 46
   HREF="node16.html">Configuration</A>
47
-<B> Previous:</B> <A NAME="tex2html714"
47
+<B> Previous:</B> <A NAME="tex2html713"
48 48
   HREF="node16.html">Configuration</A>
49
- &nbsp <B>  <A NAME="tex2html722"
49
+ &nbsp <B>  <A NAME="tex2html721"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -72,14 +72,14 @@ clamd</A>
72 72
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
73 73
 
74 74
 <UL>
75
-<LI><A NAME="tex2html725"
75
+<LI><A NAME="tex2html724"
76 76
   HREF="node18.html">On-access scanning</A>
77 77
 </UL>
78 78
 <!--End of Table of Child-Links-->
79 79
 <BR><HR>
80 80
 <ADDRESS>
81 81
 Tomasz Kojm
82
-2005-04-29
82
+2005-05-11
83 83
 </ADDRESS>
84 84
 </BODY>
85 85
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html734"
29
+<A NAME="tex2html733"
30 30
   HREF="node19.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html730"
32
+<A NAME="tex2html729"
33 33
   HREF="node17.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html726"
35
+<A NAME="tex2html725"
36 36
   HREF="node17.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html732"
38
+<A NAME="tex2html731"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html735"
42
+<B> Next:</B> <A NAME="tex2html734"
43 43
   HREF="node19.html">clamav-milter</A>
44
-<B> Up:</B> <A NAME="tex2html731"
44
+<B> Up:</B> <A NAME="tex2html730"
45 45
   HREF="node17.html">clamd</A>
46
-<B> Previous:</B> <A NAME="tex2html727"
46
+<B> Previous:</B> <A NAME="tex2html726"
47 47
   HREF="node17.html">clamd</A>
48
- &nbsp <B>  <A NAME="tex2html733"
48
+ &nbsp <B>  <A NAME="tex2html732"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -91,7 +91,7 @@ On-access scanning</A>
91 91
 <BR><HR>
92 92
 <ADDRESS>
93 93
 Tomasz Kojm
94
-2005-04-29
94
+2005-05-11
95 95
 </ADDRESS>
96 96
 </BODY>
97 97
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html746"
30
+<A NAME="tex2html745"
31 31
   HREF="node20.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html742"
33
+<A NAME="tex2html741"
34 34
   HREF="node16.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html736"
36
+<A NAME="tex2html735"
37 37
   HREF="node18.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html744"
39
+<A NAME="tex2html743"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html747"
43
+<B> Next:</B> <A NAME="tex2html746"
44 44
   HREF="node20.html">Testing</A>
45
-<B> Up:</B> <A NAME="tex2html743"
45
+<B> Up:</B> <A NAME="tex2html742"
46 46
   HREF="node16.html">Configuration</A>
47
-<B> Previous:</B> <A NAME="tex2html737"
47
+<B> Previous:</B> <A NAME="tex2html736"
48 48
   HREF="node18.html">On-access scanning</A>
49
- &nbsp <B>  <A NAME="tex2html745"
49
+ &nbsp <B>  <A NAME="tex2html744"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -81,7 +81,7 @@ define(`confINPUT_MAIL_FILTERS', `clmilter')
81 81
 <BR><HR>
82 82
 <ADDRESS>
83 83
 Tomasz Kojm
84
-2005-04-29
84
+2005-05-11
85 85
 </ADDRESS>
86 86
 </BODY>
87 87
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html532"
30
+<A NAME="tex2html531"
31 31
   HREF="node3.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html528"
33
+<A NAME="tex2html527"
34 34
   HREF="clamdoc.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html522"
36
+<A NAME="tex2html521"
37 37
   HREF="node1.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html530"
39
+<A NAME="tex2html529"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html533"
43
+<B> Next:</B> <A NAME="tex2html532"
44 44
   HREF="node3.html">Features</A>
45
-<B> Up:</B> <A NAME="tex2html529"
45
+<B> Up:</B> <A NAME="tex2html528"
46 46
   HREF="clamdoc.html">clamdoc</A>
47
-<B> Previous:</B> <A NAME="tex2html523"
47
+<B> Previous:</B> <A NAME="tex2html522"
48 48
   HREF="node1.html">Contents</A>
49
- &nbsp <B>  <A NAME="tex2html531"
49
+ &nbsp <B>  <A NAME="tex2html530"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -69,18 +69,18 @@ Clam AntiVirus is an anti-virus toolkit for UNIX, designed for e-mail
69 69
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
70 70
 
71 71
 <UL>
72
-<LI><A NAME="tex2html534"
72
+<LI><A NAME="tex2html533"
73 73
   HREF="node3.html">Features</A>
74
-<LI><A NAME="tex2html535"
74
+<LI><A NAME="tex2html534"
75 75
   HREF="node4.html">Mailing lists</A>
76
-<LI><A NAME="tex2html536"
76
+<LI><A NAME="tex2html535"
77 77
   HREF="node5.html">Virus submitting</A>
78 78
 </UL>
79 79
 <!--End of Table of Child-Links-->
80 80
 <BR><HR>
81 81
 <ADDRESS>
82 82
 Tomasz Kojm
83
-2005-04-29
83
+2005-05-11
84 84
 </ADDRESS>
85 85
 </BODY>
86 86
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html758"
30
+<A NAME="tex2html757"
31 31
   HREF="node21.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html754"
33
+<A NAME="tex2html753"
34 34
   HREF="node16.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html748"
36
+<A NAME="tex2html747"
37 37
   HREF="node19.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html756"
39
+<A NAME="tex2html755"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html759"
43
+<B> Next:</B> <A NAME="tex2html758"
44 44
   HREF="node21.html">Setting up auto-updating</A>
45
-<B> Up:</B> <A NAME="tex2html755"
45
+<B> Up:</B> <A NAME="tex2html754"
46 46
   HREF="node16.html">Configuration</A>
47
-<B> Previous:</B> <A NAME="tex2html749"
47
+<B> Previous:</B> <A NAME="tex2html748"
48 48
   HREF="node19.html">clamav-milter</A>
49
- &nbsp <B>  <A NAME="tex2html757"
49
+ &nbsp <B>  <A NAME="tex2html756"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -75,7 +75,7 @@ Testing</A>
75 75
 <BR><HR>
76 76
 <ADDRESS>
77 77
 Tomasz Kojm
78
-2005-04-29
78
+2005-05-11
79 79
 </ADDRESS>
80 80
 </BODY>
81 81
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html770"
30
+<A NAME="tex2html769"
31 31
   HREF="node22.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html766"
33
+<A NAME="tex2html765"
34 34
   HREF="node16.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html760"
36
+<A NAME="tex2html759"
37 37
   HREF="node20.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html768"
39
+<A NAME="tex2html767"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html771"
43
+<B> Next:</B> <A NAME="tex2html770"
44 44
   HREF="node22.html">Closest mirrors</A>
45
-<B> Up:</B> <A NAME="tex2html767"
45
+<B> Up:</B> <A NAME="tex2html766"
46 46
   HREF="node16.html">Configuration</A>
47
-<B> Previous:</B> <A NAME="tex2html761"
47
+<B> Previous:</B> <A NAME="tex2html760"
48 48
   HREF="node20.html">Testing</A>
49
- &nbsp <B>  <A NAME="tex2html769"
49
+ &nbsp <B>  <A NAME="tex2html768"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -109,31 +109,31 @@ N * * * *	/usr/local/bin/freshclam --quiet
109 109
 <P>
110 110
 <HR>
111 111
 <!--Navigation Panel-->
112
-<A NAME="tex2html770"
112
+<A NAME="tex2html769"
113 113
   HREF="node22.html">
114 114
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
115
-<A NAME="tex2html766"
115
+<A NAME="tex2html765"
116 116
   HREF="node16.html">
117 117
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
118
-<A NAME="tex2html760"
118
+<A NAME="tex2html759"
119 119
   HREF="node20.html">
120 120
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
121
-<A NAME="tex2html768"
121
+<A NAME="tex2html767"
122 122
   HREF="node1.html">
123 123
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
124 124
 <BR>
125
-<B> Next:</B> <A NAME="tex2html771"
125
+<B> Next:</B> <A NAME="tex2html770"
126 126
   HREF="node22.html">Closest mirrors</A>
127
-<B> Up:</B> <A NAME="tex2html767"
127
+<B> Up:</B> <A NAME="tex2html766"
128 128
   HREF="node16.html">Configuration</A>
129
-<B> Previous:</B> <A NAME="tex2html761"
129
+<B> Previous:</B> <A NAME="tex2html760"
130 130
   HREF="node20.html">Testing</A>
131
- &nbsp <B>  <A NAME="tex2html769"
131
+ &nbsp <B>  <A NAME="tex2html768"
132 132
   HREF="node1.html">Contents</A></B> 
133 133
 <!--End of Navigation Panel-->
134 134
 <ADDRESS>
135 135
 Tomasz Kojm
136
-2005-04-29
136
+2005-05-11
137 137
 </ADDRESS>
138 138
 </BODY>
139 139
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html780"
29
+<A NAME="tex2html779"
30 30
   HREF="node23.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html776"
32
+<A NAME="tex2html775"
33 33
   HREF="node16.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html772"
35
+<A NAME="tex2html771"
36 36
   HREF="node21.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html778"
38
+<A NAME="tex2html777"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html781"
42
+<B> Next:</B> <A NAME="tex2html780"
43 43
   HREF="node23.html">Usage</A>
44
-<B> Up:</B> <A NAME="tex2html777"
44
+<B> Up:</B> <A NAME="tex2html776"
45 45
   HREF="node16.html">Configuration</A>
46
-<B> Previous:</B> <A NAME="tex2html773"
46
+<B> Previous:</B> <A NAME="tex2html772"
47 47
   HREF="node21.html">Setting up auto-updating</A>
48
- &nbsp <B>  <A NAME="tex2html779"
48
+ &nbsp <B>  <A NAME="tex2html778"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -77,7 +77,7 @@ Closest mirrors</A>
77 77
 <BR><HR>
78 78
 <ADDRESS>
79 79
 Tomasz Kojm
80
-2005-04-29
80
+2005-05-11
81 81
 </ADDRESS>
82 82
 </BODY>
83 83
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html792"
30
+<A NAME="tex2html791"
31 31
   HREF="node24.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html788"
33
+<A NAME="tex2html787"
34 34
   HREF="clamdoc.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html782"
36
+<A NAME="tex2html781"
37 37
   HREF="node22.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html790"
39
+<A NAME="tex2html789"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html793"
43
+<B> Next:</B> <A NAME="tex2html792"
44 44
   HREF="node24.html">Clam daemon</A>
45
-<B> Up:</B> <A NAME="tex2html789"
45
+<B> Up:</B> <A NAME="tex2html788"
46 46
   HREF="clamdoc.html">clamdoc</A>
47
-<B> Previous:</B> <A NAME="tex2html783"
47
+<B> Previous:</B> <A NAME="tex2html782"
48 48
   HREF="node22.html">Closest mirrors</A>
49
- &nbsp <B>  <A NAME="tex2html791"
49
+ &nbsp <B>  <A NAME="tex2html790"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -62,25 +62,25 @@ Usage</A>
62 62
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
63 63
 
64 64
 <UL>
65
-<LI><A NAME="tex2html794"
65
+<LI><A NAME="tex2html793"
66 66
   HREF="node24.html">Clam daemon</A>
67
-<LI><A NAME="tex2html795"
67
+<LI><A NAME="tex2html794"
68 68
   HREF="node25.html">Clam<B>d</B>scan</A>
69
-<LI><A NAME="tex2html796"
69
+<LI><A NAME="tex2html795"
70 70
   HREF="node26.html">Clamuko</A>
71
-<LI><A NAME="tex2html797"
71
+<LI><A NAME="tex2html796"
72 72
   HREF="node27.html">Output format</A>
73 73
 <UL>
74
-<LI><A NAME="tex2html798"
74
+<LI><A NAME="tex2html797"
75 75
   HREF="node28.html">clamscan</A>
76
-<LI><A NAME="tex2html799"
76
+<LI><A NAME="tex2html798"
77 77
   HREF="node29.html">clamd</A>
78 78
 </UL></UL>
79 79
 <!--End of Table of Child-Links-->
80 80
 <BR><HR>
81 81
 <ADDRESS>
82 82
 Tomasz Kojm
83
-2005-04-29
83
+2005-05-11
84 84
 </ADDRESS>
85 85
 </BODY>
86 86
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html810"
30
+<A NAME="tex2html809"
31 31
   HREF="node25.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html806"
33
+<A NAME="tex2html805"
34 34
   HREF="node23.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html800"
36
+<A NAME="tex2html799"
37 37
   HREF="node23.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html808"
39
+<A NAME="tex2html807"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html811"
43
+<B> Next:</B> <A NAME="tex2html810"
44 44
   HREF="node25.html">Clamdscan</A>
45
-<B> Up:</B> <A NAME="tex2html807"
45
+<B> Up:</B> <A NAME="tex2html806"
46 46
   HREF="node23.html">Usage</A>
47
-<B> Previous:</B> <A NAME="tex2html801"
47
+<B> Previous:</B> <A NAME="tex2html800"
48 48
   HREF="node23.html">Usage</A>
49
- &nbsp <B>  <A NAME="tex2html809"
49
+ &nbsp <B>  <A NAME="tex2html808"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -126,31 +126,31 @@ Perform a clean exit.
126 126
 <P>
127 127
 <HR>
128 128
 <!--Navigation Panel-->
129
-<A NAME="tex2html810"
129
+<A NAME="tex2html809"
130 130
   HREF="node25.html">
131 131
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
132
-<A NAME="tex2html806"
132
+<A NAME="tex2html805"
133 133
   HREF="node23.html">
134 134
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
135
-<A NAME="tex2html800"
135
+<A NAME="tex2html799"
136 136
   HREF="node23.html">
137 137
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
138
-<A NAME="tex2html808"
138
+<A NAME="tex2html807"
139 139
   HREF="node1.html">
140 140
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
141 141
 <BR>
142
-<B> Next:</B> <A NAME="tex2html811"
142
+<B> Next:</B> <A NAME="tex2html810"
143 143
   HREF="node25.html">Clamdscan</A>
144
-<B> Up:</B> <A NAME="tex2html807"
144
+<B> Up:</B> <A NAME="tex2html806"
145 145
   HREF="node23.html">Usage</A>
146
-<B> Previous:</B> <A NAME="tex2html801"
146
+<B> Previous:</B> <A NAME="tex2html800"
147 147
   HREF="node23.html">Usage</A>
148
- &nbsp <B>  <A NAME="tex2html809"
148
+ &nbsp <B>  <A NAME="tex2html808"
149 149
   HREF="node1.html">Contents</A></B> 
150 150
 <!--End of Navigation Panel-->
151 151
 <ADDRESS>
152 152
 Tomasz Kojm
153
-2005-04-29
153
+2005-05-11
154 154
 </ADDRESS>
155 155
 </BODY>
156 156
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html822"
30
+<A NAME="tex2html821"
31 31
   HREF="node26.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html818"
33
+<A NAME="tex2html817"
34 34
   HREF="node23.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html812"
36
+<A NAME="tex2html811"
37 37
   HREF="node24.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html820"
39
+<A NAME="tex2html819"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html823"
43
+<B> Next:</B> <A NAME="tex2html822"
44 44
   HREF="node26.html">Clamuko</A>
45
-<B> Up:</B> <A NAME="tex2html819"
45
+<B> Up:</B> <A NAME="tex2html818"
46 46
   HREF="node23.html">Usage</A>
47
-<B> Previous:</B> <A NAME="tex2html813"
47
+<B> Previous:</B> <A NAME="tex2html812"
48 48
   HREF="node24.html">Clam daemon</A>
49
- &nbsp <B>  <A NAME="tex2html821"
49
+ &nbsp <B>  <A NAME="tex2html820"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -76,7 +76,7 @@ Clam<B>d</B>scan</A>
76 76
 <BR><HR>
77 77
 <ADDRESS>
78 78
 Tomasz Kojm
79
-2005-04-29
79
+2005-05-11
80 80
 </ADDRESS>
81 81
 </BODY>
82 82
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html834"
30
+<A NAME="tex2html833"
31 31
   HREF="node27.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html830"
33
+<A NAME="tex2html829"
34 34
   HREF="node23.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html824"
36
+<A NAME="tex2html823"
37 37
   HREF="node25.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html832"
39
+<A NAME="tex2html831"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html835"
43
+<B> Next:</B> <A NAME="tex2html834"
44 44
   HREF="node27.html">Output format</A>
45
-<B> Up:</B> <A NAME="tex2html831"
45
+<B> Up:</B> <A NAME="tex2html830"
46 46
   HREF="node23.html">Usage</A>
47
-<B> Previous:</B> <A NAME="tex2html825"
47
+<B> Previous:</B> <A NAME="tex2html824"
48 48
   HREF="node25.html">Clamdscan</A>
49
- &nbsp <B>  <A NAME="tex2html833"
49
+ &nbsp <B>  <A NAME="tex2html832"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -93,7 +93,7 @@ SIGTERM signal. In other case you can lose an access
93 93
 <BR><HR>
94 94
 <ADDRESS>
95 95
 Tomasz Kojm
96
-2005-04-29
96
+2005-05-11
97 97
 </ADDRESS>
98 98
 </BODY>
99 99
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html844"
29
+<A NAME="tex2html843"
30 30
   HREF="node28.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html840"
32
+<A NAME="tex2html839"
33 33
   HREF="node23.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html836"
35
+<A NAME="tex2html835"
36 36
   HREF="node26.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html842"
38
+<A NAME="tex2html841"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html845"
42
+<B> Next:</B> <A NAME="tex2html844"
43 43
   HREF="node28.html">clamscan</A>
44
-<B> Up:</B> <A NAME="tex2html841"
44
+<B> Up:</B> <A NAME="tex2html840"
45 45
   HREF="node23.html">Usage</A>
46
-<B> Previous:</B> <A NAME="tex2html837"
46
+<B> Previous:</B> <A NAME="tex2html836"
47 47
   HREF="node26.html">Clamuko</A>
48
- &nbsp <B>  <A NAME="tex2html843"
48
+ &nbsp <B>  <A NAME="tex2html842"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -61,16 +61,16 @@ Output format</A>
61 61
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
62 62
 
63 63
 <UL>
64
-<LI><A NAME="tex2html846"
64
+<LI><A NAME="tex2html845"
65 65
   HREF="node28.html">clamscan</A>
66
-<LI><A NAME="tex2html847"
66
+<LI><A NAME="tex2html846"
67 67
   HREF="node29.html">clamd</A>
68 68
 </UL>
69 69
 <!--End of Table of Child-Links-->
70 70
 <BR><HR>
71 71
 <ADDRESS>
72 72
 Tomasz Kojm
73
-2005-04-29
73
+2005-05-11
74 74
 </ADDRESS>
75 75
 </BODY>
76 76
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html858"
30
+<A NAME="tex2html857"
31 31
   HREF="node29.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html854"
33
+<A NAME="tex2html853"
34 34
   HREF="node27.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html848"
36
+<A NAME="tex2html847"
37 37
   HREF="node27.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html856"
39
+<A NAME="tex2html855"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html859"
43
+<B> Next:</B> <A NAME="tex2html858"
44 44
   HREF="node29.html">clamd</A>
45
-<B> Up:</B> <A NAME="tex2html855"
45
+<B> Up:</B> <A NAME="tex2html854"
46 46
   HREF="node27.html">Output format</A>
47
-<B> Previous:</B> <A NAME="tex2html849"
47
+<B> Previous:</B> <A NAME="tex2html848"
48 48
   HREF="node27.html">Output format</A>
49
- &nbsp <B>  <A NAME="tex2html857"
49
+ &nbsp <B>  <A NAME="tex2html856"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -92,7 +92,7 @@ clamscan</A>
92 92
 <BR><HR>
93 93
 <ADDRESS>
94 94
 Tomasz Kojm
95
-2005-04-29
95
+2005-05-11
96 96
 </ADDRESS>
97 97
 </BODY>
98 98
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html868"
29
+<A NAME="tex2html867"
30 30
   HREF="node30.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html864"
32
+<A NAME="tex2html863"
33 33
   HREF="node27.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html860"
35
+<A NAME="tex2html859"
36 36
   HREF="node28.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html866"
38
+<A NAME="tex2html865"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html869"
42
+<B> Next:</B> <A NAME="tex2html868"
43 43
   HREF="node30.html">LibClamAV</A>
44
-<B> Up:</B> <A NAME="tex2html865"
44
+<B> Up:</B> <A NAME="tex2html864"
45 45
   HREF="node27.html">Output format</A>
46
-<B> Previous:</B> <A NAME="tex2html861"
46
+<B> Previous:</B> <A NAME="tex2html860"
47 47
   HREF="node28.html">clamscan</A>
48
- &nbsp <B>  <A NAME="tex2html867"
48
+ &nbsp <B>  <A NAME="tex2html866"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -82,7 +82,7 @@ Error messages are printed in the following format:
82 82
 <BR><HR>
83 83
 <ADDRESS>
84 84
 Tomasz Kojm
85
-2005-04-29
85
+2005-05-11
86 86
 </ADDRESS>
87 87
 </BODY>
88 88
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html547"
30
+<A NAME="tex2html546"
31 31
   HREF="node4.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html543"
33
+<A NAME="tex2html542"
34 34
   HREF="node2.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html537"
36
+<A NAME="tex2html536"
37 37
   HREF="node2.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html545"
39
+<A NAME="tex2html544"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html548"
43
+<B> Next:</B> <A NAME="tex2html547"
44 44
   HREF="node4.html">Mailing lists</A>
45
-<B> Up:</B> <A NAME="tex2html544"
45
+<B> Up:</B> <A NAME="tex2html543"
46 46
   HREF="node2.html">Introduction</A>
47
-<B> Previous:</B> <A NAME="tex2html538"
47
+<B> Previous:</B> <A NAME="tex2html537"
48 48
   HREF="node2.html">Introduction</A>
49
- &nbsp <B>  <A NAME="tex2html546"
49
+ &nbsp <B>  <A NAME="tex2html545"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ Features</A>
67 67
 </LI>
68 68
 <LI>Supports on-access scanning (Linux and FreeBSD only)
69 69
 </LI>
70
-<LI>Detects over 30000 viruses, worms, and trojans, including
70
+<LI>Detects over 34000 viruses, worms, and trojans, including
71 71
 	      Microsoft Office and MacOffice macro viruses
72 72
 </LI>
73 73
 <LI>Scans within archives and compressed files (also protects
... ...
@@ -119,7 +119,7 @@ Features</A>
119 119
 <BR><HR>
120 120
 <ADDRESS>
121 121
 Tomasz Kojm
122
-2005-04-29
122
+2005-05-11
123 123
 </ADDRESS>
124 124
 </BODY>
125 125
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html880"
30
+<A NAME="tex2html879"
31 31
   HREF="node31.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html876"
33
+<A NAME="tex2html875"
34 34
   HREF="clamdoc.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html870"
36
+<A NAME="tex2html869"
37 37
   HREF="node29.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html878"
39
+<A NAME="tex2html877"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html881"
43
+<B> Next:</B> <A NAME="tex2html880"
44 44
   HREF="node31.html">Licence</A>
45
-<B> Up:</B> <A NAME="tex2html877"
45
+<B> Up:</B> <A NAME="tex2html876"
46 46
   HREF="clamdoc.html">clamdoc</A>
47
-<B> Previous:</B> <A NAME="tex2html871"
47
+<B> Previous:</B> <A NAME="tex2html870"
48 48
   HREF="node29.html">clamd</A>
49
- &nbsp <B>  <A NAME="tex2html879"
49
+ &nbsp <B>  <A NAME="tex2html878"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,48 +66,48 @@ LibClamAV</A>
66 66
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
67 67
 
68 68
 <UL>
69
-<LI><A NAME="tex2html882"
69
+<LI><A NAME="tex2html881"
70 70
   HREF="node31.html">Licence</A>
71
-<LI><A NAME="tex2html883"
71
+<LI><A NAME="tex2html882"
72 72
   HREF="node32.html">Features</A>
73 73
 <UL>
74
-<LI><A NAME="tex2html884"
74
+<LI><A NAME="tex2html883"
75 75
   HREF="node33.html">Archives and compressed files</A>
76
-<LI><A NAME="tex2html885"
76
+<LI><A NAME="tex2html884"
77 77
   HREF="node34.html">Mail files</A>
78 78
 </UL>
79
-<LI><A NAME="tex2html886"
79
+<LI><A NAME="tex2html885"
80 80
   HREF="node35.html">API</A>
81 81
 <UL>
82
-<LI><A NAME="tex2html887"
82
+<LI><A NAME="tex2html886"
83 83
   HREF="node36.html">Header file</A>
84
-<LI><A NAME="tex2html888"
84
+<LI><A NAME="tex2html887"
85 85
   HREF="node37.html">Database loading</A>
86
-<LI><A NAME="tex2html889"
86
+<LI><A NAME="tex2html888"
87 87
   HREF="node38.html">Error handling</A>
88
-<LI><A NAME="tex2html890"
88
+<LI><A NAME="tex2html889"
89 89
   HREF="node39.html">Database structure</A>
90 90
 </UL>
91
-<LI><A NAME="tex2html891"
91
+<LI><A NAME="tex2html890"
92 92
   HREF="node40.html">Database reloading</A>
93 93
 <UL>
94
-<LI><A NAME="tex2html892"
94
+<LI><A NAME="tex2html891"
95 95
   HREF="node41.html">Data scan functions</A>
96
-<LI><A NAME="tex2html893"
96
+<LI><A NAME="tex2html892"
97 97
   HREF="node42.html">Memory</A>
98
-<LI><A NAME="tex2html894"
98
+<LI><A NAME="tex2html893"
99 99
   HREF="node43.html">clamav-config</A>
100
-<LI><A NAME="tex2html895"
100
+<LI><A NAME="tex2html894"
101 101
   HREF="node44.html">Example</A>
102 102
 </UL>
103
-<LI><A NAME="tex2html896"
103
+<LI><A NAME="tex2html895"
104 104
   HREF="node45.html">CVD format</A>
105 105
 </UL>
106 106
 <!--End of Table of Child-Links-->
107 107
 <BR><HR>
108 108
 <ADDRESS>
109 109
 Tomasz Kojm
110
-2005-04-29
110
+2005-05-11
111 111
 </ADDRESS>
112 112
 </BODY>
113 113
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html907"
30
+<A NAME="tex2html906"
31 31
   HREF="node32.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html903"
33
+<A NAME="tex2html902"
34 34
   HREF="node30.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html897"
36
+<A NAME="tex2html896"
37 37
   HREF="node30.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html905"
39
+<A NAME="tex2html904"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html908"
43
+<B> Next:</B> <A NAME="tex2html907"
44 44
   HREF="node32.html">Features</A>
45
-<B> Up:</B> <A NAME="tex2html904"
45
+<B> Up:</B> <A NAME="tex2html903"
46 46
   HREF="node30.html">LibClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html898"
47
+<B> Previous:</B> <A NAME="tex2html897"
48 48
   HREF="node30.html">LibClamAV</A>
49
- &nbsp <B>  <A NAME="tex2html906"
49
+ &nbsp <B>  <A NAME="tex2html905"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,7 +65,7 @@ Licence</A>
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html919"
30
+<A NAME="tex2html918"
31 31
   HREF="node33.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html915"
33
+<A NAME="tex2html914"
34 34
   HREF="node30.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html909"
36
+<A NAME="tex2html908"
37 37
   HREF="node31.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html917"
39
+<A NAME="tex2html916"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html920"
43
+<B> Next:</B> <A NAME="tex2html919"
44 44
   HREF="node33.html">Archives and compressed files</A>
45
-<B> Up:</B> <A NAME="tex2html916"
45
+<B> Up:</B> <A NAME="tex2html915"
46 46
   HREF="node30.html">LibClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html910"
47
+<B> Previous:</B> <A NAME="tex2html909"
48 48
   HREF="node31.html">Licence</A>
49
- &nbsp <B>  <A NAME="tex2html918"
49
+ &nbsp <B>  <A NAME="tex2html917"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -62,16 +62,16 @@ Features</A>
62 62
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
63 63
 
64 64
 <UL>
65
-<LI><A NAME="tex2html921"
65
+<LI><A NAME="tex2html920"
66 66
   HREF="node33.html">Archives and compressed files</A>
67
-<LI><A NAME="tex2html922"
67
+<LI><A NAME="tex2html921"
68 68
   HREF="node34.html">Mail files</A>
69 69
 </UL>
70 70
 <!--End of Table of Child-Links-->
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2005-04-29
74
+2005-05-11
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html933"
30
+<A NAME="tex2html932"
31 31
   HREF="node34.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html929"
33
+<A NAME="tex2html928"
34 34
   HREF="node32.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html923"
36
+<A NAME="tex2html922"
37 37
   HREF="node32.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html931"
39
+<A NAME="tex2html930"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html934"
43
+<B> Next:</B> <A NAME="tex2html933"
44 44
   HREF="node34.html">Mail files</A>
45
-<B> Up:</B> <A NAME="tex2html930"
45
+<B> Up:</B> <A NAME="tex2html929"
46 46
   HREF="node32.html">Features</A>
47
-<B> Previous:</B> <A NAME="tex2html924"
47
+<B> Previous:</B> <A NAME="tex2html923"
48 48
   HREF="node32.html">Features</A>
49
- &nbsp <B>  <A NAME="tex2html932"
49
+ &nbsp <B>  <A NAME="tex2html931"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -107,7 +107,7 @@ Archives and compressed files</A>
107 107
 <BR><HR>
108 108
 <ADDRESS>
109 109
 Tomasz Kojm
110
-2005-04-29
110
+2005-05-11
111 111
 </ADDRESS>
112 112
 </BODY>
113 113
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html943"
29
+<A NAME="tex2html942"
30 30
   HREF="node35.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html939"
32
+<A NAME="tex2html938"
33 33
   HREF="node32.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html935"
35
+<A NAME="tex2html934"
36 36
   HREF="node33.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html941"
38
+<A NAME="tex2html940"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html944"
42
+<B> Next:</B> <A NAME="tex2html943"
43 43
   HREF="node35.html">API</A>
44
-<B> Up:</B> <A NAME="tex2html940"
44
+<B> Up:</B> <A NAME="tex2html939"
45 45
   HREF="node32.html">Features</A>
46
-<B> Previous:</B> <A NAME="tex2html936"
46
+<B> Previous:</B> <A NAME="tex2html935"
47 47
   HREF="node33.html">Archives and compressed files</A>
48
- &nbsp <B>  <A NAME="tex2html942"
48
+ &nbsp <B>  <A NAME="tex2html941"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -56,12 +56,13 @@ Mail files</A>
56 56
 </H3>
57 57
     Advanced mail scanner built into libclamav transparently scans e-mails
58 58
     for infected attachments. All popular UNIX mail formats are supported.
59
+    TNEF attachments are supported as well.
59 60
 
60 61
 <P>
61 62
 <BR><HR>
62 63
 <ADDRESS>
63 64
 Tomasz Kojm
64
-2005-04-29
65
+2005-05-11
65 66
 </ADDRESS>
66 67
 </BODY>
67 68
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html955"
30
+<A NAME="tex2html954"
31 31
   HREF="node36.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html951"
33
+<A NAME="tex2html950"
34 34
   HREF="node30.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html945"
36
+<A NAME="tex2html944"
37 37
   HREF="node34.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html953"
39
+<A NAME="tex2html952"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html956"
43
+<B> Next:</B> <A NAME="tex2html955"
44 44
   HREF="node36.html">Header file</A>
45
-<B> Up:</B> <A NAME="tex2html952"
45
+<B> Up:</B> <A NAME="tex2html951"
46 46
   HREF="node30.html">LibClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html946"
47
+<B> Previous:</B> <A NAME="tex2html945"
48 48
   HREF="node34.html">Mail files</A>
49
- &nbsp <B>  <A NAME="tex2html954"
49
+ &nbsp <B>  <A NAME="tex2html953"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -62,20 +62,20 @@ API</A>
62 62
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
63 63
 
64 64
 <UL>
65
-<LI><A NAME="tex2html957"
65
+<LI><A NAME="tex2html956"
66 66
   HREF="node36.html">Header file</A>
67
-<LI><A NAME="tex2html958"
67
+<LI><A NAME="tex2html957"
68 68
   HREF="node37.html">Database loading</A>
69
-<LI><A NAME="tex2html959"
69
+<LI><A NAME="tex2html958"
70 70
   HREF="node38.html">Error handling</A>
71
-<LI><A NAME="tex2html960"
71
+<LI><A NAME="tex2html959"
72 72
   HREF="node39.html">Database structure</A>
73 73
 </UL>
74 74
 <!--End of Table of Child-Links-->
75 75
 <BR><HR>
76 76
 <ADDRESS>
77 77
 Tomasz Kojm
78
-2005-04-29
78
+2005-05-11
79 79
 </ADDRESS>
80 80
 </BODY>
81 81
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html971"
30
+<A NAME="tex2html970"
31 31
   HREF="node37.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html967"
33
+<A NAME="tex2html966"
34 34
   HREF="node35.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html961"
36
+<A NAME="tex2html960"
37 37
   HREF="node35.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html969"
39
+<A NAME="tex2html968"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html972"
43
+<B> Next:</B> <A NAME="tex2html971"
44 44
   HREF="node37.html">Database loading</A>
45
-<B> Up:</B> <A NAME="tex2html968"
45
+<B> Up:</B> <A NAME="tex2html967"
46 46
   HREF="node35.html">API</A>
47
-<B> Previous:</B> <A NAME="tex2html962"
47
+<B> Previous:</B> <A NAME="tex2html961"
48 48
   HREF="node35.html">API</A>
49
- &nbsp <B>  <A NAME="tex2html970"
49
+ &nbsp <B>  <A NAME="tex2html969"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,7 +65,7 @@ Header file</A>
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html983"
30
+<A NAME="tex2html982"
31 31
   HREF="node38.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html979"
33
+<A NAME="tex2html978"
34 34
   HREF="node35.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html973"
36
+<A NAME="tex2html972"
37 37
   HREF="node36.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html981"
39
+<A NAME="tex2html980"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html984"
43
+<B> Next:</B> <A NAME="tex2html983"
44 44
   HREF="node38.html">Error handling</A>
45
-<B> Up:</B> <A NAME="tex2html980"
45
+<B> Up:</B> <A NAME="tex2html979"
46 46
   HREF="node35.html">API</A>
47
-<B> Previous:</B> <A NAME="tex2html974"
47
+<B> Previous:</B> <A NAME="tex2html973"
48 48
   HREF="node36.html">Header file</A>
49
- &nbsp <B>  <A NAME="tex2html982"
49
+ &nbsp <B>  <A NAME="tex2html981"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -88,7 +88,7 @@ Database loading</A>
88 88
 <BR><HR>
89 89
 <ADDRESS>
90 90
 Tomasz Kojm
91
-2005-04-29
91
+2005-05-11
92 92
 </ADDRESS>
93 93
 </BODY>
94 94
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html995"
30
+<A NAME="tex2html994"
31 31
   HREF="node39.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html991"
33
+<A NAME="tex2html990"
34 34
   HREF="node35.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html985"
36
+<A NAME="tex2html984"
37 37
   HREF="node37.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html993"
39
+<A NAME="tex2html992"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html996"
43
+<B> Next:</B> <A NAME="tex2html995"
44 44
   HREF="node39.html">Database structure</A>
45
-<B> Up:</B> <A NAME="tex2html992"
45
+<B> Up:</B> <A NAME="tex2html991"
46 46
   HREF="node35.html">API</A>
47
-<B> Previous:</B> <A NAME="tex2html986"
47
+<B> Previous:</B> <A NAME="tex2html985"
48 48
   HREF="node37.html">Database loading</A>
49
- &nbsp <B>  <A NAME="tex2html994"
49
+ &nbsp <B>  <A NAME="tex2html993"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -68,7 +68,7 @@ Error handling</A>
68 68
 <BR><HR>
69 69
 <ADDRESS>
70 70
 Tomasz Kojm
71
-2005-04-29
71
+2005-05-11
72 72
 </ADDRESS>
73 73
 </BODY>
74 74
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html1005"
29
+<A NAME="tex2html1004"
30 30
   HREF="node40.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html1001"
32
+<A NAME="tex2html1000"
33 33
   HREF="node35.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html997"
35
+<A NAME="tex2html996"
36 36
   HREF="node38.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html1003"
38
+<A NAME="tex2html1002"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html1006"
42
+<B> Next:</B> <A NAME="tex2html1005"
43 43
   HREF="node40.html">Database reloading</A>
44
-<B> Up:</B> <A NAME="tex2html1002"
44
+<B> Up:</B> <A NAME="tex2html1001"
45 45
   HREF="node35.html">API</A>
46
-<B> Previous:</B> <A NAME="tex2html998"
46
+<B> Previous:</B> <A NAME="tex2html997"
47 47
   HREF="node38.html">Error handling</A>
48
- &nbsp <B>  <A NAME="tex2html1004"
48
+ &nbsp <B>  <A NAME="tex2html1003"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -68,7 +68,7 @@ Database structure</A>
68 68
 <BR><HR>
69 69
 <ADDRESS>
70 70
 Tomasz Kojm
71
-2005-04-29
71
+2005-05-11
72 72
 </ADDRESS>
73 73
 </BODY>
74 74
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html559"
30
+<A NAME="tex2html558"
31 31
   HREF="node5.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html555"
33
+<A NAME="tex2html554"
34 34
   HREF="node2.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html549"
36
+<A NAME="tex2html548"
37 37
   HREF="node3.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html557"
39
+<A NAME="tex2html556"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html560"
43
+<B> Next:</B> <A NAME="tex2html559"
44 44
   HREF="node5.html">Virus submitting</A>
45
-<B> Up:</B> <A NAME="tex2html556"
45
+<B> Up:</B> <A NAME="tex2html555"
46 46
   HREF="node2.html">Introduction</A>
47
-<B> Previous:</B> <A NAME="tex2html550"
47
+<B> Previous:</B> <A NAME="tex2html549"
48 48
   HREF="node3.html">Features</A>
49
- &nbsp <B>  <A NAME="tex2html558"
49
+ &nbsp <B>  <A NAME="tex2html557"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -79,7 +79,7 @@ Mailing lists</A>
79 79
 <BR><HR>
80 80
 <ADDRESS>
81 81
 Tomasz Kojm
82
-2005-04-29
82
+2005-05-11
83 83
 </ADDRESS>
84 84
 </BODY>
85 85
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1017"
30
+<A NAME="tex2html1016"
31 31
   HREF="node41.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1013"
33
+<A NAME="tex2html1012"
34 34
   HREF="node30.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1007"
36
+<A NAME="tex2html1006"
37 37
   HREF="node39.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1015"
39
+<A NAME="tex2html1014"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1018"
43
+<B> Next:</B> <A NAME="tex2html1017"
44 44
   HREF="node41.html">Data scan functions</A>
45
-<B> Up:</B> <A NAME="tex2html1014"
45
+<B> Up:</B> <A NAME="tex2html1013"
46 46
   HREF="node30.html">LibClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1008"
47
+<B> Previous:</B> <A NAME="tex2html1007"
48 48
   HREF="node39.html">Database structure</A>
49
- &nbsp <B>  <A NAME="tex2html1016"
49
+ &nbsp <B>  <A NAME="tex2html1015"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -87,20 +87,20 @@ Database reloading</A>
87 87
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
88 88
 
89 89
 <UL>
90
-<LI><A NAME="tex2html1019"
90
+<LI><A NAME="tex2html1018"
91 91
   HREF="node41.html">Data scan functions</A>
92
-<LI><A NAME="tex2html1020"
92
+<LI><A NAME="tex2html1019"
93 93
   HREF="node42.html">Memory</A>
94
-<LI><A NAME="tex2html1021"
94
+<LI><A NAME="tex2html1020"
95 95
   HREF="node43.html">clamav-config</A>
96
-<LI><A NAME="tex2html1022"
96
+<LI><A NAME="tex2html1021"
97 97
   HREF="node44.html">Example</A>
98 98
 </UL>
99 99
 <!--End of Table of Child-Links-->
100 100
 <BR><HR>
101 101
 <ADDRESS>
102 102
 Tomasz Kojm
103
-2005-04-29
103
+2005-05-11
104 104
 </ADDRESS>
105 105
 </BODY>
106 106
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1033"
30
+<A NAME="tex2html1032"
31 31
   HREF="node42.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1029"
33
+<A NAME="tex2html1028"
34 34
   HREF="node40.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1023"
36
+<A NAME="tex2html1022"
37 37
   HREF="node40.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1031"
39
+<A NAME="tex2html1030"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1034"
43
+<B> Next:</B> <A NAME="tex2html1033"
44 44
   HREF="node42.html">Memory</A>
45
-<B> Up:</B> <A NAME="tex2html1030"
45
+<B> Up:</B> <A NAME="tex2html1029"
46 46
   HREF="node40.html">Database reloading</A>
47
-<B> Previous:</B> <A NAME="tex2html1024"
47
+<B> Previous:</B> <A NAME="tex2html1023"
48 48
   HREF="node40.html">Database reloading</A>
49
- &nbsp <B>  <A NAME="tex2html1032"
49
+ &nbsp <B>  <A NAME="tex2html1031"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -182,31 +182,31 @@ This flag enables HTML normalisation (including JScript
182 182
 <P>
183 183
 <HR>
184 184
 <!--Navigation Panel-->
185
-<A NAME="tex2html1033"
185
+<A NAME="tex2html1032"
186 186
   HREF="node42.html">
187 187
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
188
-<A NAME="tex2html1029"
188
+<A NAME="tex2html1028"
189 189
   HREF="node40.html">
190 190
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
191
-<A NAME="tex2html1023"
191
+<A NAME="tex2html1022"
192 192
   HREF="node40.html">
193 193
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
194
-<A NAME="tex2html1031"
194
+<A NAME="tex2html1030"
195 195
   HREF="node1.html">
196 196
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
197 197
 <BR>
198
-<B> Next:</B> <A NAME="tex2html1034"
198
+<B> Next:</B> <A NAME="tex2html1033"
199 199
   HREF="node42.html">Memory</A>
200
-<B> Up:</B> <A NAME="tex2html1030"
200
+<B> Up:</B> <A NAME="tex2html1029"
201 201
   HREF="node40.html">Database reloading</A>
202
-<B> Previous:</B> <A NAME="tex2html1024"
202
+<B> Previous:</B> <A NAME="tex2html1023"
203 203
   HREF="node40.html">Database reloading</A>
204
- &nbsp <B>  <A NAME="tex2html1032"
204
+ &nbsp <B>  <A NAME="tex2html1031"
205 205
   HREF="node1.html">Contents</A></B> 
206 206
 <!--End of Navigation Panel-->
207 207
 <ADDRESS>
208 208
 Tomasz Kojm
209
-2005-04-29
209
+2005-05-11
210 210
 </ADDRESS>
211 211
 </BODY>
212 212
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1045"
30
+<A NAME="tex2html1044"
31 31
   HREF="node43.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1041"
33
+<A NAME="tex2html1040"
34 34
   HREF="node40.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1035"
36
+<A NAME="tex2html1034"
37 37
   HREF="node41.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1043"
39
+<A NAME="tex2html1042"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1046"
43
+<B> Next:</B> <A NAME="tex2html1045"
44 44
   HREF="node43.html">clamav-config</A>
45
-<B> Up:</B> <A NAME="tex2html1042"
45
+<B> Up:</B> <A NAME="tex2html1041"
46 46
   HREF="node40.html">Database reloading</A>
47
-<B> Previous:</B> <A NAME="tex2html1036"
47
+<B> Previous:</B> <A NAME="tex2html1035"
48 48
   HREF="node41.html">Data scan functions</A>
49
- &nbsp <B>  <A NAME="tex2html1044"
49
+ &nbsp <B>  <A NAME="tex2html1043"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,7 +65,7 @@ Memory</A>
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1057"
30
+<A NAME="tex2html1056"
31 31
   HREF="node44.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1053"
33
+<A NAME="tex2html1052"
34 34
   HREF="node40.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1047"
36
+<A NAME="tex2html1046"
37 37
   HREF="node42.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1055"
39
+<A NAME="tex2html1054"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1058"
43
+<B> Next:</B> <A NAME="tex2html1057"
44 44
   HREF="node44.html">Example</A>
45
-<B> Up:</B> <A NAME="tex2html1054"
45
+<B> Up:</B> <A NAME="tex2html1053"
46 46
   HREF="node40.html">Database reloading</A>
47
-<B> Previous:</B> <A NAME="tex2html1048"
47
+<B> Previous:</B> <A NAME="tex2html1047"
48 48
   HREF="node42.html">Memory</A>
49
- &nbsp <B>  <A NAME="tex2html1056"
49
+ &nbsp <B>  <A NAME="tex2html1055"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ clamav-config</A>
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html1067"
29
+<A NAME="tex2html1066"
30 30
   HREF="node45.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html1063"
32
+<A NAME="tex2html1062"
33 33
   HREF="node40.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html1059"
35
+<A NAME="tex2html1058"
36 36
   HREF="node43.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html1065"
38
+<A NAME="tex2html1064"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html1068"
42
+<B> Next:</B> <A NAME="tex2html1067"
43 43
   HREF="node45.html">CVD format</A>
44
-<B> Up:</B> <A NAME="tex2html1064"
44
+<B> Up:</B> <A NAME="tex2html1063"
45 45
   HREF="node40.html">Database reloading</A>
46
-<B> Previous:</B> <A NAME="tex2html1060"
46
+<B> Previous:</B> <A NAME="tex2html1059"
47 47
   HREF="node43.html">clamav-config</A>
48
- &nbsp <B>  <A NAME="tex2html1066"
48
+ &nbsp <B>  <A NAME="tex2html1065"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -65,7 +65,7 @@ Example</A>
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html1077"
29
+<A NAME="tex2html1076"
30 30
   HREF="node46.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html1073"
32
+<A NAME="tex2html1072"
33 33
   HREF="node30.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html1069"
35
+<A NAME="tex2html1068"
36 36
   HREF="node44.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html1075"
38
+<A NAME="tex2html1074"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html1078"
42
+<B> Next:</B> <A NAME="tex2html1077"
43 43
   HREF="node46.html">Frequently Asked Questions</A>
44
-<B> Up:</B> <A NAME="tex2html1074"
44
+<B> Up:</B> <A NAME="tex2html1073"
45 45
   HREF="node30.html">LibClamAV</A>
46
-<B> Previous:</B> <A NAME="tex2html1070"
46
+<B> Previous:</B> <A NAME="tex2html1069"
47 47
   HREF="node44.html">Example</A>
48
- &nbsp <B>  <A NAME="tex2html1076"
48
+ &nbsp <B>  <A NAME="tex2html1075"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -80,7 +80,7 @@ level required:MD5 checksum:digital signature:builder name:build time (sec)
80 80
 <BR><HR>
81 81
 <ADDRESS>
82 82
 Tomasz Kojm
83
-2005-04-29
83
+2005-05-11
84 84
 </ADDRESS>
85 85
 </BODY>
86 86
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1089"
30
+<A NAME="tex2html1088"
31 31
   HREF="node47.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1085"
33
+<A NAME="tex2html1084"
34 34
   HREF="clamdoc.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1079"
36
+<A NAME="tex2html1078"
37 37
   HREF="node45.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1087"
39
+<A NAME="tex2html1086"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1090"
43
+<B> Next:</B> <A NAME="tex2html1089"
44 44
   HREF="node47.html">Third party software</A>
45
-<B> Up:</B> <A NAME="tex2html1086"
45
+<B> Up:</B> <A NAME="tex2html1085"
46 46
   HREF="clamdoc.html">clamdoc</A>
47
-<B> Previous:</B> <A NAME="tex2html1080"
47
+<B> Previous:</B> <A NAME="tex2html1079"
48 48
   HREF="node45.html">CVD format</A>
49
- &nbsp <B>  <A NAME="tex2html1088"
49
+ &nbsp <B>  <A NAME="tex2html1087"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -367,31 +367,31 @@ There are many ways to contribute to the ClamAV project. See the
367 367
 <P>
368 368
 <HR>
369 369
 <!--Navigation Panel-->
370
-<A NAME="tex2html1089"
370
+<A NAME="tex2html1088"
371 371
   HREF="node47.html">
372 372
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
373
-<A NAME="tex2html1085"
373
+<A NAME="tex2html1084"
374 374
   HREF="clamdoc.html">
375 375
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
376
-<A NAME="tex2html1079"
376
+<A NAME="tex2html1078"
377 377
   HREF="node45.html">
378 378
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
379
-<A NAME="tex2html1087"
379
+<A NAME="tex2html1086"
380 380
   HREF="node1.html">
381 381
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
382 382
 <BR>
383
-<B> Next:</B> <A NAME="tex2html1090"
383
+<B> Next:</B> <A NAME="tex2html1089"
384 384
   HREF="node47.html">Third party software</A>
385
-<B> Up:</B> <A NAME="tex2html1086"
385
+<B> Up:</B> <A NAME="tex2html1085"
386 386
   HREF="clamdoc.html">clamdoc</A>
387
-<B> Previous:</B> <A NAME="tex2html1080"
387
+<B> Previous:</B> <A NAME="tex2html1079"
388 388
   HREF="node45.html">CVD format</A>
389
- &nbsp <B>  <A NAME="tex2html1088"
389
+ &nbsp <B>  <A NAME="tex2html1087"
390 390
   HREF="node1.html">Contents</A></B> 
391 391
 <!--End of Navigation Panel-->
392 392
 <ADDRESS>
393 393
 Tomasz Kojm
394
-2005-04-29
394
+2005-05-11
395 395
 </ADDRESS>
396 396
 </BODY>
397 397
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1101"
30
+<A NAME="tex2html1100"
31 31
   HREF="node48.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1097"
33
+<A NAME="tex2html1096"
34 34
   HREF="clamdoc.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1091"
36
+<A NAME="tex2html1090"
37 37
   HREF="node46.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1099"
39
+<A NAME="tex2html1098"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1102"
43
+<B> Next:</B> <A NAME="tex2html1101"
44 44
   HREF="node48.html">MTA + ClamAV</A>
45
-<B> Up:</B> <A NAME="tex2html1098"
45
+<B> Up:</B> <A NAME="tex2html1097"
46 46
   HREF="clamdoc.html">clamdoc</A>
47
-<B> Previous:</B> <A NAME="tex2html1092"
47
+<B> Previous:</B> <A NAME="tex2html1091"
48 48
   HREF="node46.html">Frequently Asked Questions</A>
49
- &nbsp <B>  <A NAME="tex2html1100"
49
+ &nbsp <B>  <A NAME="tex2html1099"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,229 +65,229 @@ Third party software</A>
65 65
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
66 66
 
67 67
 <UL>
68
-<LI><A NAME="tex2html1103"
68
+<LI><A NAME="tex2html1102"
69 69
   HREF="node48.html"><I>MTA + ClamAV</I></A>
70 70
 <UL>
71
-<LI><A NAME="tex2html1104"
71
+<LI><A NAME="tex2html1103"
72 72
   HREF="node49.html">amavisd-new</A>
73
-<LI><A NAME="tex2html1105"
73
+<LI><A NAME="tex2html1104"
74 74
   HREF="node50.html">AMaViS - "Next Generation"</A>
75
-<LI><A NAME="tex2html1106"
75
+<LI><A NAME="tex2html1105"
76 76
   HREF="node51.html">ClamdMail</A>
77
-<LI><A NAME="tex2html1107"
77
+<LI><A NAME="tex2html1106"
78 78
   HREF="node52.html">cgpav</A>
79
-<LI><A NAME="tex2html1108"
79
+<LI><A NAME="tex2html1107"
80 80
   HREF="node53.html">ClamCour</A>
81
-<LI><A NAME="tex2html1109"
81
+<LI><A NAME="tex2html1108"
82 82
   HREF="node54.html">clamfilter</A>
83
-<LI><A NAME="tex2html1110"
83
+<LI><A NAME="tex2html1109"
84 84
   HREF="node55.html">ClamSMTP</A>
85
-<LI><A NAME="tex2html1111"
85
+<LI><A NAME="tex2html1110"
86 86
   HREF="node56.html">clapf</A>
87
-<LI><A NAME="tex2html1112"
87
+<LI><A NAME="tex2html1111"
88 88
   HREF="node57.html">DSpamPD</A>
89
-<LI><A NAME="tex2html1113"
89
+<LI><A NAME="tex2html1112"
90 90
   HREF="node58.html">exiscan</A>
91
-<LI><A NAME="tex2html1114"
91
+<LI><A NAME="tex2html1113"
92 92
   HREF="node59.html">Gadoyanvirus</A>
93
-<LI><A NAME="tex2html1115"
93
+<LI><A NAME="tex2html1114"
94 94
   HREF="node60.html">hMailServer</A>
95
-<LI><A NAME="tex2html1116"
95
+<LI><A NAME="tex2html1115"
96 96
   HREF="node61.html">IVS Milter</A>
97
-<LI><A NAME="tex2html1117"
97
+<LI><A NAME="tex2html1116"
98 98
   HREF="node62.html">j-chkmail</A>
99
-<LI><A NAME="tex2html1118"
99
+<LI><A NAME="tex2html1117"
100 100
   HREF="node63.html">Mail Avenger</A>
101
-<LI><A NAME="tex2html1119"
101
+<LI><A NAME="tex2html1118"
102 102
   HREF="node64.html">Mailnees</A>
103
-<LI><A NAME="tex2html1120"
103
+<LI><A NAME="tex2html1119"
104 104
   HREF="node65.html">MailScanner</A>
105
-<LI><A NAME="tex2html1121"
105
+<LI><A NAME="tex2html1120"
106 106
   HREF="node66.html">Maverix</A>
107
-<LI><A NAME="tex2html1122"
107
+<LI><A NAME="tex2html1121"
108 108
   HREF="node67.html">MIMEDefang</A>
109
-<LI><A NAME="tex2html1123"
109
+<LI><A NAME="tex2html1122"
110 110
   HREF="node68.html">mxGuard for IMail</A>
111
-<LI><A NAME="tex2html1124"
111
+<LI><A NAME="tex2html1123"
112 112
   HREF="node69.html">OdeiaVir</A>
113
-<LI><A NAME="tex2html1125"
113
+<LI><A NAME="tex2html1124"
114 114
   HREF="node70.html">OpenProtect</A>
115
-<LI><A NAME="tex2html1126"
115
+<LI><A NAME="tex2html1125"
116 116
   HREF="node71.html">Protea AntiVirus Tools</A>
117
-<LI><A NAME="tex2html1127"
117
+<LI><A NAME="tex2html1126"
118 118
   HREF="node72.html">PTSMail Utilities</A>
119
-<LI><A NAME="tex2html1128"
119
+<LI><A NAME="tex2html1127"
120 120
   HREF="node73.html">pymavis</A>
121
-<LI><A NAME="tex2html1129"
121
+<LI><A NAME="tex2html1128"
122 122
   HREF="node74.html">Qmail-Scanner</A>
123
-<LI><A NAME="tex2html1130"
123
+<LI><A NAME="tex2html1129"
124 124
   HREF="node75.html">qpsmtp</A>
125
-<LI><A NAME="tex2html1131"
125
+<LI><A NAME="tex2html1130"
126 126
   HREF="node76.html">qscanq</A>
127
-<LI><A NAME="tex2html1132"
127
+<LI><A NAME="tex2html1131"
128 128
   HREF="node77.html">qSheff</A>
129
-<LI><A NAME="tex2html1133"
129
+<LI><A NAME="tex2html1132"
130 130
   HREF="node78.html">RevolSys SMTP kit for Postfix</A>
131
-<LI><A NAME="tex2html1134"
131
+<LI><A NAME="tex2html1133"
132 132
   HREF="node79.html">Sagator</A>
133
-<LI><A NAME="tex2html1135"
133
+<LI><A NAME="tex2html1134"
134 134
   HREF="node80.html">Scrubber</A>
135
-<LI><A NAME="tex2html1136"
135
+<LI><A NAME="tex2html1135"
136 136
   HREF="node81.html">Secure Mail Intelligence!</A>
137
-<LI><A NAME="tex2html1137"
137
+<LI><A NAME="tex2html1136"
138 138
   HREF="node82.html">simscan</A>
139
-<LI><A NAME="tex2html1138"
139
+<LI><A NAME="tex2html1137"
140 140
   HREF="node83.html">SmarterMail Filter</A>
141
-<LI><A NAME="tex2html1139"
141
+<LI><A NAME="tex2html1138"
142 142
   HREF="node84.html">smf-clamd</A>
143
-<LI><A NAME="tex2html1140"
143
+<LI><A NAME="tex2html1139"
144 144
   HREF="node85.html">smtpfilter</A>
145
-<LI><A NAME="tex2html1141"
145
+<LI><A NAME="tex2html1140"
146 146
   HREF="node86.html">smtp-vilter</A>
147
-<LI><A NAME="tex2html1142"
147
+<LI><A NAME="tex2html1141"
148 148
   HREF="node87.html">Zabit</A>
149 149
 </UL>
150
-<LI><A NAME="tex2html1143"
150
+<LI><A NAME="tex2html1142"
151 151
   HREF="node88.html"><I>MTA + POP3 Proxy + ClamAV</I></A>
152 152
 <UL>
153
-<LI><A NAME="tex2html1144"
153
+<LI><A NAME="tex2html1143"
154 154
   HREF="node89.html">ClamMail</A>
155
-<LI><A NAME="tex2html1145"
155
+<LI><A NAME="tex2html1144"
156 156
   HREF="node90.html">POP3 Virus Scanner Daemon</A>
157
-<LI><A NAME="tex2html1146"
157
+<LI><A NAME="tex2html1145"
158 158
   HREF="node91.html">pop3.proxy</A>
159 159
 </UL>
160
-<LI><A NAME="tex2html1147"
160
+<LI><A NAME="tex2html1146"
161 161
   HREF="node92.html"><I>Web/FTP Proxy + ClamAV</I></A>
162 162
 <UL>
163
-<LI><A NAME="tex2html1148"
163
+<LI><A NAME="tex2html1147"
164 164
   HREF="node93.html">DansGuardian Anti-Virus Patch</A>
165
-<LI><A NAME="tex2html1149"
165
+<LI><A NAME="tex2html1148"
166 166
   HREF="node94.html">Frox</A>
167
-<LI><A NAME="tex2html1150"
167
+<LI><A NAME="tex2html1149"
168 168
   HREF="node95.html">HTTP Anti Virus Proxy</A>
169
-<LI><A NAME="tex2html1151"
169
+<LI><A NAME="tex2html1150"
170 170
   HREF="node96.html">Frox</A>
171
-<LI><A NAME="tex2html1152"
171
+<LI><A NAME="tex2html1151"
172 172
   HREF="node97.html">mod_clamav</A>
173
-<LI><A NAME="tex2html1153"
173
+<LI><A NAME="tex2html1152"
174 174
   HREF="node98.html">SafeSquid</A>
175
-<LI><A NAME="tex2html1154"
175
+<LI><A NAME="tex2html1153"
176 176
   HREF="node99.html">SquidClamAV Redirector</A>
177
-<LI><A NAME="tex2html1155"
177
+<LI><A NAME="tex2html1154"
178 178
   HREF="node100.html">Squidclam</A>
179
-<LI><A NAME="tex2html1156"
179
+<LI><A NAME="tex2html1155"
180 180
   HREF="node101.html">Viralator</A>
181 181
 </UL>
182
-<LI><A NAME="tex2html1157"
182
+<LI><A NAME="tex2html1156"
183 183
   HREF="node102.html"><I>Filesystem + ClamAV</I></A>
184 184
 <UL>
185
-<LI><A NAME="tex2html1158"
185
+<LI><A NAME="tex2html1157"
186 186
   HREF="node103.html">Dazuko</A>
187
-<LI><A NAME="tex2html1159"
187
+<LI><A NAME="tex2html1158"
188 188
   HREF="node104.html">Famuko</A>
189
-<LI><A NAME="tex2html1160"
189
+<LI><A NAME="tex2html1159"
190 190
   HREF="node105.html">OpenAntiVirus samba-vscan</A>
191 191
 </UL>
192
-<LI><A NAME="tex2html1161"
192
+<LI><A NAME="tex2html1160"
193 193
   HREF="node106.html"><I>Mail User Agent + ClamAV</I></A>
194 194
 <UL>
195
-<LI><A NAME="tex2html1162"
195
+<LI><A NAME="tex2html1161"
196 196
   HREF="node107.html">clamailfilter</A>
197
-<LI><A NAME="tex2html1163"
197
+<LI><A NAME="tex2html1162"
198 198
   HREF="node108.html">ClamAssassin</A>
199
-<LI><A NAME="tex2html1164"
199
+<LI><A NAME="tex2html1163"
200 200
   HREF="node109.html">clamscan-procfilter</A>
201
-<LI><A NAME="tex2html1165"
201
+<LI><A NAME="tex2html1164"
202 202
   HREF="node110.html">KMail</A>
203
-<LI><A NAME="tex2html1166"
203
+<LI><A NAME="tex2html1165"
204 204
   HREF="node111.html">MyClamMailFilter</A>
205
-<LI><A NAME="tex2html1167"
205
+<LI><A NAME="tex2html1166"
206 206
   HREF="node112.html">OpenWebMail</A>
207
-<LI><A NAME="tex2html1168"
207
+<LI><A NAME="tex2html1167"
208 208
   HREF="node113.html">QClam</A>
209
-<LI><A NAME="tex2html1169"
209
+<LI><A NAME="tex2html1168"
210 210
   HREF="node114.html">QMVC - Qmail Mail and Virus Control</A>
211
-<LI><A NAME="tex2html1170"
211
+<LI><A NAME="tex2html1169"
212 212
   HREF="node115.html">Sylpheed Claws</A>
213
-<LI><A NAME="tex2html1171"
213
+<LI><A NAME="tex2html1170"
214 214
   HREF="node116.html">SoftlabsAV</A>
215 215
 </UL>
216
-<LI><A NAME="tex2html1172"
216
+<LI><A NAME="tex2html1171"
217 217
   HREF="node117.html"><I>Graphical User Interface + ClamAV</I></A>
218 218
 <UL>
219
-<LI><A NAME="tex2html1173"
219
+<LI><A NAME="tex2html1172"
220 220
   HREF="node118.html">AVScan</A>
221
-<LI><A NAME="tex2html1174"
221
+<LI><A NAME="tex2html1173"
222 222
   HREF="node119.html">BeClam</A>
223
-<LI><A NAME="tex2html1175"
223
+<LI><A NAME="tex2html1174"
224 224
   HREF="node120.html">Clamaktion</A>
225
-<LI><A NAME="tex2html1176"
225
+<LI><A NAME="tex2html1175"
226 226
   HREF="node121.html">ClamShell</A>
227
-<LI><A NAME="tex2html1177"
227
+<LI><A NAME="tex2html1176"
228 228
   HREF="node122.html">ClamTk</A>
229
-<LI><A NAME="tex2html1178"
229
+<LI><A NAME="tex2html1177"
230 230
   HREF="node123.html">clamXav</A>
231
-<LI><A NAME="tex2html1179"
231
+<LI><A NAME="tex2html1178"
232 232
   HREF="node124.html">ClamWin</A>
233
-<LI><A NAME="tex2html1180"
233
+<LI><A NAME="tex2html1179"
234 234
   HREF="node125.html">FETCAV</A>
235
-<LI><A NAME="tex2html1181"
235
+<LI><A NAME="tex2html1180"
236 236
   HREF="node126.html">KlamAV</A>
237
-<LI><A NAME="tex2html1182"
237
+<LI><A NAME="tex2html1181"
238 238
   HREF="node127.html">QtClamAVclient</A>
239
-<LI><A NAME="tex2html1183"
239
+<LI><A NAME="tex2html1182"
240 240
   HREF="node128.html">wbmclamav</A>
241 241
 </UL>
242
-<LI><A NAME="tex2html1184"
242
+<LI><A NAME="tex2html1183"
243 243
   HREF="node129.html"><I>Library + ClamAV</I></A>
244 244
 <UL>
245
-<LI><A NAME="tex2html1185"
245
+<LI><A NAME="tex2html1184"
246 246
   HREF="node130.html">ClamAVPlugin</A>
247
-<LI><A NAME="tex2html1186"
247
+<LI><A NAME="tex2html1185"
248 248
   HREF="node131.html">clamavr</A>
249
-<LI><A NAME="tex2html1187"
249
+<LI><A NAME="tex2html1186"
250 250
   HREF="node132.html">D bindings for ClamAV</A>
251
-<LI><A NAME="tex2html1188"
251
+<LI><A NAME="tex2html1187"
252 252
   HREF="node133.html">File::Scan::ClamAV</A>
253
-<LI><A NAME="tex2html1189"
253
+<LI><A NAME="tex2html1188"
254 254
   HREF="node134.html">Mail::ClamAV</A>
255
-<LI><A NAME="tex2html1190"
255
+<LI><A NAME="tex2html1189"
256 256
   HREF="node135.html">php-clamav</A>
257
-<LI><A NAME="tex2html1191"
257
+<LI><A NAME="tex2html1190"
258 258
   HREF="node136.html">pyclamav</A>
259
-<LI><A NAME="tex2html1192"
259
+<LI><A NAME="tex2html1191"
260 260
   HREF="node137.html">WRAVLib</A>
261 261
 </UL>
262
-<LI><A NAME="tex2html1193"
262
+<LI><A NAME="tex2html1192"
263 263
   HREF="node138.html"><I>Miscellaneous + ClamAV</I></A>
264 264
 <UL>
265
-<LI><A NAME="tex2html1194"
265
+<LI><A NAME="tex2html1193"
266 266
   HREF="node139.html">INSERT</A>
267
-<LI><A NAME="tex2html1195"
267
+<LI><A NAME="tex2html1194"
268 268
   HREF="node140.html">Local Area Security</A>
269
-<LI><A NAME="tex2html1196"
269
+<LI><A NAME="tex2html1195"
270 270
   HREF="node141.html">mailgraph</A>
271
-<LI><A NAME="tex2html1197"
271
+<LI><A NAME="tex2html1196"
272 272
   HREF="node142.html">mailman-clamav</A>
273
-<LI><A NAME="tex2html1198"
273
+<LI><A NAME="tex2html1197"
274 274
   HREF="node143.html">Moodle</A>
275
-<LI><A NAME="tex2html1199"
275
+<LI><A NAME="tex2html1198"
276 276
   HREF="node144.html">nclamd</A>
277
-<LI><A NAME="tex2html1200"
277
+<LI><A NAME="tex2html1199"
278 278
   HREF="node145.html">qmailmrtg7</A>
279
-<LI><A NAME="tex2html1201"
279
+<LI><A NAME="tex2html1200"
280 280
   HREF="node146.html">redWall Firewall</A>
281
-<LI><A NAME="tex2html1202"
281
+<LI><A NAME="tex2html1201"
282 282
   HREF="node147.html">Scan Log Analyzer</A>
283
-<LI><A NAME="tex2html1203"
283
+<LI><A NAME="tex2html1202"
284 284
   HREF="node148.html">snort-inline</A>
285 285
 </UL></UL>
286 286
 <!--End of Table of Child-Links-->
287 287
 <BR><HR>
288 288
 <ADDRESS>
289 289
 Tomasz Kojm
290
-2005-04-29
290
+2005-05-11
291 291
 </ADDRESS>
292 292
 </BODY>
293 293
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1214"
30
+<A NAME="tex2html1213"
31 31
   HREF="node49.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1210"
33
+<A NAME="tex2html1209"
34 34
   HREF="node47.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1204"
36
+<A NAME="tex2html1203"
37 37
   HREF="node47.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1212"
39
+<A NAME="tex2html1211"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1215"
43
+<B> Next:</B> <A NAME="tex2html1214"
44 44
   HREF="node49.html">amavisd-new</A>
45
-<B> Up:</B> <A NAME="tex2html1211"
45
+<B> Up:</B> <A NAME="tex2html1210"
46 46
   HREF="node47.html">Third party software</A>
47
-<B> Previous:</B> <A NAME="tex2html1205"
47
+<B> Previous:</B> <A NAME="tex2html1204"
48 48
   HREF="node47.html">Third party software</A>
49
- &nbsp <B>  <A NAME="tex2html1213"
49
+ &nbsp <B>  <A NAME="tex2html1212"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -62,90 +62,90 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
62 62
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
63 63
 
64 64
 <UL>
65
-<LI><A NAME="tex2html1216"
65
+<LI><A NAME="tex2html1215"
66 66
   HREF="node49.html">amavisd-new</A>
67
-<LI><A NAME="tex2html1217"
67
+<LI><A NAME="tex2html1216"
68 68
   HREF="node50.html">AMaViS - "Next Generation"</A>
69
-<LI><A NAME="tex2html1218"
69
+<LI><A NAME="tex2html1217"
70 70
   HREF="node51.html">ClamdMail</A>
71
-<LI><A NAME="tex2html1219"
71
+<LI><A NAME="tex2html1218"
72 72
   HREF="node52.html">cgpav</A>
73
-<LI><A NAME="tex2html1220"
73
+<LI><A NAME="tex2html1219"
74 74
   HREF="node53.html">ClamCour</A>
75
-<LI><A NAME="tex2html1221"
75
+<LI><A NAME="tex2html1220"
76 76
   HREF="node54.html">clamfilter</A>
77
-<LI><A NAME="tex2html1222"
77
+<LI><A NAME="tex2html1221"
78 78
   HREF="node55.html">ClamSMTP</A>
79
-<LI><A NAME="tex2html1223"
79
+<LI><A NAME="tex2html1222"
80 80
   HREF="node56.html">clapf</A>
81
-<LI><A NAME="tex2html1224"
81
+<LI><A NAME="tex2html1223"
82 82
   HREF="node57.html">DSpamPD</A>
83
-<LI><A NAME="tex2html1225"
83
+<LI><A NAME="tex2html1224"
84 84
   HREF="node58.html">exiscan</A>
85
-<LI><A NAME="tex2html1226"
85
+<LI><A NAME="tex2html1225"
86 86
   HREF="node59.html">Gadoyanvirus</A>
87
-<LI><A NAME="tex2html1227"
87
+<LI><A NAME="tex2html1226"
88 88
   HREF="node60.html">hMailServer</A>
89
-<LI><A NAME="tex2html1228"
89
+<LI><A NAME="tex2html1227"
90 90
   HREF="node61.html">IVS Milter</A>
91
-<LI><A NAME="tex2html1229"
91
+<LI><A NAME="tex2html1228"
92 92
   HREF="node62.html">j-chkmail</A>
93
-<LI><A NAME="tex2html1230"
93
+<LI><A NAME="tex2html1229"
94 94
   HREF="node63.html">Mail Avenger</A>
95
-<LI><A NAME="tex2html1231"
95
+<LI><A NAME="tex2html1230"
96 96
   HREF="node64.html">Mailnees</A>
97
-<LI><A NAME="tex2html1232"
97
+<LI><A NAME="tex2html1231"
98 98
   HREF="node65.html">MailScanner</A>
99
-<LI><A NAME="tex2html1233"
99
+<LI><A NAME="tex2html1232"
100 100
   HREF="node66.html">Maverix</A>
101
-<LI><A NAME="tex2html1234"
101
+<LI><A NAME="tex2html1233"
102 102
   HREF="node67.html">MIMEDefang</A>
103
-<LI><A NAME="tex2html1235"
103
+<LI><A NAME="tex2html1234"
104 104
   HREF="node68.html">mxGuard for IMail</A>
105
-<LI><A NAME="tex2html1236"
105
+<LI><A NAME="tex2html1235"
106 106
   HREF="node69.html">OdeiaVir</A>
107
-<LI><A NAME="tex2html1237"
107
+<LI><A NAME="tex2html1236"
108 108
   HREF="node70.html">OpenProtect</A>
109
-<LI><A NAME="tex2html1238"
109
+<LI><A NAME="tex2html1237"
110 110
   HREF="node71.html">Protea AntiVirus Tools</A>
111
-<LI><A NAME="tex2html1239"
111
+<LI><A NAME="tex2html1238"
112 112
   HREF="node72.html">PTSMail Utilities</A>
113
-<LI><A NAME="tex2html1240"
113
+<LI><A NAME="tex2html1239"
114 114
   HREF="node73.html">pymavis</A>
115
-<LI><A NAME="tex2html1241"
115
+<LI><A NAME="tex2html1240"
116 116
   HREF="node74.html">Qmail-Scanner</A>
117
-<LI><A NAME="tex2html1242"
117
+<LI><A NAME="tex2html1241"
118 118
   HREF="node75.html">qpsmtp</A>
119
-<LI><A NAME="tex2html1243"
119
+<LI><A NAME="tex2html1242"
120 120
   HREF="node76.html">qscanq</A>
121
-<LI><A NAME="tex2html1244"
121
+<LI><A NAME="tex2html1243"
122 122
   HREF="node77.html">qSheff</A>
123
-<LI><A NAME="tex2html1245"
123
+<LI><A NAME="tex2html1244"
124 124
   HREF="node78.html">RevolSys SMTP kit for Postfix</A>
125
-<LI><A NAME="tex2html1246"
125
+<LI><A NAME="tex2html1245"
126 126
   HREF="node79.html">Sagator</A>
127
-<LI><A NAME="tex2html1247"
127
+<LI><A NAME="tex2html1246"
128 128
   HREF="node80.html">Scrubber</A>
129
-<LI><A NAME="tex2html1248"
129
+<LI><A NAME="tex2html1247"
130 130
   HREF="node81.html">Secure Mail Intelligence!</A>
131
-<LI><A NAME="tex2html1249"
131
+<LI><A NAME="tex2html1248"
132 132
   HREF="node82.html">simscan</A>
133
-<LI><A NAME="tex2html1250"
133
+<LI><A NAME="tex2html1249"
134 134
   HREF="node83.html">SmarterMail Filter</A>
135
-<LI><A NAME="tex2html1251"
135
+<LI><A NAME="tex2html1250"
136 136
   HREF="node84.html">smf-clamd</A>
137
-<LI><A NAME="tex2html1252"
137
+<LI><A NAME="tex2html1251"
138 138
   HREF="node85.html">smtpfilter</A>
139
-<LI><A NAME="tex2html1253"
139
+<LI><A NAME="tex2html1252"
140 140
   HREF="node86.html">smtp-vilter</A>
141
-<LI><A NAME="tex2html1254"
141
+<LI><A NAME="tex2html1253"
142 142
   HREF="node87.html">Zabit</A>
143 143
 </UL>
144 144
 <!--End of Table of Child-Links-->
145 145
 <BR><HR>
146 146
 <ADDRESS>
147 147
 Tomasz Kojm
148
-2005-04-29
148
+2005-05-11
149 149
 </ADDRESS>
150 150
 </BODY>
151 151
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1265"
30
+<A NAME="tex2html1264"
31 31
   HREF="node50.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1261"
33
+<A NAME="tex2html1260"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1255"
36
+<A NAME="tex2html1254"
37 37
   HREF="node48.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1263"
39
+<A NAME="tex2html1262"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1266"
43
+<B> Next:</B> <A NAME="tex2html1265"
44 44
   HREF="node50.html">AMaViS - "Next Generation"</A>
45
-<B> Up:</B> <A NAME="tex2html1262"
45
+<B> Up:</B> <A NAME="tex2html1261"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1256"
47
+<B> Previous:</B> <A NAME="tex2html1255"
48 48
   HREF="node48.html">MTA + ClamAV</A>
49
- &nbsp <B>  <A NAME="tex2html1264"
49
+ &nbsp <B>  <A NAME="tex2html1263"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -71,7 +71,7 @@ clamscan is enabled automatically if clamscan binary is found
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2005-04-29
74
+2005-05-11
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html569"
29
+<A NAME="tex2html568"
30 30
   HREF="node6.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html565"
32
+<A NAME="tex2html564"
33 33
   HREF="node2.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html561"
35
+<A NAME="tex2html560"
36 36
   HREF="node4.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html567"
38
+<A NAME="tex2html566"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html570"
42
+<B> Next:</B> <A NAME="tex2html569"
43 43
   HREF="node6.html">Base package</A>
44
-<B> Up:</B> <A NAME="tex2html566"
44
+<B> Up:</B> <A NAME="tex2html565"
45 45
   HREF="node2.html">Introduction</A>
46
-<B> Previous:</B> <A NAME="tex2html562"
46
+<B> Previous:</B> <A NAME="tex2html561"
47 47
   HREF="node4.html">Mailing lists</A>
48
- &nbsp <B>  <A NAME="tex2html568"
48
+ &nbsp <B>  <A NAME="tex2html567"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -70,7 +70,7 @@ and then submit it on our website:
70 70
 <BR><HR>
71 71
 <ADDRESS>
72 72
 Tomasz Kojm
73
-2005-04-29
73
+2005-05-11
74 74
 </ADDRESS>
75 75
 </BODY>
76 76
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1277"
30
+<A NAME="tex2html1276"
31 31
   HREF="node51.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1273"
33
+<A NAME="tex2html1272"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1267"
36
+<A NAME="tex2html1266"
37 37
   HREF="node49.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1275"
39
+<A NAME="tex2html1274"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1278"
43
+<B> Next:</B> <A NAME="tex2html1277"
44 44
   HREF="node51.html">ClamdMail</A>
45
-<B> Up:</B> <A NAME="tex2html1274"
45
+<B> Up:</B> <A NAME="tex2html1273"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1268"
47
+<B> Previous:</B> <A NAME="tex2html1267"
48 48
   HREF="node49.html">amavisd-new</A>
49
- &nbsp <B>  <A NAME="tex2html1276"
49
+ &nbsp <B>  <A NAME="tex2html1275"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -81,7 +81,7 @@ Please download the newest version (at least 0.1.4).
81 81
 <BR><HR>
82 82
 <ADDRESS>
83 83
 Tomasz Kojm
84
-2005-04-29
84
+2005-05-11
85 85
 </ADDRESS>
86 86
 </BODY>
87 87
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1289"
30
+<A NAME="tex2html1288"
31 31
   HREF="node52.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1285"
33
+<A NAME="tex2html1284"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1279"
36
+<A NAME="tex2html1278"
37 37
   HREF="node50.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1287"
39
+<A NAME="tex2html1286"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1290"
43
+<B> Next:</B> <A NAME="tex2html1289"
44 44
   HREF="node52.html">cgpav</A>
45
-<B> Up:</B> <A NAME="tex2html1286"
45
+<B> Up:</B> <A NAME="tex2html1285"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1280"
47
+<B> Previous:</B> <A NAME="tex2html1279"
48 48
   HREF="node50.html">AMaViS - "Next Generation"</A>
49
- &nbsp <B>  <A NAME="tex2html1288"
49
+ &nbsp <B>  <A NAME="tex2html1287"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,7 +65,7 @@ A mail processing client for ClamAV. Small, fast and easy to install.
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1301"
30
+<A NAME="tex2html1300"
31 31
   HREF="node53.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1297"
33
+<A NAME="tex2html1296"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1291"
36
+<A NAME="tex2html1290"
37 37
   HREF="node51.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1299"
39
+<A NAME="tex2html1298"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1302"
43
+<B> Next:</B> <A NAME="tex2html1301"
44 44
   HREF="node53.html">ClamCour</A>
45
-<B> Up:</B> <A NAME="tex2html1298"
45
+<B> Up:</B> <A NAME="tex2html1297"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1292"
47
+<B> Previous:</B> <A NAME="tex2html1291"
48 48
   HREF="node51.html">ClamdMail</A>
49
- &nbsp <B>  <A NAME="tex2html1300"
49
+ &nbsp <B>  <A NAME="tex2html1299"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ This is a fast (written in C) CommuniGate Pro anti-virus plugin with
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1313"
30
+<A NAME="tex2html1312"
31 31
   HREF="node54.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1309"
33
+<A NAME="tex2html1308"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1303"
36
+<A NAME="tex2html1302"
37 37
   HREF="node52.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1311"
39
+<A NAME="tex2html1310"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1314"
43
+<B> Next:</B> <A NAME="tex2html1313"
44 44
   HREF="node54.html">clamfilter</A>
45
-<B> Up:</B> <A NAME="tex2html1310"
45
+<B> Up:</B> <A NAME="tex2html1309"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1304"
47
+<B> Previous:</B> <A NAME="tex2html1303"
48 48
   HREF="node52.html">cgpav</A>
49
- &nbsp <B>  <A NAME="tex2html1312"
49
+ &nbsp <B>  <A NAME="tex2html1311"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ ClamCour is a Courier-MTA multithread filter that allows Courier to scan
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1325"
30
+<A NAME="tex2html1324"
31 31
   HREF="node55.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1321"
33
+<A NAME="tex2html1320"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1315"
36
+<A NAME="tex2html1314"
37 37
   HREF="node53.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1323"
39
+<A NAME="tex2html1322"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1326"
43
+<B> Next:</B> <A NAME="tex2html1325"
44 44
   HREF="node55.html">ClamSMTP</A>
45
-<B> Up:</B> <A NAME="tex2html1322"
45
+<B> Up:</B> <A NAME="tex2html1321"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1316"
47
+<B> Previous:</B> <A NAME="tex2html1315"
48 48
   HREF="node53.html">ClamCour</A>
49
- &nbsp <B>  <A NAME="tex2html1324"
49
+ &nbsp <B>  <A NAME="tex2html1323"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ Clamfilter is a small, secure, and efficient content filter for Postfix
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1337"
30
+<A NAME="tex2html1336"
31 31
   HREF="node56.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1333"
33
+<A NAME="tex2html1332"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1327"
36
+<A NAME="tex2html1326"
37 37
   HREF="node54.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1335"
39
+<A NAME="tex2html1334"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1338"
43
+<B> Next:</B> <A NAME="tex2html1337"
44 44
   HREF="node56.html">clapf</A>
45
-<B> Up:</B> <A NAME="tex2html1334"
45
+<B> Up:</B> <A NAME="tex2html1333"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1328"
47
+<B> Previous:</B> <A NAME="tex2html1327"
48 48
   HREF="node54.html">clamfilter</A>
49
- &nbsp <B>  <A NAME="tex2html1336"
49
+ &nbsp <B>  <A NAME="tex2html1335"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ ClamSMTP is an SMTP filter for Postfix and other mail servers that checks
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1349"
30
+<A NAME="tex2html1348"
31 31
   HREF="node57.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1345"
33
+<A NAME="tex2html1344"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1339"
36
+<A NAME="tex2html1338"
37 37
   HREF="node55.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1347"
39
+<A NAME="tex2html1346"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1350"
43
+<B> Next:</B> <A NAME="tex2html1349"
44 44
   HREF="node57.html">DSpamPD</A>
45
-<B> Up:</B> <A NAME="tex2html1346"
45
+<B> Up:</B> <A NAME="tex2html1345"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1340"
47
+<B> Previous:</B> <A NAME="tex2html1339"
48 48
   HREF="node55.html">ClamSMTP</A>
49
- &nbsp <B>  <A NAME="tex2html1348"
49
+ &nbsp <B>  <A NAME="tex2html1347"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ Clapf is a clamav based virus scanning and anti-spam content filter for
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1361"
30
+<A NAME="tex2html1360"
31 31
   HREF="node58.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1357"
33
+<A NAME="tex2html1356"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1351"
36
+<A NAME="tex2html1350"
37 37
   HREF="node56.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1359"
39
+<A NAME="tex2html1358"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1362"
43
+<B> Next:</B> <A NAME="tex2html1361"
44 44
   HREF="node58.html">exiscan</A>
45
-<B> Up:</B> <A NAME="tex2html1358"
45
+<B> Up:</B> <A NAME="tex2html1357"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1352"
47
+<B> Previous:</B> <A NAME="tex2html1351"
48 48
   HREF="node56.html">clapf</A>
49
- &nbsp <B>  <A NAME="tex2html1360"
49
+ &nbsp <B>  <A NAME="tex2html1359"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ DspamPD is a transparent SMTP proxy daemon that passes email through DSPAM.
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1373"
30
+<A NAME="tex2html1372"
31 31
   HREF="node59.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1369"
33
+<A NAME="tex2html1368"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1363"
36
+<A NAME="tex2html1362"
37 37
   HREF="node57.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1371"
39
+<A NAME="tex2html1370"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1374"
43
+<B> Next:</B> <A NAME="tex2html1373"
44 44
   HREF="node59.html">Gadoyanvirus</A>
45
-<B> Up:</B> <A NAME="tex2html1370"
45
+<B> Up:</B> <A NAME="tex2html1369"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1364"
47
+<B> Previous:</B> <A NAME="tex2html1363"
48 48
   HREF="node57.html">DSpamPD</A>
49
- &nbsp <B>  <A NAME="tex2html1372"
49
+ &nbsp <B>  <A NAME="tex2html1371"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -68,7 +68,7 @@ exiscan is a patch against exim version 4, providing support for content
68 68
 <BR><HR>
69 69
 <ADDRESS>
70 70
 Tomasz Kojm
71
-2005-04-29
71
+2005-05-11
72 72
 </ADDRESS>
73 73
 </BODY>
74 74
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1385"
30
+<A NAME="tex2html1384"
31 31
   HREF="node60.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1381"
33
+<A NAME="tex2html1380"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1375"
36
+<A NAME="tex2html1374"
37 37
   HREF="node58.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1383"
39
+<A NAME="tex2html1382"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1386"
43
+<B> Next:</B> <A NAME="tex2html1385"
44 44
   HREF="node60.html">hMailServer</A>
45
-<B> Up:</B> <A NAME="tex2html1382"
45
+<B> Up:</B> <A NAME="tex2html1381"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1376"
47
+<B> Previous:</B> <A NAME="tex2html1375"
48 48
   HREF="node58.html">exiscan</A>
49
- &nbsp <B>  <A NAME="tex2html1384"
49
+ &nbsp <B>  <A NAME="tex2html1383"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -69,7 +69,7 @@ gadoyanvirus is a (yet another) virus stopper for qmail. It replaces the
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2005-04-29
72
+2005-05-11
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html581"
30
+<A NAME="tex2html580"
31 31
   HREF="node7.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html577"
33
+<A NAME="tex2html576"
34 34
   HREF="clamdoc.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html571"
36
+<A NAME="tex2html570"
37 37
   HREF="node5.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html579"
39
+<A NAME="tex2html578"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html582"
43
+<B> Next:</B> <A NAME="tex2html581"
44 44
   HREF="node7.html">Supported platforms</A>
45
-<B> Up:</B> <A NAME="tex2html578"
45
+<B> Up:</B> <A NAME="tex2html577"
46 46
   HREF="clamdoc.html">clamdoc</A>
47
-<B> Previous:</B> <A NAME="tex2html572"
47
+<B> Previous:</B> <A NAME="tex2html571"
48 48
   HREF="node5.html">Virus submitting</A>
49
- &nbsp <B>  <A NAME="tex2html580"
49
+ &nbsp <B>  <A NAME="tex2html579"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -62,18 +62,18 @@ Base package</A>
62 62
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
63 63
 
64 64
 <UL>
65
-<LI><A NAME="tex2html583"
65
+<LI><A NAME="tex2html582"
66 66
   HREF="node7.html">Supported platforms</A>
67
-<LI><A NAME="tex2html584"
67
+<LI><A NAME="tex2html583"
68 68
   HREF="node8.html">Binary packages</A>
69
-<LI><A NAME="tex2html585"
69
+<LI><A NAME="tex2html584"
70 70
   HREF="node9.html">Daily built snapshots</A>
71 71
 </UL>
72 72
 <!--End of Table of Child-Links-->
73 73
 <BR><HR>
74 74
 <ADDRESS>
75 75
 Tomasz Kojm
76
-2005-04-29
76
+2005-05-11
77 77
 </ADDRESS>
78 78
 </BODY>
79 79
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1397"
30
+<A NAME="tex2html1396"
31 31
   HREF="node61.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1393"
33
+<A NAME="tex2html1392"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1387"
36
+<A NAME="tex2html1386"
37 37
   HREF="node59.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1395"
39
+<A NAME="tex2html1394"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1398"
43
+<B> Next:</B> <A NAME="tex2html1397"
44 44
   HREF="node61.html">IVS Milter</A>
45
-<B> Up:</B> <A NAME="tex2html1394"
45
+<B> Up:</B> <A NAME="tex2html1393"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1388"
47
+<B> Previous:</B> <A NAME="tex2html1387"
48 48
   HREF="node59.html">Gadoyanvirus</A>
49
- &nbsp <B>  <A NAME="tex2html1396"
49
+ &nbsp <B>  <A NAME="tex2html1395"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -70,7 +70,7 @@ hMailServer is a free, open source e-mail server for Microsoft Windows.
70 70
 <BR><HR>
71 71
 <ADDRESS>
72 72
 Tomasz Kojm
73
-2005-04-29
73
+2005-05-11
74 74
 </ADDRESS>
75 75
 </BODY>
76 76
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1409"
30
+<A NAME="tex2html1408"
31 31
   HREF="node62.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1405"
33
+<A NAME="tex2html1404"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1399"
36
+<A NAME="tex2html1398"
37 37
   HREF="node60.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1407"
39
+<A NAME="tex2html1406"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1410"
43
+<B> Next:</B> <A NAME="tex2html1409"
44 44
   HREF="node62.html">j-chkmail</A>
45
-<B> Up:</B> <A NAME="tex2html1406"
45
+<B> Up:</B> <A NAME="tex2html1405"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1400"
47
+<B> Previous:</B> <A NAME="tex2html1399"
48 48
   HREF="node60.html">hMailServer</A>
49
- &nbsp <B>  <A NAME="tex2html1408"
49
+ &nbsp <B>  <A NAME="tex2html1407"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ IVS Milter is a virus and spam scanning milter. The name stands for
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1421"
30
+<A NAME="tex2html1420"
31 31
   HREF="node63.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1417"
33
+<A NAME="tex2html1416"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1411"
36
+<A NAME="tex2html1410"
37 37
   HREF="node61.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1419"
39
+<A NAME="tex2html1418"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1422"
43
+<B> Next:</B> <A NAME="tex2html1421"
44 44
   HREF="node63.html">Mail Avenger</A>
45
-<B> Up:</B> <A NAME="tex2html1418"
45
+<B> Up:</B> <A NAME="tex2html1417"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1412"
47
+<B> Previous:</B> <A NAME="tex2html1411"
48 48
   HREF="node61.html">IVS Milter</A>
49
- &nbsp <B>  <A NAME="tex2html1420"
49
+ &nbsp <B>  <A NAME="tex2html1419"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -69,7 +69,7 @@ j-chkmail is a fast (written in C) filter for sendmail. It does spam and
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2005-04-29
72
+2005-05-11
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1433"
30
+<A NAME="tex2html1432"
31 31
   HREF="node64.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1429"
33
+<A NAME="tex2html1428"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1423"
36
+<A NAME="tex2html1422"
37 37
   HREF="node62.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1431"
39
+<A NAME="tex2html1430"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1434"
43
+<B> Next:</B> <A NAME="tex2html1433"
44 44
   HREF="node64.html">Mailnees</A>
45
-<B> Up:</B> <A NAME="tex2html1430"
45
+<B> Up:</B> <A NAME="tex2html1429"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1424"
47
+<B> Previous:</B> <A NAME="tex2html1423"
48 48
   HREF="node62.html">j-chkmail</A>
49
- &nbsp <B>  <A NAME="tex2html1432"
49
+ &nbsp <B>  <A NAME="tex2html1431"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -69,7 +69,7 @@ Mail avenger is a highly-configurable SMTP server. It allows you to reject
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2005-04-29
72
+2005-05-11
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1445"
30
+<A NAME="tex2html1444"
31 31
   HREF="node65.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1441"
33
+<A NAME="tex2html1440"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1435"
36
+<A NAME="tex2html1434"
37 37
   HREF="node63.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1443"
39
+<A NAME="tex2html1442"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1446"
43
+<B> Next:</B> <A NAME="tex2html1445"
44 44
   HREF="node65.html">MailScanner</A>
45
-<B> Up:</B> <A NAME="tex2html1442"
45
+<B> Up:</B> <A NAME="tex2html1441"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1436"
47
+<B> Previous:</B> <A NAME="tex2html1435"
48 48
   HREF="node63.html">Mail Avenger</A>
49
- &nbsp <B>  <A NAME="tex2html1444"
49
+ &nbsp <B>  <A NAME="tex2html1443"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,7 +65,7 @@ Mailnees is an open source mail content filter for Sendmail and Postfix.
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1457"
30
+<A NAME="tex2html1456"
31 31
   HREF="node66.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1453"
33
+<A NAME="tex2html1452"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1447"
36
+<A NAME="tex2html1446"
37 37
   HREF="node64.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1455"
39
+<A NAME="tex2html1454"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1458"
43
+<B> Next:</B> <A NAME="tex2html1457"
44 44
   HREF="node66.html">Maverix</A>
45
-<B> Up:</B> <A NAME="tex2html1454"
45
+<B> Up:</B> <A NAME="tex2html1453"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1448"
47
+<B> Previous:</B> <A NAME="tex2html1447"
48 48
   HREF="node64.html">Mailnees</A>
49
- &nbsp <B>  <A NAME="tex2html1456"
49
+ &nbsp <B>  <A NAME="tex2html1455"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -68,7 +68,7 @@ MailScanner scans all e-mail for viruses, spam and attacks against
68 68
 <BR><HR>
69 69
 <ADDRESS>
70 70
 Tomasz Kojm
71
-2005-04-29
71
+2005-05-11
72 72
 </ADDRESS>
73 73
 </BODY>
74 74
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1469"
30
+<A NAME="tex2html1468"
31 31
   HREF="node67.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1465"
33
+<A NAME="tex2html1464"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1459"
36
+<A NAME="tex2html1458"
37 37
   HREF="node65.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1467"
39
+<A NAME="tex2html1466"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1470"
43
+<B> Next:</B> <A NAME="tex2html1469"
44 44
   HREF="node67.html">MIMEDefang</A>
45
-<B> Up:</B> <A NAME="tex2html1466"
45
+<B> Up:</B> <A NAME="tex2html1465"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1460"
47
+<B> Previous:</B> <A NAME="tex2html1459"
48 48
   HREF="node65.html">MailScanner</A>
49
- &nbsp <B>  <A NAME="tex2html1468"
49
+ &nbsp <B>  <A NAME="tex2html1467"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ Maverix is AOLserver module that implements SMTP protocol and acts as
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1481"
30
+<A NAME="tex2html1480"
31 31
   HREF="node68.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1477"
33
+<A NAME="tex2html1476"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1471"
36
+<A NAME="tex2html1470"
37 37
   HREF="node66.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1479"
39
+<A NAME="tex2html1478"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1482"
43
+<B> Next:</B> <A NAME="tex2html1481"
44 44
   HREF="node68.html">mxGuard for IMail</A>
45
-<B> Up:</B> <A NAME="tex2html1478"
45
+<B> Up:</B> <A NAME="tex2html1477"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1472"
47
+<B> Previous:</B> <A NAME="tex2html1471"
48 48
   HREF="node66.html">Maverix</A>
49
- &nbsp <B>  <A NAME="tex2html1480"
49
+ &nbsp <B>  <A NAME="tex2html1479"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,7 +65,7 @@ This is an efficient mail scanner for Sendmail/milter.
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1493"
30
+<A NAME="tex2html1492"
31 31
   HREF="node69.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1489"
33
+<A NAME="tex2html1488"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1483"
36
+<A NAME="tex2html1482"
37 37
   HREF="node67.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1491"
39
+<A NAME="tex2html1490"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1494"
43
+<B> Next:</B> <A NAME="tex2html1493"
44 44
   HREF="node69.html">OdeiaVir</A>
45
-<B> Up:</B> <A NAME="tex2html1490"
45
+<B> Up:</B> <A NAME="tex2html1489"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1484"
47
+<B> Previous:</B> <A NAME="tex2html1483"
48 48
   HREF="node67.html">MIMEDefang</A>
49
- &nbsp <B>  <A NAME="tex2html1492"
49
+ &nbsp <B>  <A NAME="tex2html1491"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ mxGuard is a spam filter for Ipswitch IMail mail server running on Windows
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1505"
30
+<A NAME="tex2html1504"
31 31
   HREF="node70.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1501"
33
+<A NAME="tex2html1500"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1495"
36
+<A NAME="tex2html1494"
37 37
   HREF="node68.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1503"
39
+<A NAME="tex2html1502"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1506"
43
+<B> Next:</B> <A NAME="tex2html1505"
44 44
   HREF="node70.html">OpenProtect</A>
45
-<B> Up:</B> <A NAME="tex2html1502"
45
+<B> Up:</B> <A NAME="tex2html1501"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1496"
47
+<B> Previous:</B> <A NAME="tex2html1495"
48 48
   HREF="node68.html">mxGuard for IMail</A>
49
- &nbsp <B>  <A NAME="tex2html1504"
49
+ &nbsp <B>  <A NAME="tex2html1503"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,7 +65,7 @@ OdeiaVir is an e-mail filter for qmail or Exim.
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html596"
30
+<A NAME="tex2html595"
31 31
   HREF="node8.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html592"
33
+<A NAME="tex2html591"
34 34
   HREF="node6.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html586"
36
+<A NAME="tex2html585"
37 37
   HREF="node6.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html594"
39
+<A NAME="tex2html593"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html597"
43
+<B> Next:</B> <A NAME="tex2html596"
44 44
   HREF="node8.html">Binary packages</A>
45
-<B> Up:</B> <A NAME="tex2html593"
45
+<B> Up:</B> <A NAME="tex2html592"
46 46
   HREF="node6.html">Base package</A>
47
-<B> Previous:</B> <A NAME="tex2html587"
47
+<B> Previous:</B> <A NAME="tex2html586"
48 48
   HREF="node6.html">Base package</A>
49
- &nbsp <B>  <A NAME="tex2html595"
49
+ &nbsp <B>  <A NAME="tex2html594"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -96,7 +96,7 @@ Supported platforms</A>
96 96
 <BR><HR>
97 97
 <ADDRESS>
98 98
 Tomasz Kojm
99
-2005-04-29
99
+2005-05-11
100 100
 </ADDRESS>
101 101
 </BODY>
102 102
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1517"
30
+<A NAME="tex2html1516"
31 31
   HREF="node71.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1513"
33
+<A NAME="tex2html1512"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1507"
36
+<A NAME="tex2html1506"
37 37
   HREF="node69.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1515"
39
+<A NAME="tex2html1514"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1518"
43
+<B> Next:</B> <A NAME="tex2html1517"
44 44
   HREF="node71.html">Protea AntiVirus Tools</A>
45
-<B> Up:</B> <A NAME="tex2html1514"
45
+<B> Up:</B> <A NAME="tex2html1513"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1508"
47
+<B> Previous:</B> <A NAME="tex2html1507"
48 48
   HREF="node69.html">OdeiaVir</A>
49
- &nbsp <B>  <A NAME="tex2html1516"
49
+ &nbsp <B>  <A NAME="tex2html1515"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -69,7 +69,7 @@ OpenProtect is a server side e-mail protection solution consisting of
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2005-04-29
72
+2005-05-11
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1529"
30
+<A NAME="tex2html1528"
31 31
   HREF="node72.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1525"
33
+<A NAME="tex2html1524"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1519"
36
+<A NAME="tex2html1518"
37 37
   HREF="node70.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1527"
39
+<A NAME="tex2html1526"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1530"
43
+<B> Next:</B> <A NAME="tex2html1529"
44 44
   HREF="node72.html">PTSMail Utilities</A>
45
-<B> Up:</B> <A NAME="tex2html1526"
45
+<B> Up:</B> <A NAME="tex2html1525"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1520"
47
+<B> Previous:</B> <A NAME="tex2html1519"
48 48
   HREF="node70.html">OpenProtect</A>
49
- &nbsp <B>  <A NAME="tex2html1528"
49
+ &nbsp <B>  <A NAME="tex2html1527"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -68,7 +68,7 @@ Protea AntiVirus Tools for Lotus Domino scans and cleans automatically
68 68
 <BR><HR>
69 69
 <ADDRESS>
70 70
 Tomasz Kojm
71
-2005-04-29
71
+2005-05-11
72 72
 </ADDRESS>
73 73
 </BODY>
74 74
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1541"
30
+<A NAME="tex2html1540"
31 31
   HREF="node73.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1537"
33
+<A NAME="tex2html1536"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1531"
36
+<A NAME="tex2html1530"
37 37
   HREF="node71.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1539"
39
+<A NAME="tex2html1538"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1542"
43
+<B> Next:</B> <A NAME="tex2html1541"
44 44
   HREF="node73.html">pymavis</A>
45
-<B> Up:</B> <A NAME="tex2html1538"
45
+<B> Up:</B> <A NAME="tex2html1537"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1532"
47
+<B> Previous:</B> <A NAME="tex2html1531"
48 48
   HREF="node71.html">Protea AntiVirus Tools</A>
49
- &nbsp <B>  <A NAME="tex2html1540"
49
+ &nbsp <B>  <A NAME="tex2html1539"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,7 +65,7 @@ PTSMail uses clamscan as part of the ptsfilter (a sendmail milter).
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1553"
30
+<A NAME="tex2html1552"
31 31
   HREF="node74.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1549"
33
+<A NAME="tex2html1548"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1543"
36
+<A NAME="tex2html1542"
37 37
   HREF="node72.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1551"
39
+<A NAME="tex2html1550"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1554"
43
+<B> Next:</B> <A NAME="tex2html1553"
44 44
   HREF="node74.html">Qmail-Scanner</A>
45
-<B> Up:</B> <A NAME="tex2html1550"
45
+<B> Up:</B> <A NAME="tex2html1549"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1544"
47
+<B> Previous:</B> <A NAME="tex2html1543"
48 48
   HREF="node72.html">PTSMail Utilities</A>
49
- &nbsp <B>  <A NAME="tex2html1552"
49
+ &nbsp <B>  <A NAME="tex2html1551"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -70,7 +70,7 @@ pymavis is an email parser, similar to the old amavis (or amavis-perl). The
70 70
 <BR><HR>
71 71
 <ADDRESS>
72 72
 Tomasz Kojm
73
-2005-04-29
73
+2005-05-11
74 74
 </ADDRESS>
75 75
 </BODY>
76 76
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1565"
30
+<A NAME="tex2html1564"
31 31
   HREF="node75.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1561"
33
+<A NAME="tex2html1560"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1555"
36
+<A NAME="tex2html1554"
37 37
   HREF="node73.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1563"
39
+<A NAME="tex2html1562"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1566"
43
+<B> Next:</B> <A NAME="tex2html1565"
44 44
   HREF="node75.html">qpsmtp</A>
45
-<B> Up:</B> <A NAME="tex2html1562"
45
+<B> Up:</B> <A NAME="tex2html1561"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1556"
47
+<B> Previous:</B> <A NAME="tex2html1555"
48 48
   HREF="node73.html">pymavis</A>
49
- &nbsp <B>  <A NAME="tex2html1564"
49
+ &nbsp <B>  <A NAME="tex2html1563"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ Please increase the softlimit value if you are going to use it with
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1577"
30
+<A NAME="tex2html1576"
31 31
   HREF="node76.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1573"
33
+<A NAME="tex2html1572"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1567"
36
+<A NAME="tex2html1566"
37 37
   HREF="node74.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1575"
39
+<A NAME="tex2html1574"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1578"
43
+<B> Next:</B> <A NAME="tex2html1577"
44 44
   HREF="node76.html">qscanq</A>
45
-<B> Up:</B> <A NAME="tex2html1574"
45
+<B> Up:</B> <A NAME="tex2html1573"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1568"
47
+<B> Previous:</B> <A NAME="tex2html1567"
48 48
   HREF="node74.html">Qmail-Scanner</A>
49
- &nbsp <B>  <A NAME="tex2html1576"
49
+ &nbsp <B>  <A NAME="tex2html1575"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1589"
30
+<A NAME="tex2html1588"
31 31
   HREF="node77.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1585"
33
+<A NAME="tex2html1584"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1579"
36
+<A NAME="tex2html1578"
37 37
   HREF="node75.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1587"
39
+<A NAME="tex2html1586"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1590"
43
+<B> Next:</B> <A NAME="tex2html1589"
44 44
   HREF="node77.html">qSheff</A>
45
-<B> Up:</B> <A NAME="tex2html1586"
45
+<B> Up:</B> <A NAME="tex2html1585"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1580"
47
+<B> Previous:</B> <A NAME="tex2html1579"
48 48
   HREF="node75.html">qpsmtp</A>
49
- &nbsp <B>  <A NAME="tex2html1588"
49
+ &nbsp <B>  <A NAME="tex2html1587"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ qscanq replaces qmail-queue. It initiates a scan (using clamscan or
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1601"
30
+<A NAME="tex2html1600"
31 31
   HREF="node78.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1597"
33
+<A NAME="tex2html1596"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1591"
36
+<A NAME="tex2html1590"
37 37
   HREF="node76.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1599"
39
+<A NAME="tex2html1598"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1602"
43
+<B> Next:</B> <A NAME="tex2html1601"
44 44
   HREF="node78.html">RevolSys SMTP kit for</A>
45
-<B> Up:</B> <A NAME="tex2html1598"
45
+<B> Up:</B> <A NAME="tex2html1597"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1592"
47
+<B> Previous:</B> <A NAME="tex2html1591"
48 48
   HREF="node76.html">qscanq</A>
49
- &nbsp <B>  <A NAME="tex2html1600"
49
+ &nbsp <B>  <A NAME="tex2html1599"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ The tool allows running anti-virus and content filtering software
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1613"
30
+<A NAME="tex2html1612"
31 31
   HREF="node79.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1609"
33
+<A NAME="tex2html1608"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1603"
36
+<A NAME="tex2html1602"
37 37
   HREF="node77.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1611"
39
+<A NAME="tex2html1610"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1614"
43
+<B> Next:</B> <A NAME="tex2html1613"
44 44
   HREF="node79.html">Sagator</A>
45
-<B> Up:</B> <A NAME="tex2html1610"
45
+<B> Up:</B> <A NAME="tex2html1609"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1604"
47
+<B> Previous:</B> <A NAME="tex2html1603"
48 48
   HREF="node77.html">qSheff</A>
49
- &nbsp <B>  <A NAME="tex2html1612"
49
+ &nbsp <B>  <A NAME="tex2html1611"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ The RevolSyS SMTP kit for Postfix provides an antispam and antivirus
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1625"
30
+<A NAME="tex2html1624"
31 31
   HREF="node80.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1621"
33
+<A NAME="tex2html1620"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1615"
36
+<A NAME="tex2html1614"
37 37
   HREF="node78.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1623"
39
+<A NAME="tex2html1622"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1626"
43
+<B> Next:</B> <A NAME="tex2html1625"
44 44
   HREF="node80.html">Scrubber</A>
45
-<B> Up:</B> <A NAME="tex2html1622"
45
+<B> Up:</B> <A NAME="tex2html1621"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1616"
47
+<B> Previous:</B> <A NAME="tex2html1615"
48 48
   HREF="node78.html">RevolSys SMTP kit for</A>
49
- &nbsp <B>  <A NAME="tex2html1624"
49
+ &nbsp <B>  <A NAME="tex2html1623"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -68,7 +68,7 @@ This program is an email antivirus/antispam gateway. It is an interface
68 68
 <BR><HR>
69 69
 <ADDRESS>
70 70
 Tomasz Kojm
71
-2005-04-29
71
+2005-05-11
72 72
 </ADDRESS>
73 73
 </BODY>
74 74
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html608"
30
+<A NAME="tex2html607"
31 31
   HREF="node9.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html604"
33
+<A NAME="tex2html603"
34 34
   HREF="node6.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html598"
36
+<A NAME="tex2html597"
37 37
   HREF="node7.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html606"
39
+<A NAME="tex2html605"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html609"
43
+<B> Next:</B> <A NAME="tex2html608"
44 44
   HREF="node9.html">Daily built snapshots</A>
45
-<B> Up:</B> <A NAME="tex2html605"
45
+<B> Up:</B> <A NAME="tex2html604"
46 46
   HREF="node6.html">Base package</A>
47
-<B> Previous:</B> <A NAME="tex2html599"
47
+<B> Previous:</B> <A NAME="tex2html598"
48 48
   HREF="node7.html">Supported platforms</A>
49
- &nbsp <B>  <A NAME="tex2html607"
49
+ &nbsp <B>  <A NAME="tex2html606"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -234,31 +234,31 @@ A standalone GUI version is also available. See ClamWin
234 234
 <P>
235 235
 <HR>
236 236
 <!--Navigation Panel-->
237
-<A NAME="tex2html608"
237
+<A NAME="tex2html607"
238 238
   HREF="node9.html">
239 239
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
240
-<A NAME="tex2html604"
240
+<A NAME="tex2html603"
241 241
   HREF="node6.html">
242 242
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
243
-<A NAME="tex2html598"
243
+<A NAME="tex2html597"
244 244
   HREF="node7.html">
245 245
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
246
-<A NAME="tex2html606"
246
+<A NAME="tex2html605"
247 247
   HREF="node1.html">
248 248
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
249 249
 <BR>
250
-<B> Next:</B> <A NAME="tex2html609"
250
+<B> Next:</B> <A NAME="tex2html608"
251 251
   HREF="node9.html">Daily built snapshots</A>
252
-<B> Up:</B> <A NAME="tex2html605"
252
+<B> Up:</B> <A NAME="tex2html604"
253 253
   HREF="node6.html">Base package</A>
254
-<B> Previous:</B> <A NAME="tex2html599"
254
+<B> Previous:</B> <A NAME="tex2html598"
255 255
   HREF="node7.html">Supported platforms</A>
256
- &nbsp <B>  <A NAME="tex2html607"
256
+ &nbsp <B>  <A NAME="tex2html606"
257 257
   HREF="node1.html">Contents</A></B> 
258 258
 <!--End of Navigation Panel-->
259 259
 <ADDRESS>
260 260
 Tomasz Kojm
261
-2005-04-29
261
+2005-05-11
262 262
 </ADDRESS>
263 263
 </BODY>
264 264
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1637"
30
+<A NAME="tex2html1636"
31 31
   HREF="node81.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1633"
33
+<A NAME="tex2html1632"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1627"
36
+<A NAME="tex2html1626"
37 37
   HREF="node79.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1635"
39
+<A NAME="tex2html1634"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1638"
43
+<B> Next:</B> <A NAME="tex2html1637"
44 44
   HREF="node81.html">Secure Mail Intelligence!</A>
45
-<B> Up:</B> <A NAME="tex2html1634"
45
+<B> Up:</B> <A NAME="tex2html1633"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1628"
47
+<B> Previous:</B> <A NAME="tex2html1627"
48 48
   HREF="node79.html">Sagator</A>
49
- &nbsp <B>  <A NAME="tex2html1636"
49
+ &nbsp <B>  <A NAME="tex2html1635"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -72,7 +72,7 @@ Scrubber is a server-side daemon for filtering mail content. It attempts
72 72
 <BR><HR>
73 73
 <ADDRESS>
74 74
 Tomasz Kojm
75
-2005-04-29
75
+2005-05-11
76 76
 </ADDRESS>
77 77
 </BODY>
78 78
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1649"
30
+<A NAME="tex2html1648"
31 31
   HREF="node82.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1645"
33
+<A NAME="tex2html1644"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1639"
36
+<A NAME="tex2html1638"
37 37
   HREF="node80.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1647"
39
+<A NAME="tex2html1646"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1650"
43
+<B> Next:</B> <A NAME="tex2html1649"
44 44
   HREF="node82.html">simscan</A>
45
-<B> Up:</B> <A NAME="tex2html1646"
45
+<B> Up:</B> <A NAME="tex2html1645"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1640"
47
+<B> Previous:</B> <A NAME="tex2html1639"
48 48
   HREF="node80.html">Scrubber</A>
49
- &nbsp <B>  <A NAME="tex2html1648"
49
+ &nbsp <B>  <A NAME="tex2html1647"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -76,7 +76,7 @@ SMI! is a server side e-mail protection solution that combines firewall
76 76
 <BR><HR>
77 77
 <ADDRESS>
78 78
 Tomasz Kojm
79
-2005-04-29
79
+2005-05-11
80 80
 </ADDRESS>
81 81
 </BODY>
82 82
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1661"
30
+<A NAME="tex2html1660"
31 31
   HREF="node83.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1657"
33
+<A NAME="tex2html1656"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1651"
36
+<A NAME="tex2html1650"
37 37
   HREF="node81.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1659"
39
+<A NAME="tex2html1658"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1662"
43
+<B> Next:</B> <A NAME="tex2html1661"
44 44
   HREF="node83.html">SmarterMail Filter</A>
45
-<B> Up:</B> <A NAME="tex2html1658"
45
+<B> Up:</B> <A NAME="tex2html1657"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1652"
47
+<B> Previous:</B> <A NAME="tex2html1651"
48 48
   HREF="node81.html">Secure Mail Intelligence!</A>
49
- &nbsp <B>  <A NAME="tex2html1660"
49
+ &nbsp <B>  <A NAME="tex2html1659"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ Simscan is a mail filter for qmail, designed to block attachments during
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1673"
30
+<A NAME="tex2html1672"
31 31
   HREF="node84.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1669"
33
+<A NAME="tex2html1668"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1663"
36
+<A NAME="tex2html1662"
37 37
   HREF="node82.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1671"
39
+<A NAME="tex2html1670"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1674"
43
+<B> Next:</B> <A NAME="tex2html1673"
44 44
   HREF="node84.html">smf-clamd</A>
45
-<B> Up:</B> <A NAME="tex2html1670"
45
+<B> Up:</B> <A NAME="tex2html1669"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1664"
47
+<B> Previous:</B> <A NAME="tex2html1663"
48 48
   HREF="node82.html">simscan</A>
49
- &nbsp <B>  <A NAME="tex2html1672"
49
+ &nbsp <B>  <A NAME="tex2html1671"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ SMFilter is a free plugin for SmarterMail Mail Server that provides
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1685"
30
+<A NAME="tex2html1684"
31 31
   HREF="node85.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1681"
33
+<A NAME="tex2html1680"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1675"
36
+<A NAME="tex2html1674"
37 37
   HREF="node83.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1683"
39
+<A NAME="tex2html1682"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1686"
43
+<B> Next:</B> <A NAME="tex2html1685"
44 44
   HREF="node85.html">smtpfilter</A>
45
-<B> Up:</B> <A NAME="tex2html1682"
45
+<B> Up:</B> <A NAME="tex2html1681"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1676"
47
+<B> Previous:</B> <A NAME="tex2html1675"
48 48
   HREF="node83.html">SmarterMail Filter</A>
49
- &nbsp <B>  <A NAME="tex2html1684"
49
+ &nbsp <B>  <A NAME="tex2html1683"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ SmartSendmailFilter-clamd is a lightweight filter for Sendmail. It's
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1697"
30
+<A NAME="tex2html1696"
31 31
   HREF="node86.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1693"
33
+<A NAME="tex2html1692"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1687"
36
+<A NAME="tex2html1686"
37 37
   HREF="node84.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1695"
39
+<A NAME="tex2html1694"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1698"
43
+<B> Next:</B> <A NAME="tex2html1697"
44 44
   HREF="node86.html">smtp-vilter</A>
45
-<B> Up:</B> <A NAME="tex2html1694"
45
+<B> Up:</B> <A NAME="tex2html1693"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1688"
47
+<B> Previous:</B> <A NAME="tex2html1687"
48 48
   HREF="node84.html">smf-clamd</A>
49
- &nbsp <B>  <A NAME="tex2html1696"
49
+ &nbsp <B>  <A NAME="tex2html1695"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ smtpfilter is a filter for an SMTP session which passes the session through
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1709"
30
+<A NAME="tex2html1708"
31 31
   HREF="node87.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1705"
33
+<A NAME="tex2html1704"
34 34
   HREF="node48.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1699"
36
+<A NAME="tex2html1698"
37 37
   HREF="node85.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1707"
39
+<A NAME="tex2html1706"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1710"
43
+<B> Next:</B> <A NAME="tex2html1709"
44 44
   HREF="node87.html">Zabit</A>
45
-<B> Up:</B> <A NAME="tex2html1706"
45
+<B> Up:</B> <A NAME="tex2html1705"
46 46
   HREF="node48.html">MTA + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1700"
47
+<B> Previous:</B> <A NAME="tex2html1699"
48 48
   HREF="node85.html">smtpfilter</A>
49
- &nbsp <B>  <A NAME="tex2html1708"
49
+ &nbsp <B>  <A NAME="tex2html1707"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -68,7 +68,7 @@ smtp-vilter is a high performance content filter for sendmail
68 68
 <BR><HR>
69 69
 <ADDRESS>
70 70
 Tomasz Kojm
71
-2005-04-29
71
+2005-05-11
72 72
 </ADDRESS>
73 73
 </BODY>
74 74
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html1719"
29
+<A NAME="tex2html1718"
30 30
   HREF="node88.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html1715"
32
+<A NAME="tex2html1714"
33 33
   HREF="node48.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html1711"
35
+<A NAME="tex2html1710"
36 36
   HREF="node86.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html1717"
38
+<A NAME="tex2html1716"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html1720"
42
+<B> Next:</B> <A NAME="tex2html1719"
43 43
   HREF="node88.html">MTA + POP3 Proxy</A>
44
-<B> Up:</B> <A NAME="tex2html1716"
44
+<B> Up:</B> <A NAME="tex2html1715"
45 45
   HREF="node48.html">MTA + ClamAV</A>
46
-<B> Previous:</B> <A NAME="tex2html1712"
46
+<B> Previous:</B> <A NAME="tex2html1711"
47 47
   HREF="node86.html">smtp-vilter</A>
48
- &nbsp <B>  <A NAME="tex2html1718"
48
+ &nbsp <B>  <A NAME="tex2html1717"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -64,7 +64,7 @@ Zabit is a content and attachment filter for Qmail.
64 64
 <BR><HR>
65 65
 <ADDRESS>
66 66
 Tomasz Kojm
67
-2005-04-29
67
+2005-05-11
68 68
 </ADDRESS>
69 69
 </BODY>
70 70
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1731"
30
+<A NAME="tex2html1730"
31 31
   HREF="node89.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1727"
33
+<A NAME="tex2html1726"
34 34
   HREF="node47.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1721"
36
+<A NAME="tex2html1720"
37 37
   HREF="node87.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1729"
39
+<A NAME="tex2html1728"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1732"
43
+<B> Next:</B> <A NAME="tex2html1731"
44 44
   HREF="node89.html">ClamMail</A>
45
-<B> Up:</B> <A NAME="tex2html1728"
45
+<B> Up:</B> <A NAME="tex2html1727"
46 46
   HREF="node47.html">Third party software</A>
47
-<B> Previous:</B> <A NAME="tex2html1722"
47
+<B> Previous:</B> <A NAME="tex2html1721"
48 48
   HREF="node87.html">Zabit</A>
49
- &nbsp <B>  <A NAME="tex2html1730"
49
+ &nbsp <B>  <A NAME="tex2html1729"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -62,18 +62,18 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
62 62
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
63 63
 
64 64
 <UL>
65
-<LI><A NAME="tex2html1733"
65
+<LI><A NAME="tex2html1732"
66 66
   HREF="node89.html">ClamMail</A>
67
-<LI><A NAME="tex2html1734"
67
+<LI><A NAME="tex2html1733"
68 68
   HREF="node90.html">POP3 Virus Scanner Daemon</A>
69
-<LI><A NAME="tex2html1735"
69
+<LI><A NAME="tex2html1734"
70 70
   HREF="node91.html">pop3.proxy</A>
71 71
 </UL>
72 72
 <!--End of Table of Child-Links-->
73 73
 <BR><HR>
74 74
 <ADDRESS>
75 75
 Tomasz Kojm
76
-2005-04-29
76
+2005-05-11
77 77
 </ADDRESS>
78 78
 </BODY>
79 79
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1746"
30
+<A NAME="tex2html1745"
31 31
   HREF="node90.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1742"
33
+<A NAME="tex2html1741"
34 34
   HREF="node88.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1736"
36
+<A NAME="tex2html1735"
37 37
   HREF="node88.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1744"
39
+<A NAME="tex2html1743"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1747"
43
+<B> Next:</B> <A NAME="tex2html1746"
44 44
   HREF="node90.html">POP3 Virus Scanner Daemon</A>
45
-<B> Up:</B> <A NAME="tex2html1743"
45
+<B> Up:</B> <A NAME="tex2html1742"
46 46
   HREF="node88.html">MTA + POP3 Proxy</A>
47
-<B> Previous:</B> <A NAME="tex2html1737"
47
+<B> Previous:</B> <A NAME="tex2html1736"
48 48
   HREF="node88.html">MTA + POP3 Proxy</A>
49
- &nbsp <B>  <A NAME="tex2html1745"
49
+ &nbsp <B>  <A NAME="tex2html1744"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -65,7 +65,7 @@ ClamMail is an anti-virus POP3 proxy for Windows.
65 65
 <BR><HR>
66 66
 <ADDRESS>
67 67
 Tomasz Kojm
68
-2005-04-29
68
+2005-05-11
69 69
 </ADDRESS>
70 70
 </BODY>
71 71
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html618"
29
+<A NAME="tex2html617"
30 30
   HREF="node10.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html614"
32
+<A NAME="tex2html613"
33 33
   HREF="node6.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html610"
35
+<A NAME="tex2html609"
36 36
   HREF="node8.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html616"
38
+<A NAME="tex2html615"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html619"
42
+<B> Next:</B> <A NAME="tex2html618"
43 43
   HREF="node10.html">Installation</A>
44
-<B> Up:</B> <A NAME="tex2html615"
44
+<B> Up:</B> <A NAME="tex2html614"
45 45
   HREF="node6.html">Base package</A>
46
-<B> Previous:</B> <A NAME="tex2html611"
46
+<B> Previous:</B> <A NAME="tex2html610"
47 47
   HREF="node8.html">Binary packages</A>
48
- &nbsp <B>  <A NAME="tex2html617"
48
+ &nbsp <B>  <A NAME="tex2html616"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -80,7 +80,7 @@ Daily built snapshots</A>
80 80
 <BR><HR>
81 81
 <ADDRESS>
82 82
 Tomasz Kojm
83
-2005-04-29
83
+2005-05-11
84 84
 </ADDRESS>
85 85
 </BODY>
86 86
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1758"
30
+<A NAME="tex2html1757"
31 31
   HREF="node91.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1754"
33
+<A NAME="tex2html1753"
34 34
   HREF="node88.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1748"
36
+<A NAME="tex2html1747"
37 37
   HREF="node89.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1756"
39
+<A NAME="tex2html1755"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1759"
43
+<B> Next:</B> <A NAME="tex2html1758"
44 44
   HREF="node91.html">pop3.proxy</A>
45
-<B> Up:</B> <A NAME="tex2html1755"
45
+<B> Up:</B> <A NAME="tex2html1754"
46 46
   HREF="node88.html">MTA + POP3 Proxy</A>
47
-<B> Previous:</B> <A NAME="tex2html1749"
47
+<B> Previous:</B> <A NAME="tex2html1748"
48 48
   HREF="node89.html">ClamMail</A>
49
- &nbsp <B>  <A NAME="tex2html1757"
49
+ &nbsp <B>  <A NAME="tex2html1756"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -70,7 +70,7 @@ This is a full-transparent proxy-server for POP3-clients. It runs on
70 70
 <BR><HR>
71 71
 <ADDRESS>
72 72
 Tomasz Kojm
73
-2005-04-29
73
+2005-05-11
74 74
 </ADDRESS>
75 75
 </BODY>
76 76
 </HTML>
... ...
@@ -26,26 +26,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
26 26
 
27 27
 <BODY >
28 28
 <!--Navigation Panel-->
29
-<A NAME="tex2html1768"
29
+<A NAME="tex2html1767"
30 30
   HREF="node92.html">
31 31
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
32
-<A NAME="tex2html1764"
32
+<A NAME="tex2html1763"
33 33
   HREF="node88.html">
34 34
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
-<A NAME="tex2html1760"
35
+<A NAME="tex2html1759"
36 36
   HREF="node90.html">
37 37
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
-<A NAME="tex2html1766"
38
+<A NAME="tex2html1765"
39 39
   HREF="node1.html">
40 40
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41 41
 <BR>
42
-<B> Next:</B> <A NAME="tex2html1769"
42
+<B> Next:</B> <A NAME="tex2html1768"
43 43
   HREF="node92.html">Web/FTP Proxy + ClamAV</A>
44
-<B> Up:</B> <A NAME="tex2html1765"
44
+<B> Up:</B> <A NAME="tex2html1764"
45 45
   HREF="node88.html">MTA + POP3 Proxy</A>
46
-<B> Previous:</B> <A NAME="tex2html1761"
46
+<B> Previous:</B> <A NAME="tex2html1760"
47 47
   HREF="node90.html">POP3 Virus Scanner Daemon</A>
48
- &nbsp <B>  <A NAME="tex2html1767"
48
+ &nbsp <B>  <A NAME="tex2html1766"
49 49
   HREF="node1.html">Contents</A></B> 
50 50
 <BR>
51 51
 <BR>
... ...
@@ -71,7 +71,7 @@ pop3.proxy is a proxy server for the POP3 protocol. Usually it's used on
71 71
 <BR><HR>
72 72
 <ADDRESS>
73 73
 Tomasz Kojm
74
-2005-04-29
74
+2005-05-11
75 75
 </ADDRESS>
76 76
 </BODY>
77 77
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1780"
30
+<A NAME="tex2html1779"
31 31
   HREF="node93.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1776"
33
+<A NAME="tex2html1775"
34 34
   HREF="node47.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1770"
36
+<A NAME="tex2html1769"
37 37
   HREF="node91.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1778"
39
+<A NAME="tex2html1777"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1781"
43
+<B> Next:</B> <A NAME="tex2html1780"
44 44
   HREF="node93.html">DansGuardian Anti-Virus Patch</A>
45
-<B> Up:</B> <A NAME="tex2html1777"
45
+<B> Up:</B> <A NAME="tex2html1776"
46 46
   HREF="node47.html">Third party software</A>
47
-<B> Previous:</B> <A NAME="tex2html1771"
47
+<B> Previous:</B> <A NAME="tex2html1770"
48 48
   HREF="node91.html">pop3.proxy</A>
49
- &nbsp <B>  <A NAME="tex2html1779"
49
+ &nbsp <B>  <A NAME="tex2html1778"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -62,30 +62,30 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
62 62
 <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
63 63
 
64 64
 <UL>
65
-<LI><A NAME="tex2html1782"
65
+<LI><A NAME="tex2html1781"
66 66
   HREF="node93.html">DansGuardian Anti-Virus Patch</A>
67
-<LI><A NAME="tex2html1783"
67
+<LI><A NAME="tex2html1782"
68 68
   HREF="node94.html">Frox</A>
69
-<LI><A NAME="tex2html1784"
69
+<LI><A NAME="tex2html1783"
70 70
   HREF="node95.html">HTTP Anti Virus Proxy</A>
71
-<LI><A NAME="tex2html1785"
71
+<LI><A NAME="tex2html1784"
72 72
   HREF="node96.html">Frox</A>
73
-<LI><A NAME="tex2html1786"
73
+<LI><A NAME="tex2html1785"
74 74
   HREF="node97.html">mod_clamav</A>
75
-<LI><A NAME="tex2html1787"
75
+<LI><A NAME="tex2html1786"
76 76
   HREF="node98.html">SafeSquid</A>
77
-<LI><A NAME="tex2html1788"
77
+<LI><A NAME="tex2html1787"
78 78
   HREF="node99.html">SquidClamAV Redirector</A>
79
-<LI><A NAME="tex2html1789"
79
+<LI><A NAME="tex2html1788"
80 80
   HREF="node100.html">Squidclam</A>
81
-<LI><A NAME="tex2html1790"
81
+<LI><A NAME="tex2html1789"
82 82
   HREF="node101.html">Viralator</A>
83 83
 </UL>
84 84
 <!--End of Table of Child-Links-->
85 85
 <BR><HR>
86 86
 <ADDRESS>
87 87
 Tomasz Kojm
88
-2005-04-29
88
+2005-05-11
89 89
 </ADDRESS>
90 90
 </BODY>
91 91
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1801"
30
+<A NAME="tex2html1800"
31 31
   HREF="node94.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1797"
33
+<A NAME="tex2html1796"
34 34
   HREF="node92.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1791"
36
+<A NAME="tex2html1790"
37 37
   HREF="node92.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1799"
39
+<A NAME="tex2html1798"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1802"
43
+<B> Next:</B> <A NAME="tex2html1801"
44 44
   HREF="node94.html">Frox</A>
45
-<B> Up:</B> <A NAME="tex2html1798"
45
+<B> Up:</B> <A NAME="tex2html1797"
46 46
   HREF="node92.html">Web/FTP Proxy + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1792"
47
+<B> Previous:</B> <A NAME="tex2html1791"
48 48
   HREF="node92.html">Web/FTP Proxy + ClamAV</A>
49
- &nbsp <B>  <A NAME="tex2html1800"
49
+ &nbsp <B>  <A NAME="tex2html1799"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -67,7 +67,7 @@ DG AntiVirus Patch is a GPL addon that takes the virus scanning
67 67
 <BR><HR>
68 68
 <ADDRESS>
69 69
 Tomasz Kojm
70
-2005-04-29
70
+2005-05-11
71 71
 </ADDRESS>
72 72
 </BODY>
73 73
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1813"
30
+<A NAME="tex2html1812"
31 31
   HREF="node95.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1809"
33
+<A NAME="tex2html1808"
34 34
   HREF="node92.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1803"
36
+<A NAME="tex2html1802"
37 37
   HREF="node93.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1811"
39
+<A NAME="tex2html1810"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1814"
43
+<B> Next:</B> <A NAME="tex2html1813"
44 44
   HREF="node95.html">HTTP Anti Virus Proxy</A>
45
-<B> Up:</B> <A NAME="tex2html1810"
45
+<B> Up:</B> <A NAME="tex2html1809"
46 46
   HREF="node92.html">Web/FTP Proxy + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1804"
47
+<B> Previous:</B> <A NAME="tex2html1803"
48 48
   HREF="node93.html">DansGuardian Anti-Virus Patch</A>
49
- &nbsp <B>  <A NAME="tex2html1812"
49
+ &nbsp <B>  <A NAME="tex2html1811"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -69,7 +69,7 @@ Frox is a transparent FTP proxy which is released under the GPL. It
69 69
 <BR><HR>
70 70
 <ADDRESS>
71 71
 Tomasz Kojm
72
-2005-04-29
72
+2005-05-11
73 73
 </ADDRESS>
74 74
 </BODY>
75 75
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1825"
30
+<A NAME="tex2html1824"
31 31
   HREF="node96.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1821"
33
+<A NAME="tex2html1820"
34 34
   HREF="node92.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1815"
36
+<A NAME="tex2html1814"
37 37
   HREF="node94.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1823"
39
+<A NAME="tex2html1822"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1826"
43
+<B> Next:</B> <A NAME="tex2html1825"
44 44
   HREF="node96.html">Frox</A>
45
-<B> Up:</B> <A NAME="tex2html1822"
45
+<B> Up:</B> <A NAME="tex2html1821"
46 46
   HREF="node92.html">Web/FTP Proxy + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1816"
47
+<B> Previous:</B> <A NAME="tex2html1815"
48 48
   HREF="node94.html">Frox</A>
49
- &nbsp <B>  <A NAME="tex2html1824"
49
+ &nbsp <B>  <A NAME="tex2html1823"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -68,7 +68,7 @@ HAVP is a proxy with an antivirus filter. It does not cache or filter
68 68
 <BR><HR>
69 69
 <ADDRESS>
70 70
 Tomasz Kojm
71
-2005-04-29
71
+2005-05-11
72 72
 </ADDRESS>
73 73
 </BODY>
74 74
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1837"
30
+<A NAME="tex2html1836"
31 31
   HREF="node97.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1833"
33
+<A NAME="tex2html1832"
34 34
   HREF="node92.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1827"
36
+<A NAME="tex2html1826"
37 37
   HREF="node95.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1835"
39
+<A NAME="tex2html1834"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1838"
43
+<B> Next:</B> <A NAME="tex2html1837"
44 44
   HREF="node97.html">mod_clamav</A>
45
-<B> Up:</B> <A NAME="tex2html1834"
45
+<B> Up:</B> <A NAME="tex2html1833"
46 46
   HREF="node92.html">Web/FTP Proxy + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1828"
47
+<B> Previous:</B> <A NAME="tex2html1827"
48 48
   HREF="node95.html">HTTP Anti Virus Proxy</A>
49
- &nbsp <B>  <A NAME="tex2html1836"
49
+ &nbsp <B>  <A NAME="tex2html1835"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -63,7 +63,7 @@ Frox</A>
63 63
 <BR><HR>
64 64
 <ADDRESS>
65 65
 Tomasz Kojm
66
-2005-04-29
66
+2005-05-11
67 67
 </ADDRESS>
68 68
 </BODY>
69 69
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1849"
30
+<A NAME="tex2html1848"
31 31
   HREF="node98.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1845"
33
+<A NAME="tex2html1844"
34 34
   HREF="node92.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1839"
36
+<A NAME="tex2html1838"
37 37
   HREF="node96.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1847"
39
+<A NAME="tex2html1846"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1850"
43
+<B> Next:</B> <A NAME="tex2html1849"
44 44
   HREF="node98.html">SafeSquid</A>
45
-<B> Up:</B> <A NAME="tex2html1846"
45
+<B> Up:</B> <A NAME="tex2html1845"
46 46
   HREF="node92.html">Web/FTP Proxy + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1840"
47
+<B> Previous:</B> <A NAME="tex2html1839"
48 48
   HREF="node96.html">Frox</A>
49
- &nbsp <B>  <A NAME="tex2html1848"
49
+ &nbsp <B>  <A NAME="tex2html1847"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -66,7 +66,7 @@ mod_clamav is an Apache virus scanning filter. It was written
66 66
 <BR><HR>
67 67
 <ADDRESS>
68 68
 Tomasz Kojm
69
-2005-04-29
69
+2005-05-11
70 70
 </ADDRESS>
71 71
 </BODY>
72 72
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1861"
30
+<A NAME="tex2html1860"
31 31
   HREF="node99.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1857"
33
+<A NAME="tex2html1856"
34 34
   HREF="node92.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1851"
36
+<A NAME="tex2html1850"
37 37
   HREF="node97.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1859"
39
+<A NAME="tex2html1858"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1862"
43
+<B> Next:</B> <A NAME="tex2html1861"
44 44
   HREF="node99.html">SquidClamAV Redirector</A>
45
-<B> Up:</B> <A NAME="tex2html1858"
45
+<B> Up:</B> <A NAME="tex2html1857"
46 46
   HREF="node92.html">Web/FTP Proxy + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1852"
47
+<B> Previous:</B> <A NAME="tex2html1851"
48 48
   HREF="node97.html">mod_clamav</A>
49
- &nbsp <B>  <A NAME="tex2html1860"
49
+ &nbsp <B>  <A NAME="tex2html1859"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -75,7 +75,7 @@ SafeSquid is one of the most feature rich Content Filtering Internet
75 75
 <BR><HR>
76 76
 <ADDRESS>
77 77
 Tomasz Kojm
78
-2005-04-29
78
+2005-05-11
79 79
 </ADDRESS>
80 80
 </BODY>
81 81
 </HTML>
... ...
@@ -27,26 +27,26 @@ original version by:  Nikos Drakos, CBLU, University of Leeds
27 27
 
28 28
 <BODY >
29 29
 <!--Navigation Panel-->
30
-<A NAME="tex2html1873"
30
+<A NAME="tex2html1872"
31 31
   HREF="node100.html">
32 32
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
-<A NAME="tex2html1869"
33
+<A NAME="tex2html1868"
34 34
   HREF="node92.html">
35 35
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
-<A NAME="tex2html1863"
36
+<A NAME="tex2html1862"
37 37
   HREF="node98.html">
38 38
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
-<A NAME="tex2html1871"
39
+<A NAME="tex2html1870"
40 40
   HREF="node1.html">
41 41
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42 42
 <BR>
43
-<B> Next:</B> <A NAME="tex2html1874"
43
+<B> Next:</B> <A NAME="tex2html1873"
44 44
   HREF="node100.html">Squidclam</A>
45
-<B> Up:</B> <A NAME="tex2html1870"
45
+<B> Up:</B> <A NAME="tex2html1869"
46 46
   HREF="node92.html">Web/FTP Proxy + ClamAV</A>
47
-<B> Previous:</B> <A NAME="tex2html1864"
47
+<B> Previous:</B> <A NAME="tex2html1863"
48 48
   HREF="node98.html">SafeSquid</A>
49
- &nbsp <B>  <A NAME="tex2html1872"
49
+ &nbsp <B>  <A NAME="tex2html1871"
50 50
   HREF="node1.html">Contents</A></B> 
51 51
 <BR>
52 52
 <BR>
... ...
@@ -70,7 +70,7 @@ SquidClamAV Redirector is a Squid helper script which adds virus scanning
70 70
 <BR><HR>
71 71
 <ADDRESS>
72 72
 Tomasz Kojm
73
-2005-04-29
73
+2005-05-11
74 74
 </ADDRESS>
75 75
 </BODY>
76 76
 </HTML>
... ...
@@ -1,5 +1,5 @@
1 1
 .\" Manual page created by Tomasz Kojm, 14/15 IV 2002
2
-.TH "clamscan" "1" "March 25, 2005" "Tomasz Kojm" "Clam AntiVirus"
2
+.TH "clamscan" "1" "May 11, 2005" "Tomasz Kojm" "Clam AntiVirus"
3 3
 .SH "NAME"
4 4
 .LP 
5 5
 clamscan \- scan files and directories against viruses
... ...
@@ -193,6 +193,8 @@ Note: some return codes may only appear in a one file mode (clamscan is started
193 193
 .TP 
194 194
 61: Can't fork.
195 195
 .TP 
196
+62: Can't initialize logger.
197
+.TP 
196 198
 63: Can't create temporary files/directories (check permissions).
197 199
 .TP 
198 200
 64: Can't write to temporary directory (please specify another one).
... ...
@@ -1,5 +1,5 @@
1 1
 .\" Manual page created by Tomasz Kojm, 20020415
2
-.TH "freshclam" "1" "January 26, 2005" "Tomasz Kojm" "Clam AntiVirus"
2
+.TH "freshclam" "1" "May 11, 2005" "Tomasz Kojm" "Clam AntiVirus"
3 3
 .SH "NAME"
4 4
 .LP 
5 5
 freshclam \- update virus databases
... ...
@@ -39,10 +39,6 @@ Run as USER. By default (when started by root) freshclam drops privileges and wo
39 39
 .TP 
40 40
 \fB\-d, \-\-daemon\fR
41 41
 Run in a daemon mode. This option requires \-\-checks.
42
-.TP 
43
-\fB\-f, \-\-foreground\fR
44
-Run daemon in foreground.  Useful for supervising freshclam with daemontools or runit.
45
-.TP
46 42
 \fB\-p FILE, \-\-pid=FILE\fR
47 43
 Save daemon's pid in FILE.
48 44
 .TP 
... ...
@@ -55,8 +51,8 @@ Check #n times per day for a new database. #n must be between 1 and 50.
55 55
 \fB\-\-daemon\-notify=/path/to/clamd.conf\fR
56 56
 Notify the daemon about the new database. By default it reads a hardcoded config file but you can use an another one. Both local and TCP sockets are supported.
57 57
 .TP 
58
-\fB\-a IP, \-\-local-address=IP\fR
59
-Use (local) IP for HTTP downloads. Useful for multi-homed systems. If binding fails for whatever reason, a warning is issued and freshclam behaves like without this flag.
58
+\fB\-a IP, \-\-local\-address=IP\fR
59
+Use (local) IP for HTTP downloads. Useful for multi\-homed systems. If binding fails for whatever reason, a warning is issued and freshclam behaves like without this flag.
60 60
 .TP 
61 61
 \fB\-\-on\-error\-execute=COMMAND\fR
62 62
 Execute COMMAND if error occured. Remeber, that virus database freshness is the most important thing in anti\-virus system. With this option freshclam can alert you (eg. send SMS) when something is going wrong.
... ...
@@ -90,7 +86,7 @@ Execute COMMAND after succesful update.
90 90
 .TP 
91 91
 52: Connection (network) problem.
92 92
 .TP 
93
-53: Can't unlink a file.
93
+53: Can't unlink file.
94 94
 .TP 
95 95
 54: MD5 or digital signature verification error.
96 96
 .TP 
... ...
@@ -98,7 +94,7 @@ Execute COMMAND after succesful update.
98 98
 .TP 
99 99
 56: Config file error.
100 100
 .TP 
101
-57: Can't create a new file.
101
+57: Can't create new file.
102 102
 .TP 
103 103
 58: Can't read database from remote server.
104 104
 .TP 
... ...
@@ -107,6 +103,8 @@ Execute COMMAND after succesful update.
107 107
 60: Can't get information about clamav user from /etc/passwd.
108 108
 .TP 
109 109
 61: Can't drop privileges.
110
+.TP 
111
+62: Can't initialze logger.
110 112
 .SH "FILES"
111 113
 .LP 
112 114
 @CFGDIR@/freshclam.conf
... ...
@@ -212,13 +212,13 @@ int freshclam(struct optstruct *opt)
212 212
 	logg_file = getargc(opt, 'l');
213 213
 	if(logg("--------------------------------------\n")) {
214 214
 	    mprintf("!Problem with internal logger.\n");
215
-	    exit(1);
215
+	    exit(62);
216 216
 	}
217 217
     } else if((cpt = cfgopt(copt, "UpdateLogFile"))) {
218 218
 	logg_file = cpt->strarg; 
219 219
 	if(logg("--------------------------------------\n")) {
220 220
 	    mprintf("!Problem with internal logger.\n");
221
-	    exit(1);
221
+	    exit(62);
222 222
 	}
223 223
     } else
224 224
 	logg_file = NULL;
... ...
@@ -230,7 +230,7 @@ int freshclam(struct optstruct *opt)
230 230
 	if((cpt = cfgopt(copt, "LogFacility"))) {
231 231
 	    if((fac = logg_facility(cpt->strarg)) == -1) {
232 232
 		mprintf("!LogFacility: %s: No such facility.\n", cpt->strarg);
233
-		exit(1);
233
+		exit(62);
234 234
 	    }
235 235
 	}
236 236
 
... ...
@@ -313,6 +313,7 @@ int downloaddb(const char *localname, const char *remotename, const char *hostna
313 313
 	    mprintf("%s is up to date (version: %d, sigs: %d, f-level: %d, builder: %s)\n", localname, current->version, current->sigs, current->fl, current->builder);
314 314
 	    logg("%s is up to date (version: %d, sigs: %d, f-level: %d, builder: %s)\n", localname, current->version, current->sigs, current->fl, current->builder);
315 315
 	    *signo += current->sigs;
316
+	    close(hostfd);
316 317
 	    cl_cvdfree(current);
317 318
 	    return 1;
318 319
 	}
... ...
@@ -345,6 +346,7 @@ int downloaddb(const char *localname, const char *remotename, const char *hostna
345 345
 	}
346 346
 
347 347
 	*signo += current->sigs;
348
+	close(hostfd);
348 349
 	cl_cvdfree(current);
349 350
 	return 1;
350 351
     }
... ...
@@ -122,8 +122,8 @@ struct cli_md5_node {
122 122
 };
123 123
 
124 124
 struct cli_meta_node {
125
-    int csize, size;
126
-    unsigned int crc32, fileno, method, encrypted, maxdepth;
125
+    int csize, size, method;
126
+    unsigned int crc32, fileno, encrypted, maxdepth;
127 127
     char *filename, *virname;
128 128
     struct cli_meta_node *next;
129 129
 };
... ...
@@ -1,10 +1,10 @@
1 1
 /*
2 2
  *  C implementation of the Aho-Corasick pattern matching algorithm. It's based
3
- *  on ScannerDaemon's Java version by Kurt Huwig and
3
+ *  on the ScannerDaemon's version (coded in Java) by Kurt Huwig and
4 4
  *  http://www-sr.informatik.uni-tuebingen.de/~buehler/AC/AC.html
5 5
  *  Thanks to Kurt Huwig for pointing me to this page.
6 6
  *
7
- *  Copyright (C) 2002 - 2004 Tomasz Kojm <tkojm@clamav.net>
7
+ *  Copyright (C) 2002 - 2005 Tomasz Kojm <tkojm@clamav.net>
8 8
  *
9 9
  *  This program is free software; you can redistribute it and/or modify
10 10
  *  it under the terms of the GNU General Public License as published by
... ...
@@ -34,7 +34,6 @@
34 34
 #include "others.h"
35 35
 #include "matcher.h"
36 36
 #include "matcher-ac.h"
37
-#include "unrarlib.h"
38 37
 #include "defaults.h"
39 38
 #include "filetypes.h"
40 39
 
... ...
@@ -296,7 +295,8 @@ int cli_ac_scanbuff(const char *buffer, unsigned int length, const char **virnam
296 296
 			    t = type;
297 297
 			else
298 298
 			    t = ftype;
299
-			if(fd == -1 || !cli_validatesig(pt->target, t, pt->offset, offset + position, fd, pt->virname)) {
299
+
300
+			if((fd == -1 && !t) || !cli_validatesig(pt->target, t, pt->offset, offset + position, fd, pt->virname)) {
300 301
 			    pt = pt->next;
301 302
 			    continue;
302 303
 			}
... ...
@@ -1,5 +1,5 @@
1 1
 /*
2
- *  Copyright (C) 2004 Tomasz Kojm <tkojm@clamav.net>
2
+ *  Copyright (C) 2004 - 2005 Tomasz Kojm <tkojm@clamav.net>
3 3
  *
4 4
  *  This program is free software; you can redistribute it and/or modify
5 5
  *  it under the terms of the GNU General Public License as published by
... ...
@@ -180,7 +180,7 @@ int cli_bm_scanbuff(const char *buffer, unsigned int length, const char **virnam
180 180
 		    if(p->target || p->offset) {
181 181
 			off = offset + i - BM_MIN_LENGTH + BM_BLOCK_SIZE;
182 182
 
183
-			if(fd == -1 || !cli_validatesig(p->target, ftype, p->offset, off, fd, p->virname)) {
183
+			if((fd == -1 && !ftype) || !cli_validatesig(p->target, ftype, p->offset, off, fd, p->virname)) {
184 184
 			    p = p->next;
185 185
 			    continue;
186 186
 			}
... ...
@@ -311,11 +311,15 @@ int cli_scandesc(int desc, const char **virname, long int *scanned, const struct
311 311
 
312 312
 	if(bytes == SCANBUFF) {
313 313
 	    memmove(buffer, endbl, root->maxpatlen);
314
-	    offset += bytes - root->maxpatlen;
315
-	}
316 314
 
317
-        pt = buffer;
318
-        length = buffsize;
315
+	    if(pt == buffer) {
316
+		offset += SCANBUFF;
317
+	    } else {
318
+		offset += SCANBUFF - root->maxpatlen;
319
+		pt = buffer;
320
+		length = buffsize;
321
+	    }
322
+	}
319 323
 
320 324
 	if(root->md5_hlist)
321 325
 	    MD5_Update(&ctx, buff, bytes);
... ...
@@ -72,7 +72,7 @@ pthread_mutex_t cli_gentemp_mutex = PTHREAD_MUTEX_INITIALIZER;
72 72
 #define	O_BINARY	0
73 73
 #endif
74 74
 
75
-#define CL_FLEVEL 4 /* don't touch it */
75
+#define CL_FLEVEL 5 /* don't touch it */
76 76
 
77 77
 #define MAX_ALLOCATION 134217728
78 78
 
... ...
@@ -173,7 +173,7 @@ static int cli_scanrar(int desc, const char **virname, long int *scanned, const
173 173
 	    if(mdata->size >= 0 && (unsigned int) mdata->size != rarlist->item.UnpSize)
174 174
 		continue;
175 175
 
176
-	    if(mdata->method && mdata->method != rarlist->item.Method)
176
+	    if(mdata->method >= 0 && mdata->method != rarlist->item.Method)
177 177
 		continue;
178 178
 
179 179
 	    if(mdata->fileno && mdata->fileno != files)
... ...
@@ -407,7 +407,7 @@ static int cli_scanzip(int desc, const char **virname, long int *scanned, const
407 407
 	    if(mdata->size >= 0 && mdata->size != zdirent.st_size)
408 408
 		continue;
409 409
 
410
-	    if(mdata->method && mdata->method != (unsigned int) zdirent.d_compr)
410
+	    if(mdata->method >= 0 && mdata->method != (unsigned int) zdirent.d_compr)
411 411
 		continue;
412 412
 
413 413
 	    if(mdata->fileno && mdata->fileno != files)
... ...
@@ -520,9 +520,9 @@ static int cli_scanzip(int desc, const char **virname, long int *scanned, const
520 520
 
521 521
 	zzip_file_close(zfp);
522 522
 
523
-	if(size != zdirent.st_size) {
523
+	if(!encrypted && size != zdirent.st_size) {
524 524
 	    cli_dbgmsg("Zip: Incorrectly decompressed (%d != %d)\n", size, zdirent.st_size);
525
-	    ret = CL_EIO;
525
+	    ret = CL_EZIP;
526 526
 	    break;
527 527
 	}
528 528
 
... ...
@@ -24,9 +24,10 @@
24 24
 #include "clamav-config.h"
25 25
 #endif
26 26
 
27
-static	char	const	rcsid[] = "$Id: tnef.c,v 1.14 2005/04/04 13:29:02 nigelhorne Exp $";
27
+static	char	const	rcsid[] = "$Id: tnef.c,v 1.19 2005/05/04 21:41:18 nigelhorne Exp $";
28 28
 
29 29
 #include <stdio.h>
30
+#include <fcntl.h>
30 31
 
31 32
 #include "cltypes.h"
32 33
 #include "clamav.h"
... ...
@@ -37,8 +38,9 @@ static	char	const	rcsid[] = "$Id: tnef.c,v 1.14 2005/04/04 13:29:02 nigelhorne E
37 37
 #endif
38 38
 #include "blob.h"
39 39
 
40
-static	int	tnef_message(FILE *fp);
41
-static	int	tnef_attachment(FILE *fp, const char *dir, fileblob **fbref);
40
+static	int	tnef_message(FILE *fp, uint16_t type, uint16_t tag, uint32_t length);
41
+static	int	tnef_attachment(FILE *fp, uint16_t type, uint16_t tag, uint32_t length, const char *dir, fileblob **fbref);
42
+static	int	tnef_header(FILE *fp, uint8_t *part, uint16_t *type, uint16_t *tag, uint32_t *length);
42 43
 
43 44
 #define	TNEF_SIGNATURE	0x223E9f78
44 45
 #define	LVL_MESSAGE	0x01
... ...
@@ -49,7 +51,6 @@ static	int	tnef_attachment(FILE *fp, const char *dir, fileblob **fbref);
49 49
 #define	attATTACHDATA	0x800f	/* Attachment Data */
50 50
 #define	attATTACHTITLE	0x8010	/* Attachment File Name */
51 51
 #define	attDATEMODIFIED	0x8020
52
-#define	attTNEFVERSION	0x9006
53 52
 #define	attOEMCODEPAGE	0x9007
54 53
 
55 54
 #if WORDS_BIGENDIAN == 0
... ...
@@ -61,12 +62,13 @@ static	int	tnef_attachment(FILE *fp, const char *dir, fileblob **fbref);
61 61
 				((v & 0x0000FF00) << 8) | (v << 24))
62 62
 #endif
63 63
 
64
+extern	short	cli_debug_flag;
65
+
64 66
 int
65 67
 cli_tnef(const char *dir, int desc)
66 68
 {
67 69
 	uint32_t i32;
68 70
 	uint16_t i16;
69
-	uint8_t i8;
70 71
 	fileblob *fb;
71 72
 	int i, ret, alldone;
72 73
 	FILE *fp;
... ...
@@ -95,11 +97,15 @@ cli_tnef(const char *dir, int desc)
95 95
 	}
96 96
 
97 97
 	fb = NULL;
98
-	ret = CL_CLEAN;
98
+	ret = CL_CLEAN;	/* we don't know if it's clean or not :-) */
99 99
 	alldone = 0;
100 100
 
101 101
 	do {
102
-		switch(fread(&i8, sizeof(uint8_t), 1, fp)) {
102
+		uint8_t part;
103
+		uint16_t type, tag;
104
+		uint32_t length;
105
+
106
+		switch(tnef_header(fp, &part, &type, &tag, &length)) {
103 107
 			case 0:
104 108
 				if(ferror(fp)) {
105 109
 					perror("read");
... ...
@@ -116,23 +122,23 @@ cli_tnef(const char *dir, int desc)
116 116
 		}
117 117
 		if(alldone)
118 118
 			break;
119
-		switch(i8) {
119
+		switch(part) {
120 120
 			case LVL_MESSAGE:
121
-				/*cli_dbgmsg("TNEF - found message\n");*/
121
+				cli_dbgmsg("TNEF - found message\n");
122 122
 				if(fb != NULL) {
123 123
 					fileblobDestroy(fb);
124 124
 					fb = NULL;
125 125
 				}
126 126
 				fb = fileblobCreate();
127
-				if(tnef_message(fp) != 0) {
127
+				if(tnef_message(fp, type, tag, length) != 0) {
128 128
 					cli_errmsg("Error reading TNEF message\n");
129 129
 					ret = CL_EFORMAT;
130 130
 					alldone = 1;
131 131
 				}
132 132
 				break;
133 133
 			case LVL_ATTACHMENT:
134
-				/*cli_dbgmsg("TNEF - found attachment\n");*/
135
-				if(tnef_attachment(fp, dir, &fb) != 0) {
134
+				cli_dbgmsg("TNEF - found attachment\n");
135
+				if(tnef_attachment(fp, type, tag, length, dir, &fb) != 0) {
136 136
 					cli_errmsg("Error reading TNEF message\n");
137 137
 					ret = CL_EFORMAT;
138 138
 					alldone = 1;
... ...
@@ -141,7 +147,35 @@ cli_tnef(const char *dir, int desc)
141 141
 			case 0:
142 142
 				break;
143 143
 			default:
144
-				cli_errmsg("TNEF - unknown level %d\n", (int)i8);
144
+				cli_warnmsg("TNEF - unknown level %d tag 0x%x\n", (int)part, (int)tag);
145
+				
146
+				/*
147
+				 * Dump the file incase it was part of an
148
+				 * email that's about to be deleted
149
+				 */
150
+				if(cli_debug_flag) {
151
+					int fout;
152
+					char *filename = cli_gentemp(NULL);
153
+					char buffer[BUFSIZ];
154
+
155
+#ifdef	O_BINARY
156
+					fout = open(filename, O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_BINARY, 0600);
157
+#else
158
+					fout = open(filename, O_WRONLY|O_CREAT|O_EXCL|O_TRUNC, 0600);
159
+#endif
160
+
161
+					if(fout >= 0) {
162
+						int count;
163
+
164
+						cli_warnmsg("Saving dump to %s - send to bugs@clamav.net\n", filename);
165
+
166
+						lseek(desc, 0L, SEEK_SET);
167
+						while((count = cli_readn(desc, buffer, sizeof(buffer))) > 0)
168
+							cli_writen(fout, buffer, count);
169
+						close(fout);
170
+					}
171
+					free(filename);
172
+				}
145 173
 				ret = CL_EFORMAT;
146 174
 				alldone = 1;
147 175
 				break;
... ...
@@ -154,31 +188,19 @@ cli_tnef(const char *dir, int desc)
154 154
 	}
155 155
 	fclose(fp);
156 156
 
157
-	cli_dbgmsg("cli_tnef: returning 0\n");
158
-	return CL_CLEAN;	/* we don't know if it's clean or not :-) */
157
+	cli_dbgmsg("cli_tnef: returning %d\n", ret);
158
+	return ret;
159 159
 }
160 160
 
161 161
 static int
162
-tnef_message(FILE *fp)
162
+tnef_message(FILE *fp, uint16_t type, uint16_t tag, uint32_t length)
163 163
 {
164
-	uint32_t i32, length;
165
-	uint16_t i16, tag, type;
164
+	uint16_t i16;
166 165
 	off_t offset;
167 166
 #if	CL_DEBUG
168 167
 	char *string;
169 168
 #endif
170 169
 
171
-	if(fread(&i32, sizeof(uint32_t), 1, fp) != 1)
172
-		return -1;
173
-
174
-	i32 = host32(i32);
175
-	tag = i32 & 0xFFFF;
176
-	type = (i32 & 0xFFFF0000) >> 16;
177
-
178
-	if(fread(&i32, sizeof(uint32_t), 1, fp) != 1)
179
-		return -1;
180
-	length = host32(i32);
181
-
182 170
 	cli_dbgmsg("message tag 0x%x, type 0x%x, length %u\n", tag, type, length);
183 171
 
184 172
 	offset = ftell(fp);
... ...
@@ -225,7 +247,7 @@ tnef_message(FILE *fp)
225 225
 #endif
226 226
 	}
227 227
 
228
-	cli_dbgmsg("%lu %lu\n", (long)(offset + length), ftell(fp));
228
+	/*cli_dbgmsg("%lu %lu\n", (long)(offset + length), ftell(fp));*/
229 229
 
230 230
 	fseek(fp, offset + length, SEEK_SET);
231 231
 
... ...
@@ -237,24 +259,13 @@ tnef_message(FILE *fp)
237 237
 }
238 238
 
239 239
 static int
240
-tnef_attachment(FILE *fp, const char *dir, fileblob **fbref)
240
+tnef_attachment(FILE *fp, uint16_t type, uint16_t tag, uint32_t length, const char *dir, fileblob **fbref)
241 241
 {
242
-	uint32_t i32, length, todo;
243
-	uint16_t i16, tag, type;
242
+	uint32_t todo;
243
+	uint16_t i16;
244 244
 	off_t offset;
245 245
 	char *string;
246 246
 
247
-	if(fread(&i32, sizeof(uint32_t), 1, fp) != 1)
248
-		return -1;
249
-
250
-	i32 = host32(i32);
251
-	tag = i32 & 0xFFFF;
252
-	type = (i32 & 0xFFFF0000) >> 16;
253
-
254
-	if(fread(&i32, sizeof(uint32_t), 1, fp) != 1)
255
-		return -1;
256
-	length = host32(i32);
257
-
258 247
 	cli_dbgmsg("attachment tag 0x%x, type 0x%x, length %u\n", tag, type, length);
259 248
 
260 249
 	offset = ftell(fp);
... ...
@@ -307,7 +318,7 @@ tnef_attachment(FILE *fp, const char *dir, fileblob **fbref)
307 307
 			break;
308 308
 	}
309 309
 
310
-	/*cli_dbgmsg("%lu %lu\n", offset + length, lseek(desc, 0L, SEEK_CUR));*/
310
+	/*cli_dbgmsg("%lu %lu\n", (long)(offset + length), ftell(fp));*/
311 311
 
312 312
 	fseek(fp, (long)(offset + length), SEEK_SET);	/* shouldn't be needed */
313 313
 
... ...
@@ -317,3 +328,30 @@ tnef_attachment(FILE *fp, const char *dir, fileblob **fbref)
317 317
 
318 318
 	return 0;
319 319
 }
320
+
321
+static int
322
+tnef_header(FILE *fp, uint8_t *part, uint16_t *type, uint16_t *tag, uint32_t *length)
323
+{
324
+	uint32_t i32;
325
+
326
+	if(fread(part, sizeof(uint8_t), 1, fp) != 1)
327
+		return 0;
328
+
329
+	if(*part == (uint8_t)0)
330
+		return 0;
331
+
332
+	if(fread(&i32, sizeof(uint32_t), 1, fp) != 1)
333
+		return -1;
334
+
335
+	i32 = host32(i32);
336
+	*tag = i32 & 0xFFFF;
337
+	*type = (i32 & 0xFFFF0000) >> 16;
338
+
339
+	if(fread(&i32, sizeof(uint32_t), 1, fp) != 1)
340
+		return -1;
341
+	*length = host32(i32);
342
+
343
+	cli_dbgmsg("message tag 0x%x, type 0x%x, length %u\n", *tag, *type, *length);
344
+
345
+	return 1;
346
+}
... ...
@@ -69,6 +69,7 @@
69 69
 #ifdef   ZZIP_ssize_t
70 70
 #define _zzip_ssize_t ZZIP_ssize_t
71 71
 #else
72
+#include <unistd.h>
72 73
 #define _zzip_ssize_t ssize_t
73 74
 #endif
74 75
 #endif
... ...
@@ -271,7 +271,7 @@ int build(struct optstruct *opt)
271 271
 	mprintf("WARNING: There are no signatures in the database(s).\n");
272 272
     } else {
273 273
 	mprintf("Signatures: %d\n", no);
274
-	realno = countlines("main.db") + countlines("daily.db") + countlines("main.hdb") + countlines("daily.hdb") + countlines("main.ndb") + countlines("daily.ndb") + countlines("main.zmd") + countlines("daily.zmd") + countlines("main.rmd") + countlines("daily.rmd");
274
+	realno = countlines("main.db") + countlines("daily.db") + countlines("main.hdb") + countlines("daily.hdb") + countlines("main.ndb") + countlines("daily.ndb") + countlines("main.zmd") + countlines("daily.zmd") + countlines("main.rmd") + countlines("daily.rmd") + countlines("main.fp") + countlines("daily.fp");
275 275
 	if(realno != no) {
276 276
 	    mprintf("!Signatures in database: %d. Loaded: %d.\n", realno, no);
277 277
 	    mprintf("Please check the current directory and remove unnecessary databases\n");