It appears that not all ACLs support the 'message' option. In the RCPT ACL, for example, having a deny ACL that uses
deny
message = "This will appear in the logs and 550"
condition = 1
will properly support having a message, but when a deny ACL uses
deny
message = "This will not appear in the logs and 550"
!verify = reverse_host_lookup
then it uses something which appears to be non-modifiable... and example:
2004-11-04 11:31:44 H=(69.9.164.137) [220.169.151.224] F=<ietnwq89bmxfz@???> rejected RCPT <mayor@???>: host lookup failedfor reverse lookup check (failed to find host name from IP address)
Now, at first I thought that meant that it was being denied by a global option that was doing reverse lookups on everything, but that option has been turned off. The lookups *definitely* only occur in the RCPT ACL. There are a few other options that exhibit the same behavior, but I want to be sure I'm not doing something wrong before I go and list them all.
Kelley Reynolds