On Mon, Nov 18, 2002 at 03:24:09PM -0500, devel wrote:
> What I have is spamassassin is invoked via maildrop on my setup.. 
> 
> Do I need to have maildrop invoke this? 

No, I think .qmail could invoke spamassassin directly. It wouldn't be
very useful though, because spamassassin can't trash spam mails
itself; you need something like:

if (/^X-Spam-Flag: *YES/)
{
        exception {
                to Mail/killed
        }
}

after spamassassin executes to do it.

> Also the .mailfilter file is also in the 
> /home/vpopmail/domains/domain.com/bleh/.mailfilter    ? 

Yes, that should work.

> What im trying to accomplish is the best way to do this without
> having to worry about extra overhead. If I can eliminate maildrop I
> will. 

You probably need maildrop.


-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to