I tried using the exact script you listed but I get syntax errors when I
test it out. Am I suppose to take something out like :0?

Thanks
Robert

> On Wednesday 23 June 2004 17:43, Robert Bartlett wrote:
>> Can anyone help me out? I cant seem to get the script to work. Basically
>> all I want is to drop the email if it is over a certain amount of points
>> that Spamassassin reports. I tried:
>>
>> /^X-Spam-Hits:.*/
>> if ($MATCH >= '15')
>> {
>>        to "/dev/null"
>> }
>>
>> And I get mailfilter syntax errors. Can anyone help? Still learning this
>> all so sorry if Im being slow.
>>
>> Thanks
>> Robert
>
> Here is what I use  (mine triggers on 10 and over
>
> :0
> * ^X-Spam-Status:.*hits=[1-9][0-9]
> {
>
> :0
> /dev/null
> }
>
>
>
> --
> _____________________________________
> John Andersen
>


Reply via email to