R Lists06 wrote:
> Greeting,
>
> Can lines be combined in a situation like this...
>
> whitelist_from_rcvd [EMAIL PROTECTED] hisdomain.com whitelist_from_rcvd
> [EMAIL PROTECTED] hisotherdomain.com
>
>
> does this work or should this be done?
>
No. If you run spamassassin --lint, it should generate a warning. If it
doesn't it's an oversight in the lint processor.
> can they be combined into one statement or should they be separate?
>
Separate.
> Any other tips etc?
>
In general, for options that you can do many of on one line, you only
put the option name itself once, you don't repeat it.