- Update to 4.39.6
PR: ports/78844 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
This commit is contained in:
parent
8cf9ed7a57
commit
2fbf85fb42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131342
7 changed files with 153 additions and 19 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= MailScanner
|
||||
PORTVERSION= 4.38.10
|
||||
PORTVERSION= 4.39.6
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/
|
||||
DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (MailScanner-install-4.38.10-1.tar.gz) = 053ee8ab94db5e6cd633b11a0fe9294e
|
||||
SIZE (MailScanner-install-4.38.10-1.tar.gz) = 4846145
|
||||
MD5 (MailScanner-install-4.39.6-1.tar.gz) = efe4a1eec0b072febbb3d6037a65470d
|
||||
SIZE (MailScanner-install-4.39.6-1.tar.gz) = 4854418
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
--- ../MailScanner-install-4.38.10.orig/docs/man/MailScanner.8 Tue Feb 15 08:40:50 2005
|
||||
+++ docs/man/MailScanner.8 Tue Feb 15 08:49:15 2005
|
||||
--- ../MailScanner-install-4.39.6.orig/docs/man/MailScanner.8 Mon Mar 14 23:05:12 2005
|
||||
+++ docs/man/MailScanner.8 Mon Mar 14 23:05:22 2005
|
||||
@@ -1,4 +1,4 @@
|
||||
-.TH "MailScanner" "8" "4.38.2" "Julian Field" "Mail"
|
||||
+.TH "MailScanner" "8" "4.38.10" "Julian Field" "Mail"
|
||||
+.TH "MailScanner" "8" "4.39.6" "Julian Field" "Mail"
|
||||
.SH "NAME"
|
||||
.LP
|
||||
MailScanner \- Virus/Spam Scanner for Sendmail, Exim and Postfix
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
--- ../MailScanner-install-4.38.10.orig/docs/man/MailScanner.8.html Tue Feb 15 08:40:50 2005
|
||||
+++ docs/man/MailScanner.8.html Tue Feb 15 08:49:17 2005
|
||||
--- ../MailScanner-install-4.39.6.orig/docs/man/MailScanner.8.html Mon Mar 14 23:05:12 2005
|
||||
+++ docs/man/MailScanner.8.html Mon Mar 14 23:05:25 2005
|
||||
@@ -1,5 +1,5 @@
|
||||
<!-- Creator : groff version 1.19 -->
|
||||
-<!-- CreationDate: Mon Jan 17 15:53:41 2005 -->
|
||||
+<!-- CreationDate: Tue Feb 15 08:48:47 2005 -->
|
||||
+<!-- CreationDate: Mon Mar 14 23:04:48 2005 -->
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
|
|
|
@ -1,12 +1,54 @@
|
|||
--- ../MailScanner-install-4.38.10.orig/docs/man/MailScanner.conf.5 Tue Feb 15 08:40:50 2005
|
||||
+++ docs/man/MailScanner.conf.5 Tue Feb 15 08:49:20 2005
|
||||
--- ../MailScanner-install-4.39.6.orig/docs/man/MailScanner.conf.5 Mon Mar 14 23:05:12 2005
|
||||
+++ docs/man/MailScanner.conf.5 Mon Mar 14 23:05:30 2005
|
||||
@@ -1,4 +1,4 @@
|
||||
-.TH "MailScanner.conf" "5" "4.38.2" "Julian Field" "Mail"
|
||||
+.TH "MailScanner.conf" "5" "4.38.10" "Julian Field" "Mail"
|
||||
+.TH "MailScanner.conf" "5" "4.39.6" "Julian Field" "Mail"
|
||||
.SH "NAME"
|
||||
.LP
|
||||
MailScanner.conf \- Main configuration for MailScanner
|
||||
@@ -601,6 +601,15 @@
|
||||
@@ -562,6 +562,41 @@
|
||||
|
||||
.br
|
||||
ClamAVModule only: monitor each of these files for changes in size to detect when a ClamAV update has happened. This is only used by the "clamavmodule" virus scanner, not the "clamav" scanner setting.
|
||||
+
|
||||
+.TP
|
||||
+\fBClamAVmodule Maximum Recursion Level\fR
|
||||
+Default: 5
|
||||
+.br
|
||||
+
|
||||
+.br
|
||||
+ClamAVModule only: The maximum recursion level of archives. This setting *cannot* be the filename of a ruleset, only a simple number.
|
||||
+
|
||||
+.TP
|
||||
+\fBClamAVmodule Maximum Files\fR
|
||||
+Default: 100
|
||||
+.br
|
||||
+
|
||||
+.br
|
||||
+ClamAVModule only: The maximum number of files per batch. This setting *cannot* be the filename of a ruleset, only a simple number.
|
||||
+
|
||||
+
|
||||
+.TP
|
||||
+\fBClamAVmodule Maximum File Size\fR
|
||||
+Default: 10000000
|
||||
+.br
|
||||
+
|
||||
+.br
|
||||
+ClamAVModule only: The maximum file of each file (Default = 10MB). This setting *cannot* be the filename of a ruleset, only a simple number.
|
||||
+
|
||||
+
|
||||
+.TP
|
||||
+\fB\fRClamAVmodule Maximum Compression Ratio
|
||||
+Default: 250
|
||||
+.br
|
||||
+
|
||||
+.br
|
||||
+ClamAVModule only: The maximum compression ration of archives. This setting *cannot* be the filename of a ruleset, only a simple number.
|
||||
+
|
||||
.SH "Removing/Logging dangerous or potentially offensive content"
|
||||
.TP
|
||||
\fBAllow Partial Messages\fR
|
||||
@@ -601,6 +636,15 @@
|
||||
|
||||
|
||||
.TP
|
||||
|
@ -22,7 +64,7 @@
|
|||
\fBAllow IFrame Tags\fR
|
||||
Default: no
|
||||
.br
|
||||
@@ -1753,6 +1762,12 @@
|
||||
@@ -1753,6 +1797,12 @@
|
||||
|
||||
.br
|
||||
Log all occurrences of "Silent Viruses" as defined above? This can only be a simple yes/no value, not a ruleset.
|
||||
|
|
|
@ -1,13 +1,104 @@
|
|||
--- ../MailScanner-install-4.38.10.orig/docs/man/MailScanner.conf.5.html Tue Feb 15 08:40:50 2005
|
||||
+++ docs/man/MailScanner.conf.5.html Tue Feb 15 08:49:22 2005
|
||||
--- ../MailScanner-install-4.39.6.orig/docs/man/MailScanner.conf.5.html Mon Mar 14 23:05:12 2005
|
||||
+++ docs/man/MailScanner.conf.5.html Mon Mar 14 23:05:33 2005
|
||||
@@ -1,5 +1,5 @@
|
||||
<!-- Creator : groff version 1.19 -->
|
||||
-<!-- CreationDate: Mon Jan 17 15:53:41 2005 -->
|
||||
+<!-- CreationDate: Tue Feb 15 08:48:47 2005 -->
|
||||
+<!-- CreationDate: Mon Mar 14 23:04:48 2005 -->
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
@@ -1761,6 +1761,33 @@
|
||||
@@ -1638,6 +1638,90 @@
|
||||
scanner, not the "clamav" scanner setting.</p>
|
||||
</td>
|
||||
</table>
|
||||
+<!-- INDENTATION -->
|
||||
+<table width="100%" border=0 rules="none" frame="void"
|
||||
+ cols="2" cellspacing="0" cellpadding="0">
|
||||
+<tr valign="top" align="left">
|
||||
+<td width="11%"></td>
|
||||
+<td width="89%">
|
||||
+<p><b>ClamAVmodule Maximum Recursion Level</b></p></td>
|
||||
+</table>
|
||||
+<!-- INDENTATION -->
|
||||
+<table width="100%" border=0 rules="none" frame="void"
|
||||
+ cols="2" cellspacing="0" cellpadding="0">
|
||||
+<tr valign="top" align="left">
|
||||
+<td width="22%"></td>
|
||||
+<td width="78%">
|
||||
+<p>Default: 5</p>
|
||||
+<!-- INDENTATION -->
|
||||
+<p>ClamAVModule only: The maximum recursion level of
|
||||
+archives. This setting *cannot* be the filename of a
|
||||
+ruleset, only a simple number.</p>
|
||||
+</td>
|
||||
+</table>
|
||||
+<!-- INDENTATION -->
|
||||
+<table width="100%" border=0 rules="none" frame="void"
|
||||
+ cols="2" cellspacing="0" cellpadding="0">
|
||||
+<tr valign="top" align="left">
|
||||
+<td width="11%"></td>
|
||||
+<td width="89%">
|
||||
+<p><b>ClamAVmodule Maximum Files</b></p></td>
|
||||
+</table>
|
||||
+<!-- INDENTATION -->
|
||||
+<table width="100%" border=0 rules="none" frame="void"
|
||||
+ cols="2" cellspacing="0" cellpadding="0">
|
||||
+<tr valign="top" align="left">
|
||||
+<td width="22%"></td>
|
||||
+<td width="78%">
|
||||
+<p>Default: 100</p>
|
||||
+<!-- INDENTATION -->
|
||||
+<p>ClamAVModule only: The maximum number of files per batch.
|
||||
+This setting *cannot* be the filename of a ruleset, only a
|
||||
+simple number.</p>
|
||||
+</td>
|
||||
+</table>
|
||||
+<!-- INDENTATION -->
|
||||
+<table width="100%" border=0 rules="none" frame="void"
|
||||
+ cols="2" cellspacing="0" cellpadding="0">
|
||||
+<tr valign="top" align="left">
|
||||
+<td width="11%"></td>
|
||||
+<td width="89%">
|
||||
+<p><b>ClamAVmodule Maximum File Size</b></p></td>
|
||||
+</table>
|
||||
+<!-- INDENTATION -->
|
||||
+<table width="100%" border=0 rules="none" frame="void"
|
||||
+ cols="2" cellspacing="0" cellpadding="0">
|
||||
+<tr valign="top" align="left">
|
||||
+<td width="22%"></td>
|
||||
+<td width="78%">
|
||||
+<p>Default: 10000000</p>
|
||||
+<!-- INDENTATION -->
|
||||
+<p>ClamAVModule only: The maximum file of each file (Default
|
||||
+= 10MB). This setting *cannot* be the filename of a ruleset,
|
||||
+only a simple number.</p>
|
||||
+</td>
|
||||
+</table>
|
||||
+<!-- INDENTATION -->
|
||||
+<table width="100%" border=0 rules="none" frame="void"
|
||||
+ cols="2" cellspacing="0" cellpadding="0">
|
||||
+<tr valign="top" align="left">
|
||||
+<td width="11%"></td>
|
||||
+<td width="89%">
|
||||
+<p>ClamAVmodule Maximum Compression Ratio</p></td>
|
||||
+</table>
|
||||
+<!-- INDENTATION -->
|
||||
+<table width="100%" border=0 rules="none" frame="void"
|
||||
+ cols="2" cellspacing="0" cellpadding="0">
|
||||
+<tr valign="top" align="left">
|
||||
+<td width="22%"></td>
|
||||
+<td width="78%">
|
||||
+<p>Default: 250</p>
|
||||
+<!-- INDENTATION -->
|
||||
+<p>ClamAVModule only: The maximum compression ration of
|
||||
+archives. This setting *cannot* be the filename of a
|
||||
+ruleset, only a simple number.</p>
|
||||
+</td>
|
||||
+</table>
|
||||
<a name="Removing/Logging dangerous or potentially offensive content"></a>
|
||||
<h2>Removing/Logging dangerous or potentially offensive content</h2>
|
||||
<!-- INDENTATION -->
|
||||
@@ -1761,6 +1845,33 @@
|
||||
<tr valign="top" align="left">
|
||||
<td width="11%"></td>
|
||||
<td width="89%">
|
||||
|
@ -41,7 +132,7 @@
|
|||
<p><b>Allow IFrame Tags</b></p></td>
|
||||
</table>
|
||||
<!-- INDENTATION -->
|
||||
@@ -5122,6 +5149,28 @@
|
||||
@@ -5122,6 +5233,28 @@
|
||||
<p>Log all occurrences of "Silent Viruses" as
|
||||
defined above? This can only be a simple yes/no value, not a
|
||||
ruleset.</p>
|
||||
|
|
|
@ -19,6 +19,7 @@ lib/MailScanner/MailScanner/Config.pm
|
|||
lib/MailScanner/MailScanner/ConfigDefs.pl
|
||||
lib/MailScanner/MailScanner/CustomConfig.pm
|
||||
lib/MailScanner/MailScanner/CustomFunctions/MyExample.pm
|
||||
lib/MailScanner/MailScanner/CustomFunctions/DavidHooton.pm
|
||||
lib/MailScanner/MailScanner/Exim.pm
|
||||
lib/MailScanner/MailScanner/EximDiskStore.pm
|
||||
lib/MailScanner/MailScanner/Lock.pm
|
||||
|
|
Loading…
Reference in a new issue