summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2007-02-23 17:30:16 +0000
committerChristian Hartmann <ian@gentoo.org>2007-02-23 17:30:16 +0000
commitde59b046220e41b36bf10adf1f4c68f919f5f29e (patch)
tree8c782f9f943fd145d1897caff8f53cd0ea3bbf18 /mail-filter
parentun-ROOTing (diff)
downloadgentoo-2-de59b046220e41b36bf10adf1f4c68f919f5f29e.tar.gz
gentoo-2-de59b046220e41b36bf10adf1f4c68f919f5f29e.tar.bz2
gentoo-2-de59b046220e41b36bf10adf1f4c68f919f5f29e.zip
Fixed bug #167585
(Portage version: 2.1.2-r10)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/spamassassin/ChangeLog6
-rw-r--r--mail-filter/spamassassin/spamassassin-3.1.8.ebuild13
2 files changed, 12 insertions, 7 deletions
diff --git a/mail-filter/spamassassin/ChangeLog b/mail-filter/spamassassin/ChangeLog
index d0c32dcb88a6..71faa1bcc857 100644
--- a/mail-filter/spamassassin/ChangeLog
+++ b/mail-filter/spamassassin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/spamassassin
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.130 2007/02/22 22:08:21 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.131 2007/02/23 17:30:16 ian Exp $
+
+ 23 Feb 2007; Christian Hartmann <ian@gentoo.org>
+ spamassassin-3.1.8.ebuild:
+ Fixed bug #167585
22 Feb 2007; Christian Hartmann <ian@gentoo.org>
-files/spamassassin-3.1.3-bug-4930.diff, -files/spamd.conf,
diff --git a/mail-filter/spamassassin/spamassassin-3.1.8.ebuild b/mail-filter/spamassassin/spamassassin-3.1.8.ebuild
index 853557d2fab3..246f1a6ef911 100644
--- a/mail-filter/spamassassin/spamassassin-3.1.8.ebuild
+++ b/mail-filter/spamassassin/spamassassin-3.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.1.8.ebuild,v 1.8 2007/02/19 20:54:45 malc Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.1.8.ebuild,v 1.9 2007/02/23 17:30:16 ian Exp $
inherit perl-module eutils
@@ -202,16 +202,17 @@ pkg_postinst() {
fi
ewarn
- elog "spamd is not designed to listen to an untrusted network"
- elog "and is vulnerable to DoS attacks (and eternal doom) if"
- elog "configured to do so"
+ ewarn "spamd is not designed to listen to an untrusted network"
+ ewarn "and is vulnerable to DoS attacks (and eternal doom) if"
+ ewarn "configured to do so"
ewarn
elog "If you plan on using the -u flag to spamd, please read the notes"
elog "in /etc/conf.d/spamd regarding the location of the pid file."
einfo
- elog "If you build ${PN} with optional dependancy support,"
- elog "you can enable them in /etc/mail/spamassassin/init.pre"
+ einfo "If you build ${PN} with optional dependancy support,"
+ einfo "you can enable them in /etc/mail/spamassassin/init.pre"
+ einfo
if has_version '>=dev-lang/perl-5.8.8'; then
elog "A note from the SA developers:"