[Mimedefang] [patch] mimedefang-filter man page updates for nod32
Matt Selsky
selsky at columbia.edu
Wed Jan 23 14:51:11 EST 2008
The attached patch updates the mimedefang-filter.5 man page for the
nod32 antivirus program.
Cheers,
--
Matt
-------------- next part --------------
diff -ur mimedefang-2.64-BETA-1.orig/mimedefang-filter.5.in mimedefang-2.64-BETA-1/mimedefang-filter.5.in
--- mimedefang-2.64-BETA-1.orig/mimedefang-filter.5.in 2007-09-24 15:22:22.000000000 -0400
+++ mimedefang-2.64-BETA-1/mimedefang-filter.5.in 2008-01-23 14:46:37.016491457 -0500
@@ -769,6 +769,9 @@
$Features{"Virus:TROPHIE"} is the full path to Trophie if it is installed;
0 if it is not.
+$Features{"Virus:NOD32"} is the full path to ESET NOD32 nod32cli if it is installed;
+0 if it is not.
+
\fBNOTE:\fR Perl-module based features (SpamAssassin and HTMLCleaner) are determined at runtime and may change as these are added
and removed. Most Virus features are predetermined at the time of
configuration and do not adapt to runtime availability unless changed by
@@ -1833,6 +1836,8 @@
.B message_contains_virus_fprot()
.TP
.B message_contains_virus_fprotd()
+.TP
+.B message_contains_virus_nod32()
These functions should be called in \fBlist context\fR. They use the
indicated anti-virus software to scan the message for viruses. These
@@ -1870,6 +1875,9 @@
.TP
.B f-prot
F-RISK F-PROT - http://www.f-prot.com/
+.TP
+.B nod32cli
+ESET NOD32 - http://www.eset.com/
.TP
.B message_contains_virus_carrier_scan([$host])
@@ -1930,6 +1938,8 @@
.B entity_contains_virus_fprot($entity)
.TP
.B entity_contains_virus_fprotd($entity)
+.TP
+.B entity_contains_virus_nod32($entity)
These functions, meant to be called from filter(), are similar to the
message_contains_virus functions except they scan only the current part.
They should be called from list context, and their return values are as
@@ -2341,6 +2351,10 @@
Trophie (http://www.vanja.com/tools/trophie/), which uses the libvsapi
library from Trend Micro, is supported in daemon-scanning mode.
+.TP
+.B o
+ESET NOD32 (http://www.eset.com/)
+
.SH AUTHORS
\fBmimedefang\fR was written by David F. Skoll <dfs at roaringpenguin.com>.
The \fBmimedefang\fR home page is \fIhttp://www.mimedefang.org/\fR.
More information about the MIMEDefang
mailing list