From root=freebsd-gnats-submit=freebsd.org=7d45f6c3b4adf33f63274392d7377e7a5e58050b@seceidos.de  Mon Mar  6 18:11:23 2006
Return-Path: <root=freebsd-gnats-submit=freebsd.org=7d45f6c3b4adf33f63274392d7377e7a5e58050b@seceidos.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4909D16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Mar 2006 18:11:23 +0000 (GMT)
	(envelope-from root=freebsd-gnats-submit=freebsd.org=7d45f6c3b4adf33f63274392d7377e7a5e58050b@seceidos.de)
Received: from mail.seceidos.de (mail.seceidos.de [213.157.28.234])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9194E43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Mar 2006 18:11:21 +0000 (GMT)
	(envelope-from root=freebsd-gnats-submit=freebsd.org=7d45f6c3b4adf33f63274392d7377e7a5e58050b@seceidos.de)
Message-Id: <200603061811.k26IB7Qu095209@services.intern.seceidos.de>
Date: Mon, 6 Mar 2006 19:11:07 +0100 (CET)
From: Jan-Peter Koopmann <j.koopmann@seceidos.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] mail/MailScanner: update to 4.51.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         94144
>Category:       ports
>Synopsis:       [MAINTAINER] mail/MailScanner: update to 4.51.5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    johans
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 06 18:20:09 GMT 2006
>Closed-Date:    Thu Apr 13 13:32:26 GMT 2006
>Last-Modified:  Thu Apr 13 13:32:26 GMT 2006
>Originator:     Jan-Peter Koopmann
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD services.intern.seceidos.de 4.9-STABLE FreeBSD 4.9-STABLE #0: Mon Jan  5 10:56:46 CET
>Description:
- Update to 4.51.5

ChangeLog: 
fixed mta.sh script

2/3/2006 New in Version 4.51.5-1
================================
* New Features and Improvements *
- Syntax checking of Spam Actions (and its brothers) at run time.
  Message will be delivered if an error is found.
- Improved detection of Solaris GCC in the installers.
- New option "Use TNEF Contents" allows you to add the contents of winmail.dat
  attachments to messages in TNEF format. This means that users not running
  Microsoft Outlook can read attachments put there by badly-configured
  Outlook or Exchange systems. Valid values are "no", "add" or "replace" which
  do pretty much what they say. Explanations are in MailScanner.conf.
- Improved PID handling in sendmail on SuSE systems.
- Improved logging of overall batch timing.

* Fixes *
- "Use TNEF Contents = replace" didn't work in release 4.51.4. Fixed.

