5 messages in net.sourceforge.lists.courier-maildrop[maildropl] Re: maildrop and spamc
FromSent OnAttachments
Thomas HugJan 10, 2004 4:04 pm 
Jakob HirschJan 10, 2004 4:06 pm 
Thomas HugJan 10, 2004 4:41 pm 
Marcus FringsJan 12, 2004 8:09 pm 
Marcus FringsJan 12, 2004 8:09 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:[maildropl] Re: maildrop and spamcActions...
From:Marcus Frings (iam-@despammed.com)
Date:Jan 12, 2004 8:09:39 pm
List:net.sourceforge.lists.courier-maildrop

* Robin Lynn Frank <rlfr@paradigm-omega.com> wrote:

I'm switching over from procmail to maildrop. About the only thing I need to do that I can't get working is to have maildrop deliver to spamc. Can anyone point me to some documentation or give me a clue. I couldn't find anything on the spamassassin site, so I figured I'd try here.

I have already answered your question on the Spamassassin mailing list but my mail hasn't shown up there, yet. So here it is again:

,----[ ~/.mailfilter ] | ## Send everything smaller than 256 KB to Spamassassin | if ($SIZE < 262144) | { | xfilter "/usr/bin/spamc -U /var/run/spamd.sock" | } | | ## If Spam put the shit into the spam maildir | if (/^X-Spam-Flag:.*YES/) | { | log "---------------------------------------------------- SPAM" | to "Maildir/.spam" | } `----

Regards, Marcus