Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2006 10:25:15 +0200 (CEST)
From:      Jan-Peter Koopmann <j.koopmann@seceidos.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95681: [MAINTAINER] mail/MailScanner: update to 4.52.2
Message-ID:  <200604130825.k3D8PFCL073540@services.intern.seceidos.de>
Resent-Message-ID: <200604130830.k3D8UFOK032408@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95681
>Category:       ports
>Synopsis:       [MAINTAINER] mail/MailScanner: update to 4.52.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 13 08:30:15 GMT 2006
>Closed-Date:
>Last-Modified:
>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.52.2

1/4/2006 New in Version 4.52.2-1
=================================
* New Features and Improvements *
- Added 2 new settings and another configuration data file.
  You can now set "Use Stricter Phishing Net = no" which will make the
  phishing net just check the name of the company owning the website, along
  with any country code of course. There is a configuration file containing
  a list of all the 2nd and 3rd level domain names in use by all countries,
  it lists domain endings such as "org.uk" which are used by a country to
  describe a whole type of websites within their country. So if the website
  is "www.hello.company.com" it knows to check just company.com, whereas
  given "www.byebye.charity.org.uk" it will check charity.org.uk.
  The configuration file "Country Sub-Domains List" lists all the entries
  required for this to work in any country, 1 per line. You shouldn't need
  to touch this file.


Added file(s):
- files/CVS/Template

Uupsi. Please delete. No idea where this comes from.

Removed file(s):
- CVS/Entries.Log

Same here.

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

--- MailScanner-4.52.2.patch begins here ---
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner--/Makefile /server-root/ports/mail/mailscanner/Makefile
--- /server-root/ports/mail/mailscanner--/Makefile	Thu Feb 16 17:34:56 2006
+++ /server-root/ports/mail/mailscanner/Makefile	Thu Apr 13 09:27:40 2006
@@ -2,12 +2,11 @@
 # Date created:				17 March 2003
 # Whom:					Jan-Peter Koopmann <j.koopmann@seceidos.de>
 #
-# $FreeBSD: ports/mail/mailscanner/Makefile,v 1.45 2006/02/16 16:34:56 sem Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	MailScanner
-PORTVERSION=	4.50.15
-PORTREVISION=	1
+PORTVERSION=	4.52.2
 CATEGORIES=	mail
 MASTER_SITES=	http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/
 DISTNAME=	${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
@@ -107,7 +106,8 @@
 ETC_FILES=	MailScanner.conf filename.rules.conf \
 		filetype.rules.conf spam.assassin.prefs.conf \
 		spam.lists.conf virus.scanners.conf \
-		phishing.safe.sites.conf
+		phishing.safe.sites.conf \
+		country.domains.conf
 MCP_FILES=	mcp.spam.assassin.prefs.conf \
 		10_example.cf
 USRLOCAL_FILES_LIB=	\
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner--/distinfo /server-root/ports/mail/mailscanner/distinfo
--- /server-root/ports/mail/mailscanner--/distinfo	Wed Feb 15 11:46:59 2006
+++ /server-root/ports/mail/mailscanner/distinfo	Thu Apr 13 09:07:37 2006
@@ -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.52.2-1.tar.gz) = d559a96f1f5b51322293d1a9b5a37f1c
+SIZE (MailScanner-install-4.52.2-1.tar.gz) = 6554423
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner--/files/CHANGES.port /server-root/ports/mail/mailscanner/files/CHANGES.port
--- /server-root/ports/mail/mailscanner--/files/CHANGES.port	Thu Feb 16 17:34:56 2006
+++ /server-root/ports/mail/mailscanner/files/CHANGES.port	Thu Apr 13 09:29:41 2006
@@ -1,3 +1,13 @@
+Version 4.52.2
+=================
+- Upgrade to MailScanenr 4.52
+
+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
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner--/files/Sophos.install.freebsd /server-root/ports/mail/mailscanner/files/Sophos.install.freebsd
--- /server-root/ports/mail/mailscanner--/files/Sophos.install.freebsd	Sun Feb  1 00:43:16 2004
+++ /server-root/ports/mail/mailscanner/files/Sophos.install.freebsd	Sun Feb  1 00:43:16 2004
@@ -1,6 +1,6 @@
 !%%LOCALBASE%%/bin/bash
 #
