This may be a little off subject but I was hoping someone here has gone
through this before and can help. I am using qmail 1.03 on redhat 7.2 with
qmail-scanner/spamassassin. I have procmail 3.21. The procmail I am assuming
installed with redhat. I did not do it.

I guess short and sweet, I need to know:

1. What do I put in my .qmail file to invoke procmail.
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/.

Thanks
Doug

-----Original Message-----
From: Matt Thoene 
Sent: Saturday, June 08, 2002 11:54 AM
To: dempsey
Subject: Re: [SAtalk] Finally got it working...


Hello dempsey,

Friday, June 7, 2002, 9:12:36 PM, dempsey wrote:

> THANKS! Good timing on the email. I am researching that prospect now. Any
> advice?

As long as you have procmail running, it's as simple as putting the
following in your .procmailrc file...

:0fw
        | spamassassin -P

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

This just says to pass every mail through spamassassin, and if it tags
it as spam (X-Spam-Status: Yes), move it to a spam folder.

-- 
Regards,
 Matt                        


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to