Re: [Exim] Simple syntax error?

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Fred Viles
Ημερομηνία:  
Προς: exim-users
Καινούρια Θέματα: [Exim] Frozen message and SMTP Error
Αντικείμενο: Re: [Exim] Simple syntax error?
On 24 Mar 2004 at 13:29, Tor Slettnes wrote about
    "Re: [Exim] Simple syntax error?":


|...
| You could always:

|
|           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?

- Fred