https://bugs.exim.org/show_bug.cgi?id=2486
Bug ID: 2486
Summary: .endif in acl_check_prdr in configure.default
Product: Exim
Version: 4.92
Hardware: x86-64
OS: Linux
Status: NEW
Severity: bug
Priority: medium
Component: Unfiled
Assignee: unallocated@???
Reporter: andreas@???
CC: exim-dev@???
Shouldn't the below ".endif" in src/configure.default be put after "accept"?
.ifdef _HAVE_PRDR
acl_check_prdr:
warn set acl_m_did_prdr = y
.endif
#############################################################################
# do lookup on filtering, with $local_part@$domain, deny on filter match
#
# deny set acl_m_content_filter = ${lookup PER_RCPT_CONTENT_FILTER}
# condition = ...
#############################################################################
accept
--
You are receiving this mail because:
You are on the CC list for the bug.