Gentoo Archives: gentoo-server

From: theboywho <theboywho@×××××××××.com>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] Dspam Users, Stand Up Please
Date: Wed, 28 Sep 2005 13:20:45
Message-Id: 200509281415.12359.theboywho@ruddyperl.com
In Reply to: Re: [gentoo-server] Dspam Users, Stand Up Please by Ow Mun Heng
1 Is there a way to DSPAM work with amavisd, but *without* spamassassin?
2
3 The sendmail binary in my dspam config is part of the Postfix install.
4
5 The dspam-retrain.sh script is one I found on a dspam-wiki here:
6
7 http://dspamwiki.woozle.org/DspamRetrainScript
8
9 However, I couldn't get this version of it work so created a much more simpler
10 one:
11
12 #!/bin/sh
13
14 PATH=/usr/local/bin:/usr/bin:/bin
15
16 # Get arguments
17 class="$1"; shift
18 user="$1"; shift
19
20 dspam --user $user --class=$class --source=error
21
22
23
24 HTH!!
25
26 --
27 theboywho
28 theboywho@×××××××××.com
29 --
30 gentoo-server@g.o mailing list

Replies

Subject Author
Re: [gentoo-server] Dspam Users, Stand Up Please Ow Mun Heng <Ow.Mun.Heng@×××.com>