In the case of this simple ACL statement:
deny condition = ${if eq{$acl_c_reject}{yes}}
message = Your message has been rejected\nThe reason is
$acl_c_reject_reason
However, in the log, it only logs the part up to the newline. In the
exim manual, there is an example which shows multiple lines:
# deny message = rejected because $sender_host_address \
# is in a black list at $dnslist_domain\n\
# $dnslist_text
# dnslists = black.list.example
Why is it that my message statement above only logs the info before
the \n? I cannot find anything in the manual that says the verbage
logged is different from what is actually sent in the SMTP
transaction. I have verified that the full message is what is sent
during the SMTP transaction.
--
Regards... Todd