I'm having quoting issues and can't see what I'm doing wrong here.
Here's the rule (commented, but when uncommented I get the error below)
# deny message = ${extract{message} {\
# ${lookup pgsql{select deny_address,message
from \
# bla
On 1/13/24 19:46, Larry Rosenman via Exim-users wrote:
What am I missing here?
You have three lookups; we need to know which. My money's on the
one with the "sg" just from the complexity that adds...
a) run it with debug. We want to see the expansions getting done
bit-by-bit.
b) look into t
On 01/13/2024 2:29 pm, Jeremy Harris via Exim-users wrote:
On 1/13/24 19:46, Larry Rosenman via Exim-users wrote:
What am I missing here?
You have three lookups; we need to know which. My money's on the
one with the "sg" just from the complexity that adds...
a) run it with debug. We want to