-# $Id: Sophos.install,v 1.13.2.3 2003/06/07 17:20:39 jkf Exp $
+# $Id: Sophos.install.freebsd,v 1.3 2004/01/31 23:43:16 sergei Exp $
 #
 # Run this script to install Sophos in the right place, with the right
 # options for the MailScanner.
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner--/files/mta.sh.in /server-root/ports/mail/mailscanner/files/mta.sh.in
--- /server-root/ports/mail/mailscanner--/files/mta.sh.in	Mon Feb 20 21:47:12 2006
+++ /server-root/ports/mail/mailscanner/files/mta.sh.in	Thu Mar  9 12:43:05 2006
@@ -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}"
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner--/files/patch-docs:man:MailScanner.8 /server-root/ports/mail/mailscanner/files/patch-docs:man:MailScanner.8
--- /server-root/ports/mail/mailscanner--/files/patch-docs:man:MailScanner.8	Wed Feb 15 11:47:00 2006
+++ /server-root/ports/mail/mailscanner/files/patch-docs:man:MailScanner.8	Thu Apr 13 09:26:03 2006
@@ -1,8 +1,8 @@
---- ../MailScanner-install-4.50.15.orig/docs/man/MailScanner.8	Tue Feb  7 14:24:40 2006
-+++ docs/man/MailScanner.8	Tue Feb  7 15:51:55 2006
+--- ../MailScanner-install-4.52.2.orig/docs/man/MailScanner.8	Thu Apr 13 09:25:25 2006
++++ docs/man/MailScanner.8	Thu Apr 13 09:25:39 2006
 @@ -1,10 +1,10 @@
 -.TH "MailScanner" "8" "4.49.7" "Julian Field" "Mail"
-+.TH "MailScanner" "8" "4.50.15" "Julian Field" "Mail"
++.TH "MailScanner" "8" "4.52.2" "Julian Field" "Mail"
  .SH "NAME"
  .LP 
  MailScanner \- Virus/Spam Scanner for Sendmail, Exim and Postfix
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner--/files/patch-docs:man:MailScanner.8.html /server-root/ports/mail/mailscanner/files/patch-docs:man:MailScanner.8.html
--- /server-root/ports/mail/mailscanner--/files/patch-docs:man:MailScanner.8.html	Wed Feb 15 11:47:00 2006
+++ /server-root/ports/mail/mailscanner/files/patch-docs:man:MailScanner.8.html	Thu Apr 13 09:26:03 2006
@@ -1,5 +1,5 @@
---- ../MailScanner-install-4.50.15.orig/docs/man/MailScanner.8.html	Tue Feb  7 14:24:40 2006
-+++ docs/man/MailScanner.8.html	Tue Feb  7 15:51:59 2006
+--- ../MailScanner-install-4.52.2.orig/docs/man/MailScanner.8.html	Thu Apr 13 09:25:25 2006
++++ docs/man/MailScanner.8.html	Thu Apr 13 09:25:42 2006
 @@ -1,168 +1,236 @@
 -<!-- Creator     : groff version 1.19 -->
 -<!-- CreationDate: Wed Jan  4 13:45:56 2006 -->
@@ -170,7 +170,7 @@
 -</body>
 -</html>
 +<!-- Creator     : groff version 1.19 -->
-+<!-- CreationDate: Tue Feb  7 15:51:46 2006 -->
++<!-- CreationDate: Thu Apr 13 09:24:53 2006 -->
 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 +"http://www.w3.org/TR/html4/loose.dtd">;
 +<html>
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner--/files/patch-docs:man:MailScanner.conf.5 /server-root/ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5
--- /server-root/ports/mail/mailscanner--/files/patch-docs:man:MailScanner.conf.5	Wed Feb 15 11:47:00 2006
+++ /server-root/ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5	Thu Apr 13 09:26:03 2006
@@ -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.52.2.orig/docs/man/MailScanner.conf.5	Thu Apr 13 09:25:25 2006
++++ docs/man/MailScanner.conf.5	Thu Apr 13 09:25:46 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.52.2" "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,47 @@
  
  .TP 
  \fBVirus Scanners\fR
-@@ -1682,7 +1688,7 @@
+@@ -686,6 +708,23 @@
+ .br 
+ While detecting "Phishing" attacks, do you also want to point out links to numeric IP addresses. Genuine links to totally numeric IP addresses are very rare, so this option is set to "yes" by default. If a numeric IP address is found in a link, the same phishing warning message is used as in the Find Phishing Fraud option above. This value cannot be the name of a ruleset, only a simple yes or no.
+ 
++.TP 
++\fBUse Stricter Phishing Net\fR
++Default: yes
++.br 
++
++.br 
++If this is set to yes, then most of the URL in a link must match the destination address it claims to take you to. This is the default as it is a much stronger test and is very hard to maliciously avoid. If this is set to no, then just the company name and country (and any names between the two, dependent on the specific country) must match. This is not as strict as it will not protect you against internal malicious sites based within the company being abused. For example, it would not find www.nasty.company\-name.co.uk pretending to be www.nice.company\-name.co.uk. But it will still detect most phishing attacks of the type www.nasty.co.jp versus www.nice.co.jp. Depending on the country code it knows how many levels of domain need to be checked. This can also be the filename of a ruleset.
++
++
++.TP 
++\fBHighlight Phishing Fraud\fR
++Default: yes
++.br 
++
++.br 
++If a phishing fraud is detected, do you want to highlight the tag with a message stating that the link may be to a fraudulent web site. This can also be the filename of a ruleeset.
++
+ 
+ .TP 
+ \fBPhishing Safe Sites File\fR
+@@ -695,6 +734,15 @@
+ .br 
+ There are some companies, such as banks, that insist on sending out email messages with links in them that are caught by the "Find Phishing Fraud" test described above. This is the name of a file which contains a list of link destinations which should be ignored in the test. This may, for example, contain the known websites of some banks. See the file itself for more information. This can only be the name of the file containing the list, it *cannot* be the filename of a ruleset.
+ 
++.TP 
++\fBCountry Sub\-Domains List\fR
++Default: %etc\-dir%/country.domains.conf
++.br 
++
++.br 
++.TP 
++This file lists all the countries that use 2nd\-level and 3rd\-level domain names to classify distinct types of website within their country. This cannot be the name of a ruleset, it is just a simple setting.
++
+ 
+ .TP 
+ \fBAllow IFrame Tags\fR
+@@ -1682,7 +1730,7 @@
  .SH "SpamAssassin"
  .TP 
  \fBUse SpamAssassin\fR
