On 9 Dec 2004 at 16:31, Peter Klitgaard wrote about
"[exim] log_message in accept ACLs (":
|...
| I cannot make "log_message" work on "accept" ACLs. Therefore I use 2 ACLs,
| but do I have to do this?
Yes. From spec.txt:
log_message = <text>
This modifier sets up a message that is used as part of the log message if
the ACL denies access or a "warn" statement's conditions are true.
"accept" does not deny access nor is it a "warn".
- Fred