I do it with procmail, which should then work with whatever mail client
you use:


# Mails with a score of 15 or higher are almost certainly spam (with
# 0.05%
# false positives according to rules/STATISTICS.txt). Let's put them in
# a
# different mbox. (This one is optional.)
:0:
* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*
$HOME/mail/almost-certainly-spam

# All mail tagged as spam (eg. with a score higher than the set
# threshold)
# is moved to "probably-spam".
:0:
* ^X-Spam-Status: Yes
$HOME/mail/probably-spam


You also need something to feed the mail to spamassassin.  I do this
with a system procmail rule, but you can hook it in in a number of
ways.  The rule I use for this looks like:

:0fw: $HOME/spamassassin.lock
* < 256000
| /Dcs/dcs/tools/bin/spamassassin

You could also put that in your own .procmailrc, if you are the only
person on the mail server who needs spam protection.

On Sat, 2003-09-13 at 23:52, Ralph F. De Witt wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hello:
> I am trying to move my email usage to Evolution from Kmail. I need some help 
> to get Spamassassin working. In Kmail I used to filters to trap spam. One 
> filter limited the email to a max of 250000 kb and piped the email through 
> Spamassassin. The second filter checked the X-Spam-Flag and if it was set to 
> Yes moved the mail to the Spam folder. I have been able to get the first 
> filter written, but cannot figure out the second one. Can some one tell me 
> how to get Spamassassin working in Evolution?
> - -- 
> Ralph
> ==================================================
> Gentoo Linux:         Gentoo Base System version 1.4.3.8p1
> kernel-2.4.22_pre2-gss                AMD Athlon(tm) XP 2200+
> AIM, YAHOO = ralphfdewitt JABBER.ORG = ralphdewitt
> Signed and Encrypted mail encouraged
> ==================================================
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.2 (GNU/Linux)
> 
> iD8DBQE/ZBA0u29DXA3iCF0RAp8bAJ4smB7haylCGL0gWLfXFmOVB2R1+QCfS1ha
> KyqvFYtbG2JtDBOJWlQUy1M=
> =7BAw
> -----END PGP SIGNATURE-----
> 
> _______________________________________________
> evolution maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/evolution
-- 
Dan Stromberg DCS/NACS/UCI <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to