Chris wrote:
> On Wednesday 17 January 2007 5:16 pm, Dan Barker wrote:
>
>> Put tests=_TESTSSCORES(,)_ in your local.cf and you won't scratch your head
>> so hard next time.
>>
>> It puts in lines like:
>> X-Spam-Status: No, score=-100.0 required=5.0
>> tests=AWL=0.009,BAYES_50=0.001,SPF_PASS=-0.001,USER_IN_WHITELIST=-100
>> autolearn=no version=3.1.7
>>
>> when coded as:
>> add_header all Status "_YESNO_, score=_SCORE_ required=_REQD_
>> tests=_TESTSSCORES(,)_ autolearn=_AUTOLEARN_ version=_VERSION_"
>>
>> It would have been hard to get confused with the minus 6 staring you in the
>> face<g>.
>>
>> Dan
>>
>>
> I guess I'm a bit dense Dan, but putting this:
>
> tests=_TESTSSCORES(,)_
>
> in my local.cf nets this
>
> [EMAIL PROTECTED] ~]$ spamassassin --lint
> [28196] warn: config: failed to parse line, skipping: tests=_TESTSSCORES(,)_
>
> So, how confused am I?
>
That's all one line, eliminate the line-wrap between _REQD_ and tests.