On Tue, Apr 09, 2002 at 09:11:43AM +0200, Wolfgang.Fuertbauer@??? wrote:
| (exim 4.02 -config:)
|
| Routers section:
|
| ## this one works
| spamcheck_router:
| condition = "${if and { {!def:h_X-Spam-Flag:} {!eq \
^
| {$received_protocol}{spam-scanned}}} {1}{0}}"
| driver = accept
| transport = spamcheck
|
| ## this not?
| spamsave_router:
| condition = "${if {def:h_X-Spam-Flag}{1}{0}}"
^
You forgot the ':' on this one.
| driver = accept
| transport = spamsave
-D
--
Failure is not an option. It is bundled with the software.