On 25 Mar 2004 at 9:44, Tor Slettnes wrote about
"Re: [Exim] Simple syntax error?":
|
| On Mar 24, 2004, at 14:01, Fred Viles wrote:
| > | condition = ${if > {$spam_score_int}{60}{true}{false}}
| > | condition = ${if < {$spam_score_int}{80}{true}{false}}
| > |
| > | Conditions are "and"ed.
| >
| > This only works in an ACL statement (where "condition" is a
| > "condition"), not in a router (where "condition" is an "option"),
| > right? And this hasn't changed since 4.2x?
|
| @$&!#*$&*! Some people are _never_ satisfied.
|...
Not sure why my simple question prompted that response. I just
wanted to make sure I wasn't crazy for remembering that multiple
"condition" clauses hadn't worked when I tried it in 4.22. I
probably tried it in a router.
| How then about this:
|...
It was a yes-or-no question.
- Fred