>  I have problems to let run bogofilter (I use FreeBSD RELENG_4).
> Could someone tell me how to use it ?

It's adequately described in the documentation..but I have this in my
.procmailrc (copied directly from the docs)

----
# filter mail through bogofilter, tagging it as spam and
# updating the word lists

:0fw
| /usr/local/bin/bogofilter -u -e -p

# if bogofilter failed, return the mail to the queue, the MTA will
# retry to deliver it later
# 75 is the value for EX_TEMPFAIL in /usr/include/sysexits.h

:0e
{ EXITCODE=75 HOST }

# file the mail to spam-bogofilter if it's spam.

:0:
* ^X-Bogosity: Yes, tests=bogofilter
spam
----

If this doesn't answer your question then you'll need to be more
specific about what you are trying to do.

> By the way, what is the preferred anti-spam package on FBSD
> (with sendmail) and how is it possible to install it ?

I use bogofilter at the user-level, and am very happy with it.

Kris

Attachment: msg14895/pgp00000.pgp
Description: PGP signature

Reply via email to