@@ -46,7 +109,7 @@
  .br 
  
  .br 
-@@ -2113,6 +2119,22 @@
+@@ -2113,6 +2161,22 @@
  .RE
  
  .TP 
@@ -69,7 +132,7 @@
  \fBDebug\fR
  Default: no
  .br 
-@@ -2167,6 +2189,15 @@
+@@ -2167,6 +2231,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. 
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner--/files/patch-docs:man:MailScanner.conf.5.html /server-root/ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5.html
--- /server-root/ports/mail/mailscanner--/files/patch-docs:man:MailScanner.conf.5.html	Wed Feb 15 11:47:00 2006
+++ /server-root/ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5.html	Thu Apr 13 09:26:03 2006
@@ -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.52.2.orig/docs/man/MailScanner.conf.5.html	Thu Apr 13 09:25:25 2006
++++ docs/man/MailScanner.conf.5.html	Thu Apr 13 09:25:49 2006
+@@ -1,7013 +1,7256 @@
 -<!-- 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: Thu Apr 13 09:24:53 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
@@ -9041,6 +9114,61 @@
 +<tr valign="top" align="left">
 +<td width="11%"></td>
 +<td width="89%">
++<p><b>Use Stricter Phishing Net</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: yes</p>
++<!-- INDENTATION -->
++<p>If this is set to yes, then most of the URL in a link
++must match the destination address it claims to take you to.
++This is the default as it is a much stronger test and is
++very hard to maliciously avoid. If this is set to no, then
++just the company name and country (and any names between the
++two, dependent on the specific country) must match. This is
++not as strict as it will not protect you against internal
++malicious sites based within the company being abused. For
++example, it would not find
++www.nasty.company&minus;name.co.uk pretending to be
++www.nice.company&minus;name.co.uk. But it will still detect
++most phishing attacks of the type www.nasty.co.jp versus
++www.nice.co.jp. Depending on the country code it knows how
++many levels of domain need to be checked. This can also be
++the filename of a ruleset.</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>Highlight Phishing Fraud</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: yes</p>
++<!-- INDENTATION -->
++<p>If a phishing fraud is detected, do you want to highlight
++the tag with a message stating that the link may be to a
++fraudulent web site. This can also be the filename of a
++ruleeset.</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>Phishing Safe Sites File</b></p></td>
 +</table>
 +<!-- INDENTATION -->
@@ -9061,6 +9189,35 @@
 +the name of the file containing the list, it *cannot* be the
 +filename of a ruleset.</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>Country Sub&minus;Domains List</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: %etc&minus;dir%/country.domains.conf</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>This file lists all the countries that use
++2nd&minus;level and 3rd&minus;level domain names to classify
++distinct types of website within their country. This cannot
++be the name of a ruleset, it is just a simple
++setting.</p></td>
 +</table>
 +<!-- INDENTATION -->
 +<table width="100%" border=0 rules="none" frame="void"
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner--/pkg-plist /server-root/ports/mail/mailscanner/pkg-plist
--- /server-root/ports/mail/mailscanner--/pkg-plist	Thu Feb 16 17:34:56 2006
+++ /server-root/ports/mail/mailscanner/pkg-plist	Thu Apr 13 09:29:17 2006
@@ -1,4 +1,5 @@
-@comment $FreeBSD: ports/mail/mailscanner/pkg-plist,v 1.28 2006/02/16 16:34:56 sem Exp $
+@comment $FreeBSD: ports/mail/mailscanner/pkg-plist,v 1.27 2006/02/15 10:46:59 garga Exp $
+etc/MailScanner/country.domains.conf.sample
 etc/MailScanner/MailScanner.conf.sample
 etc/MailScanner/filename.rules.conf.sample
 etc/MailScanner/filetype.rules.conf.sample
--- MailScanner-4.52.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604130825.k3D8PFCL073540>