Well I figured out a different way to reject emails, using the qmail
badmailfrom file. Seems to work, dont like the bounce back message though.
But it does the job and it appears it would be better cpu/memory wise to
do it this way.

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