|
Home > Archive > Linux Debian support > December 2007 > the most basic: what's wrong w/ my exim ACL?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
the most basic: what's wrong w/ my exim ACL?
|
|
| bobg.hahc@gmail.com 2007-12-11, 7:12 pm |
| running etch (exim4)
Trying to diagnose why my ACL isn't working, and I find I cannot even
properly execute a simple condition correctly.
Here's my ACL:
accept message = condition is false
condition = ${if eq{23}{123}{1}{0}}
when I telnet in, and get to the rcpt to: command,
exim does not respond with "condition is false" as I would expect. it
says "unexpected failure".
why isn't my message what I expect it should be?
(I've tried appending "endpass" with no better results).
tia - Bob
| |
| bobg.hahc@gmail.com 2007-12-12, 7:13 pm |
| On Dec 11, 7:08 pm, bobg.h...@gmail.com wrote:
> running etch (exim4)
>
> Trying to diagnose why my ACL isn't working, and I find I cannot even
> properly execute a simple condition correctly.
>
> Here's my ACL:
>
> accept message = condition is false
> condition = ${if eq{23}{123}{1}{0}}
>
> when I telnet in, and get to the rcpt to: command,
> exim does not respond with "condition is false" as I would expect. it
> says "unexpected failure".
>
> why isn't my message what I expect it should be?
> (I've tried appending "endpass" with no better results).
>
> tia - Bob
nevermind.
I finally figured it out.
| |
| Fredderic 2007-12-13, 7:12 pm |
| On Wed, 12 Dec 2007 17:02:53 -0800 (PST),
bobg.hahc@gmail.com wrote:
> On Dec 11, 7:08 pm, bobg.h...@gmail.com wrote:
> nevermind. I finally figured it out.
Out of curiosity, what was the resolution to your problem, if you don't
mind...?
Fredderic
|
|
|
|
|