On Sat, Jun 08, 2002 at 04:21:35PM -0500, dempsey wrote:

| I guess short and sweet, I need to know:
| 
| 1. What do I put in my .qmail file to invoke procmail.

Ask this on a qmail list.  I use exim and can tell you how to plug SA
into exim, but I've never touched qmail.  Right now your only problem
is getting qmail to hand messages off to your LDA.  (maildrop would
work just as well as procmail too)

| 2. What do I put in my /etc/procmailrc file to look for the  *
| ^X-Spam-Status: Yes , move spam to a spam dir and then deliver the rest to
| ~/Maildir/.

As Matt said, and you quoted, :

    | :0:
    | * ^X-Spam-Status: Yes
    | /path/to/mail/spam/

With maildrop it's just as easy :
    if ( /^X-Spam-Status: Yes/ )
    {
        to /path/to/mail/spam/
    }

HTH,
-D

-- 

Better a little with righteousness
than much gain with injustice.
        Proverbs 16:8
 
GnuPG key : http://dman.ddts.net/~dman/public_key.gpg

Attachment: msg06039/pgp00000.pgp
Description: PGP signature

Reply via email to