11 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] script info
FromSent OnAttachments
GarySep 24, 2002 10:43 am 
Ruprecht HelmsSep 24, 2002 1:43 pm 
Ruprecht HelmsSep 24, 2002 2:24 pm 
Matthias AndreeSep 24, 2002 2:46 pm 
GarySep 24, 2002 3:31 pm 
Ruprecht HelmsSep 24, 2002 11:59 pm 
Matthias AndreeSep 25, 2002 1:29 am 
Mark WeinemSep 25, 2002 3:39 pm 
GarySep 25, 2002 3:55 pm 
Mark WeinemSep 25, 2002 7:18 pm 
Ruprecht HelmsSep 25, 2002 10:40 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] script infoActions...
From:Matthias Andree (ma@dt.e-technik.uni-dortmund.de)
Date:Sep 24, 2002 2:46:40 pm
List:net.sourceforge.lists.courier-maildrop

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/" }