Robin Lynn Frank wrote:
> I rummaged around the web site looking for material on invoking spamc with 
> maildrop, but didn't find anything.
> 
> Can someone point me to any documentation on this, or just give me a clue as 
> to what must be done in .mailfilter to invoke spamc?
> 

This is what I use

if ( $SIZE < 256000 )
    {
      xfilter "spamassassin"
      if (/^X-Spam-Status: Yes/)
            {  
                log '====> Spam caught by SpamAssassin.'
                to $DEFAULT/bulk
            }
    }  


-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
There's no place like 127.0.0.1


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to