summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2009-07-02 20:53:50 +0000
committerFabian Groffen <grobian@gentoo.org>2009-07-02 20:53:50 +0000
commit7bd811db5bf6787c650b61ec36da0ba0a60c7420 (patch)
tree6dffe55cd135ef2c504b0443535be1408e963585 /mail-mta
parentFixed dependencies, bug 248569. (diff)
downloadgentoo-2-7bd811db5bf6787c650b61ec36da0ba0a60c7420.tar.gz
gentoo-2-7bd811db5bf6787c650b61ec36da0ba0a60c7420.tar.bz2
gentoo-2-7bd811db5bf6787c650b61ec36da0ba0a60c7420.zip
exiscan.conf file is no longer in FILESDIR, remove system_filter from FILESDIR, since we have it on the mirrors also, should make people more happy on bug #120459
(Portage version: 2.2.00.13755-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/exim/ChangeLog8
-rw-r--r--mail-mta/exim/exim-4.69-r2.ebuild8
-rw-r--r--mail-mta/exim/exim-4.69.ebuild13
-rw-r--r--mail-mta/exim/files/system_filter.exim220
4 files changed, 19 insertions, 230 deletions
diff --git a/mail-mta/exim/ChangeLog b/mail-mta/exim/ChangeLog
index 2f59376e462a..03d5aac4e9f5 100644
--- a/mail-mta/exim/ChangeLog
+++ b/mail-mta/exim/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-mta/exim
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.138 2009/07/02 20:45:12 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.139 2009/07/02 20:53:49 grobian Exp $
+
+ 02 Jul 2009; Fabian Groffen <grobian@gentoo.org> exim-4.69.ebuild,
+ exim-4.69-r2.ebuild, -files/system_filter.exim:
+ exiscan.conf file is no longer in FILESDIR, remove system_filter from
+ FILESDIR, since we have it on the mirrors also, should make people more
+ happy on bug #120459
02 Jul 2009; Fabian Groffen <grobian@gentoo.org> exim-4.69.ebuild,
exim-4.69-r2.ebuild:
diff --git a/mail-mta/exim/exim-4.69-r2.ebuild b/mail-mta/exim/exim-4.69-r2.ebuild
index caef03edca16..de8bf0847de0 100644
--- a/mail-mta/exim/exim-4.69-r2.ebuild
+++ b/mail-mta/exim/exim-4.69-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild,v 1.5 2009/07/02 20:45:12 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69-r2.ebuild,v 1.6 2009/07/02 20:53:49 grobian Exp $
inherit eutils toolchain-funcs
@@ -8,8 +8,8 @@ IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl mailwrapper lmtp ipv6 sasl dn
DESCRIPTION="A highly configurable, drop-in replacement for sendmail"
SRC_URI="ftp://ftp.exim.org/pub/exim/exim4/${P}.tar.bz2
-mirror://gentoo/exiscan.conf
-mirror://gentoo/system_filter.exim.gz"
+ mirror://gentoo/exiscan.conf
+ mirror://gentoo/system_filter.exim.gz"
HOMEPAGE="http://www.exim.org/"
SLOT="0"
@@ -251,7 +251,7 @@ src_install () {
fperms 4755 /usr/sbin/exim
dodir /usr/bin /usr/sbin /usr/lib
- if [ ! -e /usr/lib/sendmail ];
+ if [[ ! -e /usr/lib/sendmail ]];
then
dosym /usr/sbin/sendmail /usr/lib/sendmail
fi
diff --git a/mail-mta/exim/exim-4.69.ebuild b/mail-mta/exim/exim-4.69.ebuild
index 41ccc1ef0d28..90614a7021f2 100644
--- a/mail-mta/exim/exim-4.69.ebuild
+++ b/mail-mta/exim/exim-4.69.ebuild
@@ -1,13 +1,15 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69.ebuild,v 1.13 2009/07/02 20:45:12 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69.ebuild,v 1.14 2009/07/02 20:53:49 grobian Exp $
inherit eutils toolchain-funcs
IUSE="tcpd ssl postgres mysql ldap pam exiscan-acl mailwrapper lmtp ipv6 sasl dnsdb perl mbx mbox X exiscan nis syslog spf srs gnutls sqlite dovecot-sasl radius domainkeys"
DESCRIPTION="A highly configurable, drop-in replacement for sendmail"
-SRC_URI="ftp://ftp.exim.org/pub/exim/exim4/${P}.tar.bz2 mirror://gentoo/exiscan.conf"
+SRC_URI="ftp://ftp.exim.org/pub/exim/exim4/${P}.tar.bz2
+ mirror://gentoo/exiscan.conf
+ mirror://gentoo/system_filter.exim.gz"
HOMEPAGE="http://www.exim.org/"
SLOT="0"
@@ -231,6 +233,7 @@ src_unpack() {
}
src_compile() {
+ # build system not parallel-safe at all
emake -j1 CC="$(tc-getCC)" || die "make failed"
}
@@ -245,7 +248,7 @@ src_install () {
fperms 4755 /usr/sbin/exim
dodir /usr/bin /usr/sbin /usr/lib
- if \[ ! -e /usr/lib/sendmail \];
+ if [[ ! -e /usr/lib/sendmail ]];
then
dosym /usr/sbin/sendmail /usr/lib/sendmail
fi
@@ -280,11 +283,11 @@ src_install () {
if use exiscan-acl; then
newins "${S}"/src/configure.default exim.conf.exiscan-acl
fi
- doins "${FILESDIR}"/system_filter.exim
+ doins "${WORKDIR}"/system_filter.exim
doins "${FILESDIR}"/auth_conf.sub
if use exiscan; then
newins "${S}"/src/configure.default exim.conf.exiscan
- doins "${FILESDIR}"/exiscan.conf
+ doins "${DISTDIR}"/exiscan.conf
fi
if use pam
diff --git a/mail-mta/exim/files/system_filter.exim b/mail-mta/exim/files/system_filter.exim
deleted file mode 100644
index 8817cc00d2db..000000000000
--- a/mail-mta/exim/files/system_filter.exim
+++ /dev/null
@@ -1,220 +0,0 @@
-# Exim filter
-## Version: 0.13
-# $Id: system_filter.exim,v 1.1 2004/05/30 02:35:58 robbat2 Exp $
-
-## If you haven't worked with exim filters before, read
-## the install notes at the end of this file.
-
-#
-# Only run any of this stuff on the first pass through the
-# filter - this is an optomisation for messages that get
-# queued and have several delivery attempts
-#
-# we express this in reverse so we can just bail out
-# on inappropriate messages
-#
-if not first_delivery
-then
- finish
-endif
-
-# Check for MS buffer overruns as per latest BUGTRAQ.
-# http://www.securityfocus.com/frames/?content=/templates/article.html%3Fid%3D61
-# This could happen in error messages, hence its placing
-# here...
-# We substract the first n characters of the date header
-# and test if its the same as the date header... which
-# is a lousy way of checking if the date is longer than
-# n chars long
-if ${length_80:$header_date:} is not $header_date:
-then
- fail text "This message has been rejected because it has\n\
- \tan overlength date field which can be used\n\
- \tto subvert Microsoft mail programs\n\
- \tThe following URL has further information\n\
- \thttp://www.securityfocus.com/frames/?content=/templates/article.html%3Fid%3D61"
- seen finish
-endif
-
-# This is a nasty compromise.
-# This crud is now being sent with a <> envelope sender, but
-# blocking all error messages that pattern match prevents
-# bounces getting back.... so we fudge it somewhat
-if $header_from: contains "@sexyfun.net"
-then
- fail text "This message has been rejected since it has\n\
- \tthe signature of a known virus in the header."
- seen finish
-endif
-if error_message and $header_from: contains "Mailer-Daemon@"
-then
- # looks like a real error message - just ignore it
- finish
-endif
-
-# Look for single part MIME messages with suspicious name extensions
-# Check Content-Type header using quoted filename [content_type_quoted_fn_match]
-if $header_content-type: matches "(?:file)?name=(\"[^\"]+\\\\.(?:vb[se]|ws[fh]|jse?|exe|com|cmd|shs|hta|bat|scr|pif)\")"
-then
- fail text "This message has been rejected because it has\n\
- \tpotentially executable content $1\n\
- \tThis form of attachment has been used by\n\
- \trecent viruses or other malware.\n\
- \tIf you meant to send this file then please\n\
- \tpackage it up as a zip file and resend it."
- seen finish
-endif
-# same again using unquoted filename [content_type_unquoted_fn_match]
-if $header_content-type: matches "(?:file)?name=([\\\\w.-]+\\\\.(?:vb[se]|ws[fh]|jse?|exe|com|cmd|shs|hta|bat|scr|pif))"
-then
- fail text "This message has been rejected because it has\n\
- \tpotentially executable content $1\n\
- \tThis form of attachment has been used by\n\
- \trecent viruses or other malware.\n\
- \tIf you meant to send this file then please\n\
- \tpackage it up as a zip file and resend it."
- seen finish
-endif
-
-
-# Attempt to catch embedded VBS attachments
-# in emails. These were used as the basis for
-# the ILOVEYOU virus and its variants
-# Quoted filename - [body_quoted_fn_match]
-if $message_body matches "(?:Content-(?:Type:(?>\\\\s*)[\\\\w-]+/[\\\\w-]+|Disposition:(?>\\\\s*)attachment);(?>\\\\s*)(?:file)?name=|begin(?>\\\\s+)[0-7]{3,4}(?>\\\\s+))(\"[^\"]+\\\\.(?:vb[se]|ws[fh]|jse?|exe|com|cmd|shs|hta|bat|scr|pif)\")[\\\\s;]"
-then
- fail text "This message has been rejected because it has\n\
- \ta potentially executable attachment $1\n\
- \tThis form of attachment has been used by\n\
- \trecent viruses or other malware.\n\
- \tIf you meant to send this file then please\n\
- \tpackage it up as a zip file and resend it."
- seen finish
-endif
-# same again using unquoted filename [body_unquoted_fn_match]
-if $message_body matches "(?:Content-(?:Type:(?>\\\\s*)[\\\\w-]+/[\\\\w-]+|Disposition:(?>\\\\s*)attachment);(?>\\\\s*)(?:file)?name=|begin(?>\\\\s+)[0-7]{3,4}(?>\\\\s+))([\\\\w.-]+\\\\.(?:vb[se]|ws[fh]|jse?|exe|com|cmd|shs|hta|bat|scr|pif))[\\\\s;]"
-then
- fail text "This message has been rejected because it has\n\
- \ta potentially executable attachment $1\n\
- \tThis form of attachment has been used by\n\
- \trecent viruses or other malware.\n\
- \tIf you meant to send this file then please\n\
- \tpackage it up as a zip file and resend it."
- seen finish
-endif
-
-#### Version history
-#
-# 0.01 5 May 2000
-# Initial release
-# 0.02 8 May 2000
-# Widened list of content-types accepted, added WSF extension
-# 0.03 8 May 2000
-# Embedded the install notes in for those that don't do manuals
-# 0.04 9 May 2000
-# Check global content-type header. Efficiency mods to REs
-# 0.05 9 May 2000
-# More minor efficiency mods, doc changes
-# 0.06 20 June 2000
-# Added extension handling - thx to Douglas Gray Stephens & Jeff Carnahan
-# 0.07 19 July 2000
-# Latest MS Outhouse bug catching
-# 0.08 19 July 2000
-# Changed trigger length to 80 chars, fixed some spelling
-# 0.09 29 September 2000
-# More extensions... its getting so we should just allow 2 or 3 through
-# 0.10 18 January 2001
-# Removed exclusion for error messages - this is a little nasty
-# since it has other side effects, hence we do still exclude
-# on unix like error messages
-# 0.11 20 March, 2001
-# Added CMD extension, tidied docs slightly, added RCS tag
-# ** Missed changing version number at top of file :-(
-# 0.12 10 May, 2001
-# Added HTA extension
-# 0.13 22 May, 2001
-# Reformatted regexps and code to build them so that they are
-# shorter than the limits on pre exim 3.20 filters. This will
-# make them significantly less efficient, but I am getting so
-# many queries about this that requiring 3.2x appears unsupportable.
-#
-#### Install Notes
-#
-# Exim filters run the exim filter language - a very primitive
-# scripting language - in place of a user .forward file, or on
-# a per system basis (on all messages passing through).
-# The filtering capability is documented in the main set of manuals
-# a copy of which can be found on the exim web site
-# http://www.exim.org/
-#
-# To install, copy the filter file (with appropriate permissions)
-# to /etc/exim/system_filter.exim and add to your exim config file
-# [location is installation depedant - typicaly /etc/exim/config ]
-# at the top the line:-
-# message_filter = /etc/exim/system_filter.exim
-# message_body_visible = 5000
-#
-# You may also want to set the message_filter_user & message_filter_group
-# options, but they default to the standard exim user and so can
-# be left untouched. The other message_filter_* options are only
-# needed if you modify this to do other functions such as deliveries.
-# The main exim documentation is quite thorough and so I see no need
-# to expand it here...
-#
-# Any message that matches the filter will then be bounced.
-# If you wish you can change the error message by editing it
-# in the section above - however be careful you don't break it.
-#
-# After install exim should be restarted - a kill -HUP to the
-# daemon will do this.
-#
-#### LIMITATIONS
-#
-# This filter tries to parse MIME with a regexp... that doesn't
-# work too well. It will also only see the amount of the body
-# specified in message_body_visible
-#
-#### BASIS
-#
-# The regexp that is used to pickup MIME/uuencoded parts is replicated
-# below (in perl format). You need to remember that exim converts
-# newlines to spaces in the message_body variable.
-#
-# (?:Content- # start of content header
-# (?:Type: (?>\s*) # rest of c/t header
-# [\w-]+/[\w-]+ # content-type (any)
-# |Disposition: (?>\s*) # content-disposition hdr
-# attachment) # content-disposition
-# ;(?>\s*) # ; space or newline
-# (?:file)?name= # filename=/name=
-# |begin (?>\s+) [0-7]{3,4} (?>\s+)) # begin octal-mode
-# (\"[^\"]+\. # quoted filename.
-# (?:vb[se] # list of extns
-# |ws[fh]
-# |jse?
-# |exe
-# |com
-# |cmd
-# |shs
-# |hta
-# |bat
-# |scr
-# |pif)
-# \" # end quote
-# |[\w.-]+\. # unquoted filename.ext
-# (?:vb[se] # list of extns
-# |ws[fh]
-# |jse?
-# |exe
-# |com
-# |cmd
-# |shs
-# |hta
-# |bat
-# |scr
-# |pif)
-# ) # end of filename capture
-# [\s;] # trailing ;/space/newline
-#
-#
-### [End]