Ruprecht Helms <rhe...@mayn.de> writes:
Hi,
in the meantime I have fixed the problem with my filterrules - wrong
textformat.
Can you provide details?
I want to ask if someone know how can I use spamassassisn within my filterrules.
If it is not the best way how can I use checking mails with the razor-agents in
the latest version combined with dcc, a tool that filters mails by using
checksums and should find some more spam than razor.
Using SpamAssassin is straightforward, but I'm skipping razor, I've had
a lot of false positives and also a considerable amount of uncaught
spam. For further spam filtering, see the spamprobe and bogofilter
projects at sourceforge.net.
# try this: (make sure spamd is started when your system boots)
# bug adjust the "to" destination to suit your needs. Spam will NOT
# show up in your regular mailbox!
# you may also need to change this to /usr/local/bin/spamc depending on
# your setup.
xfilter "/usr/bin/spamc"
if (/^X-Spam-Flag: YES/)
{
to "Maildir/.spam-spamassassin/"
}