47846c1bfe
P3Scan is a transparent POP3-Proxy with virus-scanning capabilities. This means that all your POP3-Clients in the Network can't fetch mails from the internet without that P3Scan have scanned it. If a virus has been found the mail is replaced with a notification and the original (infeceted) version is stored on the harddisc. Transparent means, that neither the client nor any of the used POP3-servers has to be configured. This port is based on mail/pop3vscan, but the development for that port seems to have ceased. WWW: http://p3scan.sourceforge.net/
11 lines
232 B
C
11 lines
232 B
C
--- scanner_sample.c.orig Tue Feb 17 21:58:55 2004
|
|
+++ scanner_sample.c Tue Feb 17 21:59:01 2004
|
|
@@ -31,7 +31,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <sys/un.h>
|
|
#include <sys/socket.h>
|
|
|