One way to do it would be adding this before your if:

if ( /^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\**$/ )
{
        exit
}

Cheers,
João Vale


On Thu, 2007-12-06 at 16:43 -0500, FM wrote:
> Hello,
> 
> I am not a mailfilter guru
> 
> We are using spamd with .mailfilter on user home folder :
> 
> xfilter "/usr/bin/spamc"
> if(/^X-Spam-Status: Yes/)
>   to Maildir/.Junk/
> 
> 
> 
> is it possible to delete spam that have more then 10 points ?
> 
> -------------------------------------------------------------------------
> SF.Net email is sponsored by: 
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> courier-users mailing list
> [email protected]
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to