On 22/05/11 19:42, Trever L. Adams wrote: > On 05/22/2011 09:59 AM, Bradley Giesbrecht wrote: >> >> It would be nice to make a release of Eugene's dovecot-antispam-plugin so >> packages can be made. >> >> I can find no version or tag info at >> http://hg.dovecot.org/dovecot-antispam-plugin/. >> >> -- >> Bradley Giesbrecht > Bradley, > > Just use the latest versions of the files. It works fine (a long time of > using it on three servers here, one of which sees thousands of emails > every few hours). If you want a rpm spec, I have made one. >
I would like to see a tagged version too, but trunk works fine here. Since the OP mentions Gentoo, my latest ebuild for dovecot-antispam for 2.x is attached. -- Tom
# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: Exp $ EAPI=2 inherit base mercurial DESCRIPTION="A dovecot antispam plugin supporting multiple backends" HOMEPAGE="http://wiki2.dovecot.org/Plugins/Antispam" EHG_REPO_URI="http://hg.dovecot.org/dovecot-antispam-plugin" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=net-mail/dovecot-2" RDEPEND="${DEPEND}" S="${WORKDIR}/dovecot-antispam-plugin" src_prepare() { # kludge for missing EHG_BOOTSTRAP, see https://bugs.gentoo.org/show_bug.cgi?id=340153 cd "${S}" ./autogen.sh }