From 47846c1bfe60aa6eddfa19e35b094e0b07a44bd5 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 18 Feb 2004 02:00:30 +0000 Subject: mail/p3scan is a fork of mail/pop3vscan, a transparent POP3 virusscanner 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/ --- mail/p3scan/files/patch-scanner_basic.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mail/p3scan/files/patch-scanner_basic.c (limited to 'mail/p3scan/files/patch-scanner_basic.c') diff --git a/mail/p3scan/files/patch-scanner_basic.c b/mail/p3scan/files/patch-scanner_basic.c new file mode 100644 index 000000000000..35c4d842f8da --- /dev/null +++ b/mail/p3scan/files/patch-scanner_basic.c @@ -0,0 +1,13 @@ +--- scanner_basic.c.orig Tue Feb 17 21:58:49 2004 ++++ scanner_basic.c Tue Feb 17 22:20:28 2004 +@@ -34,8 +34,9 @@ + #include + #include + #include ++#include + #include +-#include ++#include + #include + + #include "p3scan.h" -- cgit v1.2.3