Re: [exim] ACL message question

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Andrew - Supernews
Data:  
Para: exim-users
Asunto: Re: [exim] ACL message question
>>>>> "Kelley" == Kelley Reynolds <schnozzy@???> writes:

Kelley> will properly support having a message, but when a deny ACL uses

 Kelley> deny
 Kelley>     message = "This will not appear in the logs and 550"
 Kelley>     !verify = reverse_host_lookup


deny !verify = reverse_host_lookup
     message = "This will appear in the logs and 550"


ACLs are processed in sequential order. Some ACL condition clauses
overwrite the "message" field that's used when the ACL triggers a
rejection, and some don't. This is why your results are inconsistent;
to get consistency, put your clauses in the logically correct order.

--
Andrew, Supernews
http://www.supernews.com