Author: Drav Sloan
Date:
To: exim-users
Subject: [exim] expansion string logic
Hi peeps,
I've been banging my head against a wall and I cannot see what
I've got wrong. Can anyone spot anything wrong with...
./bin/exim -d -be '${if and { \
{ isip{151.115.203.35}{true}{false} }\
{ !eq{151.115.203.35}{127.0.0.9} }\
}\
}'
I eternally get the error:
Failed: each subcondition inside an "and{...}" condition must be
in its own {}
:/
I can guarentee it will be something simple, but I've got to the
stage where I can't see what it wrong.
Cheers
Drav.