diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-06-03 07:19:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-06-03 07:19:51 +0000 |
commit | 4cf76a3c96feae08a3d3d3d3aad2b9cd9b5a1ee5 (patch) | |
tree | 26326fbb499b7691a6855296e46114dbb02282d0 /net-mail/mailfilter | |
parent | Change DEPENDency from net-mail/maildrop to mail-filter/maildrop (Manifest re... (diff) | |
download | gentoo-2-4cf76a3c96feae08a3d3d3d3aad2b9cd9b5a1ee5.tar.gz gentoo-2-4cf76a3c96feae08a3d3d3d3aad2b9cd9b5a1ee5.tar.bz2 gentoo-2-4cf76a3c96feae08a3d3d3d3aad2b9cd9b5a1ee5.zip |
Moving to mail-filter/mailfilter
Diffstat (limited to 'net-mail/mailfilter')
-rw-r--r-- | net-mail/mailfilter/ChangeLog | 23 | ||||
-rw-r--r-- | net-mail/mailfilter/Manifest | 8 | ||||
-rw-r--r-- | net-mail/mailfilter/files/digest-mailfilter-0.4.0 | 1 | ||||
-rw-r--r-- | net-mail/mailfilter/files/digest-mailfilter-0.6 | 1 | ||||
-rw-r--r-- | net-mail/mailfilter/files/rcfile.example1 | 117 | ||||
-rw-r--r-- | net-mail/mailfilter/files/rcfile.example2 | 129 | ||||
-rw-r--r-- | net-mail/mailfilter/mailfilter-0.4.0.ebuild | 38 | ||||
-rw-r--r-- | net-mail/mailfilter/mailfilter-0.6.ebuild | 38 | ||||
-rw-r--r-- | net-mail/mailfilter/metadata.xml | 5 |
9 files changed, 0 insertions, 360 deletions
diff --git a/net-mail/mailfilter/ChangeLog b/net-mail/mailfilter/ChangeLog deleted file mode 100644 index e77d80c9c763..000000000000 --- a/net-mail/mailfilter/ChangeLog +++ /dev/null @@ -1,23 +0,0 @@ -# ChangeLog for net-mail/mailfilter -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfilter/ChangeLog,v 1.7 2003/11/07 23:48:25 gregf Exp $ - -*mailfilter-0.6 (07 Nov 2003) - - 07 Nov 2003; Greg Fitzgerald <gregf@gentoo.org> mailfilter-0.6.ebuild: - Version Bump. - - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - -*mailfilter-0.4.0 (5 June 2002) - - 5 June 2002; Ryan Phillips <rphillips@gentoo.org> mailfilter-0.4.0.ebuild : - - Updated submitted by mike polniak <mikpolniak at adelphia.net> - -*mailfilter-0.3.1 (10 Feb 2002) - - 10 Feb 2002; mike polniak <mikpolniak@adelphia.net> mailfilter-0.3.1.ebuild - - - Mailfilter is a utility to get rid of unwanted spam mails diff --git a/net-mail/mailfilter/Manifest b/net-mail/mailfilter/Manifest deleted file mode 100644 index 75ebe15f1718..000000000000 --- a/net-mail/mailfilter/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -MD5 3457f1485350c4c53437139255477fb2 ChangeLog 778 -MD5 7b4b8025a9637a033af7a169090223ba mailfilter-0.4.0.ebuild 965 -MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 -MD5 56a083a5a3b41c6d7685d9783f89bc96 mailfilter-0.6.ebuild 965 -MD5 99319faac6b64efd8bd8b5eeac8cdde7 files/digest-mailfilter-0.4.0 68 -MD5 24547a38bf50c5c24811a8ac677ce1a7 files/rcfile.example1 3478 -MD5 d457aec252645036a2747352e8fd82b5 files/rcfile.example2 4197 -MD5 cf24facc40700b1105ed164678ea9c31 files/digest-mailfilter-0.6 66 diff --git a/net-mail/mailfilter/files/digest-mailfilter-0.4.0 b/net-mail/mailfilter/files/digest-mailfilter-0.4.0 deleted file mode 100644 index bc1134a332c6..000000000000 --- a/net-mail/mailfilter/files/digest-mailfilter-0.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 0afe3eb14a5d45d1908b8cf9ec3e9948 mailfilter-0.4.0.tar.gz 371817 diff --git a/net-mail/mailfilter/files/digest-mailfilter-0.6 b/net-mail/mailfilter/files/digest-mailfilter-0.6 deleted file mode 100644 index cbe7eb2bc498..000000000000 --- a/net-mail/mailfilter/files/digest-mailfilter-0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 00066598d56cd2d9d3ac5c4b43cf1638 mailfilter-0.6.tar.gz 482738 diff --git a/net-mail/mailfilter/files/rcfile.example1 b/net-mail/mailfilter/files/rcfile.example1 deleted file mode 100644 index 900fd4750bfa..000000000000 --- a/net-mail/mailfilter/files/rcfile.example1 +++ /dev/null @@ -1,117 +0,0 @@ -# ----------------------------------------------------------- -# Example rcfile from the INSTALL document -# ----------------------------------------------------------- - - -# ----------------------------------------------------------- -# Logile path (be sure you have write permission in this -# directory; you MUST specify a logfile) - -LOGFILE=/home/tux/logs/.mailfilter.log - - -# ----------------------------------------------------------- -# Level of verbosity - -VERBOSE=3 - - -# ----------------------------------------------------------- -# POP3 server list (do not change the order of the fields!) -# Note: Port 110 is usually the port POP3 servers use. -# Currently only POP3 is supported. - -SERVER=pop.server.com -USER=username -PASS=password -PROTOCOL=pop3 -PORT=110 - -SERVER=pop.secondserver.com -USER=anotherusername -PASS=anotherusername -PROTOCOL=pop3 -PORT=110 - - -# ----------------------------------------------------------- -# Do you want case sensitive e-mail filters? { yes | no } - -REG_CASE=no - - -# ----------------------------------------------------------- -# Sets the type of Regular Expression used { extended | basic } -# -# (The default is 'basic', don't change unless you know what you -# are doing. Extended REs are more complex to set up.) - -REG_TYPE=basic - - -# ----------------------------------------------------------- -# Maximum e-mail size in bytes that should not be exceeded. - -MAXSIZE_DENY=1000000 - - -# ----------------------------------------------------------- -# Set maximum line length of any field in the message header -# (default is 998 characters per line; 0 to disable option) - -MAXLENGTH=998 - - -# ---------------------------------------------------------- -# Filter rules for detecting spam (each rule must be placed -# in a seperate line) - -# These filters detect certain unpleasant e-mail subjects: -DENY=^Subject:.*Get penis enlargement -DENY=^Subject:.*WIN MONEY - -# This one filters mail from a certain person: -DENY=^From:.*spammer@any_spam_organisation.com - -# This one filters mail from everyone at a certain organisation: -DENY=^From:.*@any_provider_that_spams.org - -# We don't want any of those 'LEGAL' messages either -# while stuff with 'legal' in the subject still interests us: -DENY_CASE=^Subject:.*LEGAL - - -# ----------------------------------------------------------- -# Normalises the subject strings before parsing, e.g. -# ',L.E-G,A.L; ,C.A-B`L`E, +.B-O`X` ;D`E`S,C;R,A.MB;L,E.R-]' -# becomes 'LEGAL CABLE BOX DESCRAMBLER' which can be filtered. -# -# If NORMAL is switched on, Mailfilter tries to apply filters -# to both the normalised and the original subject. - -NORMAL=yes - - -# ----------------------------------------------------------- -# The maximum e-mail size in bytes that messages from friends -# should not exceed. Set this to 0 if all your friends (ALLOW) -# can send messages as long as they want. - -MAXSIZE_ALLOW=0 - - -# ---------------------------------------------------------- -# Set list of friends that always pass, if they do not -# exceed the message length of MAXSIZE_ALLOW - -# This rule allows all mail from a friend who was unlucky enough -# to have signed up with a spam organisation. With DENY we -# block everyone else from that domain though! See above! -ALLOW=^From:.*a_friend_with_account@any_provider_that_spams.org - -# Of course we allow e-mail from anyone who has something to say about -# mailfilter: -ALLOW=^Subject:.*mailfilter - -# We also let our girlfriend send any e-mail she wants: -ALLOW=^From:.*my_girlfriend@any_provider.com diff --git a/net-mail/mailfilter/files/rcfile.example2 b/net-mail/mailfilter/files/rcfile.example2 deleted file mode 100644 index 9439ca38d589..000000000000 --- a/net-mail/mailfilter/files/rcfile.example2 +++ /dev/null @@ -1,129 +0,0 @@ -# ----------------------------------------------------------- -# Example configuration based upon the INSTALL document, but -# showing some advanced features such as 'Negative Filters', -# extended Regular Expressions, etc. -# ----------------------------------------------------------- - - -# ----------------------------------------------------------- -# Logile path (be sure you have write permission in this -# directory; you MUST specify a logfile) - -LOGFILE=/home/tux/logs/.mailfilter.log - - -# ----------------------------------------------------------- -# Level of verbosity - -VERBOSE=4 - - -# ----------------------------------------------------------- -# POP3 server list (do not change the order of the fields!) -# Note: Port 110 is usually the port POP3 servers use. -# Currently only POP3 is supported. - -SERVER=pop.server.com -USER=username -PASS=password -PROTOCOL=pop3 -PORT=110 - -SERVER=pop.secondserver.com -USER=anotherusername -PASS=anotherusername -PROTOCOL=pop3 -PORT=110 - - -# ----------------------------------------------------------- -# Do you want case sensitive e-mail filters? { yes | no } - -REG_CASE=no - - -# ----------------------------------------------------------- -# Sets the type of Regular Expression used { extended | basic } -# -# (The default is 'basic', don't change unless you know what you -# are doing. Extended REs are more complex to set up.) - -# We want some additional smartness in our rules. That's why only -# extended Regular Expressions work for this sample set-up. -REG_TYPE=extended - - -# ----------------------------------------------------------- -# Maximum e-mail size in bytes that should not be exceeded. - -# Accept only 250 KBytes message size. Friends can send more though. -# (See MAXSIZE_ALLOW for further information.) -MAXSIZE_DENY=250000 - - -# ----------------------------------------------------------- -# Set maximum line length of any field in the message header -# (default is 998 characters per line; 0 to disable option) - -MAXLENGTH=998 - - -# ---------------------------------------------------------- -# Filter rules for detecting spam (each rule must be placed -# in a seperate line) - -# This one filters mail from a certain person. -# (We need the back slash before the '.com' since we are using -# extended Regular Expressions.) -DENY=^From:.*spammer@any_spam_organisation\.com - -# This one filters mail from everyone at a certain organisation: -DENY=^From:.*@any_provider_that_spams\.org - -# We don't want any of those 'LEGAL' messages either -# while stuff with 'legal' in the subject still interests us: -DENY_CASE=^Subject:.*LEGAL - -# This one demonstrates the use of 'Negative Filters' and the -# logical OR '|' in Regular Expressions. -# (Again, the example works only with extended Regular Expressions.) -# Kill everything not directly addressed to own account: -DENY<>(^To|^Cc):(.*username@server\.com|.*anotherusername@secondserver\.com) - - -# ----------------------------------------------------------- -# Normalises the subject strings before parsing, e.g. -# ',L.E-G,A.L; ,C.A-B`L`E, +.B-O`X` ;D`E`S,C;R,A.MB;L,E.R-]' -# becomes 'LEGAL CABLE BOX DESCRAMBLER' which can be filtered. -# -# If NORMAL is switched on, Mailfilter tries to apply filters -# to both the normalised and the original subject. - -NORMAL=yes - - -# ----------------------------------------------------------- -# The maximum e-mail size in bytes that messages from friends -# should not exceed. Set this to 0 if all your friends (ALLOW) -# can send messages as long as they want. - -# Accept only up to 0.5 MBytes message size from those listed -# in the ALLOW rules -MAXSIZE_ALLOW=500000 - - -# ---------------------------------------------------------- -# Set list of friends that always pass, if they do not -# exceed the message length of MAXSIZE_ALLOW - -# This rule allows all mail from a friend who was unlucky enough -# to have signed up with a spam organisation. With DENY we -# block everyone else from that domain though! See above! -ALLOW=^From:.*a_friend_with_account@any_provider_that_spams\.org - -# Of course we allow e-mail from anyone who has something to say about -# mailfilter: -ALLOW=^Subject:.*mailfilter - -# We also let our girlfriend send any e-mail she wants: -ALLOW=^From:.*my_girlfriend@any_provider\.com diff --git a/net-mail/mailfilter/mailfilter-0.4.0.ebuild b/net-mail/mailfilter/mailfilter-0.4.0.ebuild deleted file mode 100644 index 8b54f52b7156..000000000000 --- a/net-mail/mailfilter/mailfilter-0.4.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfilter/mailfilter-0.4.0.ebuild,v 1.8 2004/02/22 16:20:56 agriffis Exp $ - -IUSE="nls" - -S=${WORKDIR}/${P} -DESCRIPTION="Mailfilter is a utility to get rid of unwanted spam mails" -SRC_URI="mirror://sourceforge/mailfilter/${P}.tar.gz" -HOMEPAGE="http://mailfilter.sourceforge.net/index.html" - -DEPEND="virtual/glibc" -RDEPEND="nls? ( sys-devel/gettext )" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc" - -src_compile() { - - local myconf - use nls || myconf="${myconf} --disable-nls" - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man ${myconf} || die "./configure failed" - make || die -} - -src_install () { - - make DESTDIR=${D} install || die - dodoc INSTALL doc/FAQ doc/rcfile.example1 doc/rcfile.example2 - dodoc README THANKS ChangeLog AUTHORS NEWS TODO - -} diff --git a/net-mail/mailfilter/mailfilter-0.6.ebuild b/net-mail/mailfilter/mailfilter-0.6.ebuild deleted file mode 100644 index 2366696c514f..000000000000 --- a/net-mail/mailfilter/mailfilter-0.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailfilter/mailfilter-0.6.ebuild,v 1.2 2004/02/22 16:20:56 agriffis Exp $ - -IUSE="nls" - -S=${WORKDIR}/${P} -DESCRIPTION="Mailfilter is a utility to get rid of unwanted spam mails" -SRC_URI="mirror://sourceforge/mailfilter/${P}.tar.gz" -HOMEPAGE="http://mailfilter.sourceforge.net/index.html" - -DEPEND="virtual/glibc" -RDEPEND="nls? ( sys-devel/gettext )" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc" - -src_compile() { - - local myconf - use nls || myconf="${myconf} --disable-nls" - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man ${myconf} || die "./configure failed" - make || die -} - -src_install () { - - make DESTDIR=${D} install || die - dodoc INSTALL doc/FAQ doc/rcfile.example1 doc/rcfile.example2 - dodoc README THANKS ChangeLog AUTHORS NEWS TODO - -} diff --git a/net-mail/mailfilter/metadata.xml b/net-mail/mailfilter/metadata.xml deleted file mode 100644 index 51f94e3fbe0e..000000000000 --- a/net-mail/mailfilter/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>net-mail</herd> -</pkgmetadata> |