vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |
| |||
| 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. |
| ||||
| 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: > > 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). > nevermind. I finally figured it out. Out of curiosity, what was the resolution to your problem, if you don't mind...? Fredderic |