https://bugs.exim.org/show_bug.cgi?id=2123
Bug ID: 2123
Summary: $message_body used in router leads to unclear failure
message
Product: Exim
Version: 4.89
Hardware: x86
OS: Linux
Status: NEW
Severity: bug
Priority: medium
Component: String expansion
Assignee: nigel@???
Reporter: wbreyha@???
CC: exim-dev@???
This was already discussed on users ML by Martin Fraenzl.
He used
> condition = "${if \
> match{$message_body}{bounce-message-uahgKX5I9daaUtR} {true} \
> }"
in a redirect router and got lots of
> 38491 LOG: MAIN PANIC DIE
> 38491 deliver_datafile lseek: Bad file descriptor
> 38491 SMTP>> 421 Unexpected failure, please try later
The root cause was that he also used
verify = recipients
"as usual" in his RCPT ACL and $message_body is undefined at this point.
The error is generated at
HEAD:expand.c:1854
Maybe there is room for improvement for the message which is generated at this
point.
--
You are receiving this mail because:
You are on the CC list for the bug.