2/2/2006 New in Version 4.50.15-1


Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- MailScanner-4.51.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/mailscanner/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- Makefile	16 Feb 2006 16:34:56 -0000	1.45
+++ Makefile	6 Mar 2006 18:09:43 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	MailScanner
-PORTVERSION=	4.50.15
-PORTREVISION=	1
+PORTVERSION=	4.51.5
 CATEGORIES=	mail
 MASTER_SITES=	http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/
 DISTNAME=	${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/mailscanner/distinfo,v
retrieving revision 1.32
diff -u -r1.32 distinfo
--- distinfo	15 Feb 2006 10:46:59 -0000	1.32
+++ distinfo	6 Mar 2006 18:09:43 -0000
@@ -1,2 +1,2 @@
-MD5 (MailScanner-install-4.50.15-1.tar.gz) = ae3e66568abf465b8a5a34db7011d72b
-SIZE (MailScanner-install-4.50.15-1.tar.gz) = 6542222
+MD5 (MailScanner-install-4.51.5-1.tar.gz) = 9d8d732aa73fdc75bf86510891dc1669
+SIZE (MailScanner-install-4.51.5-1.tar.gz) = 6544488
Index: files/CHANGES.port
===================================================================
RCS file: /home/ncvs/ports/mail/mailscanner/files/CHANGES.port,v
retrieving revision 1.1
diff -u -r1.1 CHANGES.port
--- files/CHANGES.port	16 Feb 2006 16:34:56 -0000	1.1
+++ files/CHANGES.port	6 Mar 2006 18:09:43 -0000
@@ -1,3 +1,10 @@
+
+Version 4.51.5
+=================
+- Some changes in FreeBSD 6.1 resulted in problems in the mta.sh script.
+  Fixed.
+- Upgrade to MailScanenr 4.51
+
 Version 4.50.15_1
 =================
 - The MailScanner binary is now put into /usr/local/sbin allowing for
Index: files/mta.sh.in
===================================================================
RCS file: /home/ncvs/ports/mail/mailscanner/files/mta.sh.in,v
retrieving revision 1.2
diff -u -r1.2 mta.sh.in
--- files/mta.sh.in	20 Feb 2006 20:47:12 -0000	1.2
+++ files/mta.sh.in	6 Mar 2006 18:09:43 -0000
@@ -51,11 +51,22 @@
 # mta_submitqueue_pidfile="/var/spool/clientmqueue/sm-client.pid"
 #
 
+PATH=$PATH:/sbin:/usr/sbin; export PATH
+
 . %%RC_SUBR%%
 
 name="mta"
 rcvar=`set_rcvar`
 
+_mta_rc_script="%%PREFIX%%/etc/rc.d/mta"
+_mta_osversion="`sysctl -n kern.osreldate`"
+if [ \( "$_mta_osversion" -lt "600101" \) -o \
+	\( \( $_mta_osversion -ge 700000 \) -a \
+		\( $_mta_osversion -lt 700007 \) \) ]
+then
+	$_mta_rc_script="{$_mta_rc_script}.sh"
+fi
+
 load_rc_config $name
 
 : ${mta_enable="NO"}
@@ -102,13 +113,13 @@
 		eval mta_pidfile=\${mta_${profile}_pidfile:-${mta_pidfile}}
 		pidfile="${_pidprefix}.${profile}.pid"
 	else
-		echo "$0: extra argument ignored"
+		echo "$_mta_rc_script: extra argument ignored"
 	fi
 else
 	if [ "x${mta_profiles}" != "x" ]; then
 	for profile in ${mta_profiles}; do
 		echo "===> mta profile: ${profile}"
-		$0 $1 $profile
+		$_mta_rc_script $1 $profile
 		retcode=$?
 		if [ "$?" -ne 0 ]; then
 			failed="${profile} ({$retcode}) ${failed}"
Index: files/patch-docs:man:MailScanner.conf.5
===================================================================
RCS file: /home/ncvs/ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5,v
retrieving revision 1.27
diff -u -r1.27 patch-docs:man:MailScanner.conf.5
--- files/patch-docs:man:MailScanner.conf.5	15 Feb 2006 10:47:00 -0000	1.27
+++ files/patch-docs:man:MailScanner.conf.5	6 Mar 2006 18:09:43 -0000
@@ -1,12 +1,35 @@
---- ../MailScanner-install-4.50.15.orig/docs/man/MailScanner.conf.5	Tue Feb  7 13:45:33 2006
-+++ docs/man/MailScanner.conf.5	Tue Feb  7 13:58:52 2006
+--- ../MailScanner-install-4.51.5.orig/docs/man/MailScanner.conf.5	Mon Mar  6 19:05:04 2006
++++ docs/man/MailScanner.conf.5	Mon Mar  6 19:05:25 2006
 @@ -1,4 +1,4 @@
 -.TH "MailScanner.conf" "5" "4.50.1" "Julian Field" "Mail"
-+.TH "MailScanner.conf" "5" "4.50.15" "Julian Field" "Mail"
++.TH "MailScanner.conf" "5" "4.51.5" "Julian Field" "Mail"
  .SH "NAME"
  .LP 
  MailScanner.conf \- Main configuration for MailScanner
-@@ -423,6 +423,12 @@
+@@ -364,6 +364,22 @@
+ Should we use a TNEF decoder (external or Perl module)? This should be "yes" unless the scanner you are using (Sophos, McAfee) has the facility built\-in. However, if you set it to "no", then the filenames within the TNEF attachment will not be checked against the filename rules.
+ 
+ .TP 
++\fBUse TNEF Contents\fR
++Default: replace
++.br 
++When the TNEF (winmail.dat) attachments are expanded, should the attachments contained in there be added to the list of attachments in the message? If you set this to "add" or "replace" then recipients of messages sent in "Outlook Rich Text Format" (TNEF) will be able to read the attachments if they are not using Microsoft Outlook.
++.br 
++.RS 7
++.IP  \(bu 4
++no: Leave winmail.dat TNEF attachments alone.
++.IP  \(bu 4
++add: Add the contents of winmail.dat as extra attachments, but also still include the winmail.dat file itself. This will result in TNEF messages being doubled in size.
++.IP  \(bu 4
++replace: Replace the winmail.dat TNEF attachment with the files it            contains, and delete the original winmail.dat file itself. This means the message stays the same size, but is usable by non\-Outlook recipients.
++.RE
++
++
++.TP 
+ \fBDeliver Unparsable TNEF\fR
+ Default: no
+ .br 
+@@ -423,6 +439,12 @@
  The maximum length of time the "unrar" command is allowed to run for 1 RAR archive (in seconds)
  
  .TP 
@@ -19,7 +42,7 @@
  \fBBlock Encrypted Messages\fR
  Default: no
  .br 
-@@ -521,7 +527,7 @@
+@@ -521,7 +543,7 @@
  .SH "Virus scanning and vulnerability testing"
  .TP 
  \fBVirus Scanning\fR
@@ -28,7 +51,7 @@
  .br 
  
  .br 
-@@ -529,7 +535,7 @@
+@@ -529,7 +551,7 @@
  .br 
  NOTE: Switching this to no completely disables all virus\-scanning functionality. If you just want to switch of actual virus scanning, then set "Virus Scanners = none" instead.
  .br 
@@ -37,7 +60,7 @@
  
  .TP 
  \fBVirus Scanners\fR
-@@ -1682,7 +1688,7 @@
+@@ -1682,7 +1704,7 @@
  .SH "SpamAssassin"
  .TP 
  \fBUse SpamAssassin\fR
@@ -46,7 +69,7 @@
  .br 
  
  .br 
-@@ -2113,6 +2119,22 @@
+@@ -2113,6 +2135,22 @@
  .RE
  
  .TP 
@@ -69,7 +92,7 @@
  \fBDebug\fR
  Default: no
  .br 
-@@ -2167,6 +2189,15 @@
+@@ -2167,6 +2205,15 @@
  
  .br 
  The value of the option is actually never used, but it is evaluated at the end of processing a batch of messages. It is designed to be used in conjunction with a Custom Function. The Custom Function should then be written to have a "side effect" of doing something useful such as logging lots of information about the batch of messages to a file or an SQL database. 
Index: files/patch-docs:man:MailScanner.conf.5.html
===================================================================
RCS file: /home/ncvs/ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5.html,v
retrieving revision 1.23
diff -u -r1.23 patch-docs:man:MailScanner.conf.5.html
--- files/patch-docs:man:MailScanner.conf.5.html	15 Feb 2006 10:47:00 -0000	1.23
+++ files/patch-docs:man:MailScanner.conf.5.html	6 Mar 2006 18:09:43 -0000
@@ -1,6 +1,6 @@
---- ../MailScanner-install-4.50.15.orig/docs/man/MailScanner.conf.5.html	Tue Feb  7 13:45:34 2006
-+++ docs/man/MailScanner.conf.5.html	Tue Feb  7 13:58:55 2006
-@@ -1,7013 +1,7099 @@
+--- ../MailScanner-install-4.51.5.orig/docs/man/MailScanner.conf.5.html	Mon Mar  6 19:05:04 2006
++++ docs/man/MailScanner.conf.5.html	Mon Mar  6 19:05:28 2006
+@@ -1,7013 +1,7172 @@
 -<!-- Creator     : groff version 1.19 -->
 -<!-- CreationDate: Wed Jan  4 14:36:14 2006 -->
 -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
@@ -7015,7 +7015,7 @@
 -</body>
 -</html>
 +<!-- Creator     : groff version 1.19 -->
-+<!-- CreationDate: Tue Feb  7 13:58:30 2006 -->
++<!-- CreationDate: Mon Mar  6 19:04:33 2006 -->
 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 +"http://www.w3.org/TR/html4/loose.dtd">
 +<html>
@@ -8080,6 +8080,73 @@
 +<tr valign="top" align="left">
 +<td width="11%"></td>
 +<td width="89%">
++<p><b>Use TNEF Contents</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: replace<br>
++When the TNEF (winmail.dat) attachments are expanded, should
++the attachments contained in there be added to the list of
++attachments in the message? If you set this to
++&quot;add&quot; or &quot;replace&quot; then recipients of
++messages sent in &quot;Outlook Rich Text Format&quot; (TNEF)
++will be able to read the attachments if they are not using
++Microsoft Outlook.</p>
++</td>
++</table>
++<!-- TABS -->
++<table width="100%" border=0 rules="none" frame="void"
++       cols="4" cellspacing="0" cellpadding="0">
++<tr valign="top" align="left">
++<td width="22%"></td>
++<td width="1%">
++
++<p>&bull;</p>
++</td>
++<td width="5%"></td>
++<td width="72%">
++
++<p>no: Leave winmail.dat TNEF attachments alone.</p>
++</td>
++<tr valign="top" align="left">
++<td width="22%"></td>
++<td width="1%">
++
++<p>&bull;</p>
++</td>
++<td width="5%"></td>
++<td width="72%">
++
++<p>add: Add the contents of winmail.dat as extra
++attachments, but also still include the winmail.dat file
++itself. This will result in TNEF messages being doubled in
++size.</p>
++</td>
++<tr valign="top" align="left">
++<td width="22%"></td>
++<td width="1%">
++
++<p>&bull;</p>
++</td>
++<td width="5%"></td>
++<td width="72%">
++
++<p>replace: Replace the winmail.dat TNEF attachment with
++the files it contains, and delete the original winmail.dat
++file itself. This means the message stays the same size, but
++is usable by non&minus;Outlook recipients.</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>Deliver Unparsable TNEF</b></p></td>
 +</table>
 +<!-- INDENTATION -->
@@ -8088,8 +8155,14 @@
 +<tr valign="top" align="left">
 +<td width="22%"></td>
 +<td width="78%">
-+<p>Default: no</p>
++<p>Default: no</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="28%"></td>
++<td width="72%">
 +<p>Rich Text format attachments produced by some versions of
 +Microsoft Outlook cannot be completely decoded at present.
 +Setting this option to yes allows compatibility with the
--- MailScanner-4.51.5.patch ends here ---

>Release-Note:
>Audit-Trail:

From: "Koopmann, Jan-Peter" <Jan-Peter.Koopmann@seceidos.de>
To: <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: ports/94144: [MAINTAINER] mail/MailScanner: update to 4.51.5
Date: Thu, 9 Mar 2006 12:47:23 +0100

 This is a multi-part message in MIME format.
 
 ------=_NextPart_000_00C5_01C64377.9C55DD80
 Content-Type: text/plain;
 	charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 
 Please use this diff for mta.sh.in. Sorry:
 
 
 diff -u -r1.2 mta.sh.in
 --- files/mta.sh.in	20 Feb 2006 20:47:12 -0000	1.2
 +++ files/mta.sh.in	9 Mar 2006 11:44:39 -0000
 @@ -22,6 +22,9 @@
  # mta_pidfile (str):      PID file, defaults depending on $mta_type either
  #			  to "/var/run/sendmail.pid" or "/var/run/exim.pid"
  #
 +#
 +# ATTENTION: All of the above entries are necessary in order for mta.sh to
 work correctly!
 +#
  
  #
  # Examples:
 @@ -45,17 +48,30 @@
  # mta_profiles="incoming outgoing submitqueue"
  # mta_incoming_flags="-L sm-mta-in -bd -OPrivacyOptions=noetrn
 -OQueueDirectory=/var/spool/mqueue.in -ODeliveryMode=queueonly"
  # mta_incoming_pidfile="/var/run/sendmail_in.pid"
 +# mta_incoming_configfile="/etc/mail/sendmail.cf"
  # mta_outgoing_flags="-L sm-mta-out -q15m"
  # mta_outgoing_pidfile="/var/run/sendmail_out.pid"
 +# mta_outgoing_configfile="/etc/mail/sendmail.cf"
  # mta_submitqueue_flags="-L sm-msp-queue -Ac -q15m"
  # mta_submitqueue_pidfile="/var/spool/clientmqueue/sm-client.pid"
 -#
 +# mta_submitqueue_configfile="/etc/mail/submit.cf"
 +
 +PATH=$PATH:/sbin:/usr/sbin; export PATH
  
  . %%RC_SUBR%%
  
  name="mta"
  rcvar=`set_rcvar`
  
 +_mta_rc_script="%%PREFIX%%/etc/rc.d/mta"
 +_mta_osversion="`sysctl -n kern.osreldate`"
 +if [ \( "$_mta_osversion" -lt "600101" \) -o \
 +	\( \( $_mta_osversion -ge 700000 \) -a \
 +		\( $_mta_osversion -lt 700007 \) \) ]
 +then
 +	$_mta_rc_script="{$_mta_rc_script}.sh"
 +fi
 +
  load_rc_config $name
  
  : ${mta_enable="NO"}
 @@ -102,13 +118,13 @@
  		eval mta_pidfile=\${mta_${profile}_pidfile:-${mta_pidfile}}
  		pidfile="${_pidprefix}.${profile}.pid"
  	else
 -		echo "$0: extra argument ignored"
 +		echo "$_mta_rc_script: extra argument ignored"
  	fi
  else
  	if [ "x${mta_profiles}" != "x" ]; then
  	for profile in ${mta_profiles}; do
  		echo "===> mta profile: ${profile}"
 -		$0 $1 $profile
 +		$_mta_rc_script $1 $profile
  		retcode=$?
  		if [ "$?" -ne 0 ]; then
  			failed="${profile} ({$retcode}) ${failed}"
 
 
 
 ------=_NextPart_000_00C5_01C64377.9C55DD80
 Content-Type: application/x-pkcs7-signature;
 	name="smime.p7s"
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment;
 	filename="smime.p7s"
 
 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII6jCCAnIw
 ggHboAMCAQICEBM7Dv1pnwMniwfQN8Y+13swDQYJKoZIhvcNAQEEBQAwYjELMAkGA1UEBhMCWkEx
 JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ
 ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA2MDIxNDE0MDAxMloXDTA3MDIxNDE0MDAx
 MlowUDEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJlcjEtMCsGCSqGSIb3DQEJARYeamFu
 LXBldGVyLmtvb3BtYW5uQHNlY2VpZG9zLmRlMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDm
 iE4h5QPJozddGO51fLfqRhuU5g9BfLnQq/Ah5zb+rODxKITSQ3AcS/3eaWRp+eF/aFi6n3BQjvQs
 19sN8TbCrCaG2rbkDPs+g/RufXGjXewMaTEYeD63dbILV7nYMiENPbIv+axv1939ki4WnCC67A/L
 tvRt4xvYz8Ody8cj/QIDAQABozswOTApBgNVHREEIjAggR5qYW4tcGV0ZXIua29vcG1hbm5Ac2Vj
 ZWlkb3MuZGUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQByv/vmJ8PPKPD1ACWcHl/H
 n9oIP2XOKeaXiNeos4L8gkK4SxN5cjqTnu48vkRHQ/ebUS5AqBy++nz9F697P2oRGdYjIS8QMKPT
 LncckefopMp3F7+35YDnS87VFvUZ19qDf70HoNkyfOon7kCFgDcu7SmZnPe5bnwaZYLInAqfvDCC
 Ay0wggKWoAMCAQICAQAwDQYJKoZIhvcNAQEEBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxX
 ZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1bHRp
 bmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1Ro
 YXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1h
 aWxAdGhhd3RlLmNvbTAeFw05NjAxMDEwMDAwMDBaFw0yMDEyMzEyMzU5NTlaMIHRMQswCQYDVQQG
 EwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAYBgNVBAoT
 EVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlz
 aW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEW
 HHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGB
 ANRp19SwlGRbcelH2AxRtupykbCEXn0tDY97Et+FJXUodDpCLGMnn5V7S+9+GYcdhuqj3bnOlmQa
 whRuRKx85o/oTQ9xH0A4pgCjh3j2+ZSGXq3qwF5269kUo11uenwMpUtVfwYZKX+emibVars4JAhq
 mMex2qOYkf152+VaxBy5AgMBAAGjEzARMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEEBQAD
 gYEAx+ySfk749ZalZ2IqpPBNEWDQb41gWGGsJrtSNVwIzzD7qEqWih9iQiOMFw/0umScF6xHKd+d
 mF7SbGBxXKKs3Hnj524ARx+1DSjoAp3kmv0T9KbZfLH43F8jJgmRgHPQFBveQ6mDJfLmnC8Vyv6m
 q4oHdYsM3VGEa+T40c53ooEwggM/MIICqKADAgECAgENMA0GCSqGSIb3DQEBBQUAMIHRMQswCQYD
 VQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAYBgNV
 BAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERp
 dmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgQ0ExKzApBgkqhkiG9w0B
 CQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcNMDMwNzE3MDAwMDAwWhcNMTMwNzE2
 MjM1OTU5WjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkg
 THRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwgZ8wDQYJ
 KoZIhvcNAQEBBQADgY0AMIGJAoGBAMSmPFVzVftOucqZWh5owHUEcJ3f6f+jHuy9zfVb8hp2vX8M
 OmHyv1HOAdTlUAow1wJjWiyJFXCO3cnwK4Vaqj9xVsuvPAsH5/EfkTYkKhPPK9Xzgnc9A74r/rsY
 Pge/QIACZNenprufZdHFKlSFD0gEf6e20TxhBEAeZBlyYLf7AgMBAAGjgZQwgZEwEgYDVR0TAQH/
 BAgwBgEB/wIBADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3JsLnRoYXd0ZS5jb20vVGhhd3Rl
 UGVyc29uYWxGcmVlbWFpbENBLmNybDALBgNVHQ8EBAMCAQYwKQYDVR0RBCIwIKQeMBwxGjAYBgNV
 BAMTEVByaXZhdGVMYWJlbDItMTM4MA0GCSqGSIb3DQEBBQUAA4GBAEiM0VCD6gsuzA2jZqxnD3+v
 rL7CF6FDlpSdf0whuPg2H6otnzYvwPQcUCCTcDz9reFhYsPZOhl+hLGZGwDFGguCdJ4lUJRix9sn
 cVcljd2pnDmOjCBPZV+V2vf3h9bGCE6u9uo05RAaWzVNd+NWIXiC3CEZNd4ksdMdRv9dX2VPMYIC
 +DCCAvQCAQEwdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0
 eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECEBM7
 Dv1pnwMniwfQN8Y+13swCQYFKw4DAhoFAKCCAdgwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAc
 BgkqhkiG9w0BCQUxDxcNMDYwMzA5MTE0NzIyWjAjBgkqhkiG9w0BCQQxFgQUuRRS0cNpNBoZC4yE
 W5RGP53rcNMwZwYJKoZIhvcNAQkPMVowWDAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYI
 KoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwBwYFKw4DAhowCgYIKoZIhvcNAgUw
 gYUGCSsGAQQBgjcQBDF4MHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0
 aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5n
 IENBAhATOw79aZ8DJ4sH0DfGPtd7MIGHBgsqhkiG9w0BCRACCzF4oHYwYjELMAkGA1UEBhMCWkEx
 JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ
 ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhATOw79aZ8DJ4sH0DfGPtd7MA0GCSqGSIb3DQEB
 AQUABIGAITQzHgTR9YCv5rFiZXw93S6lA0oDpPYeZou8E2Wfa/7p+sy1P9JvCdzr3E4AduFjqblH
 Vz0BdoibC+/i/aVrdxgk3Dec3SRtSCW+lB0/XXGVRbNP1IMzSIAHX8ghastMxqj2KjUxlbSHpkTd
 5pjqvMAjOew0xSxb84fSD6UU23cAAAAAAAA=
 
 ------=_NextPart_000_00C5_01C64377.9C55DD80--
Responsible-Changed-From-To: freebsd-ports-bugs->johans 
Responsible-Changed-By: johans 
Responsible-Changed-When: Fri Apr 7 14:07:55 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=94144 

From: Mike Jakubik <mikej@rogers.com>
To: bug-followup@FreeBSD.org,  j.koopmann@seceidos.de
Cc:  
Subject: Re: ports/94144: [MAINTAINER] mail/MailScanner: update to 4.51.5
Date: Sat, 08 Apr 2006 13:04:16 -0400

 4.52 is out :P
State-Changed-From-To: open->closed 
State-Changed-By: johans 
State-Changed-When: Thu Apr 13 13:28:18 UTC 2006 
State-Changed-Why:  
Committed, thanks. 
I only just spotted the update to 4.52 and will apply it soon. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=94144 
>Unformatted:
