John Horne wrote:
>
..[snip]...
>
> The MAIL ACL was:
>
> warn condition = ${if eq {$acl_m5} {} {true} {false} }
> condition = ${if == {$acl_m3} {0} {true} {false} }
> verify = sender
> set acl_m7 = 1
>
> and the RCPT became:
>
> deny log_message = Prohibited: Sender address is unrouteable
> message = Prohibited: Sender address is unrouteable
> condition = ${if == {$acl_m7} {0} {true} {false} }
>
try !condition = ${if == {$acl_m7} {1} {true} {false} }
As you never set acl_m7 to 0, just to 1
--
--EAL--