* Robin Lynn Frank <[EMAIL PROTECTED]> 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?

,----[ ~/.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
-- 
"Enter that room, insect, and it will become your grave!"
                                 (Shodan in System Shock)



-------------------------------------------------------
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