From: FM [mailto:[EMAIL PROTECTED]
> 
> Hello,
> I'm using spamd + courier-mta
> 
> Is it possible to delete email with high spam score ?

If you're using maildrop, you can use something like this in your
/etc/courier/maildroprc or the user's .mailfilter.

    if (/^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*/)
        {
        echo "***** Dropping 15+ Spam *****"
        EXITCODE = 0
        exit
        }

The echo will put an entry in the log whenever this happens.  Remove it if
you don't want logging.

Bowie


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to