[exim] Skip ACL action on specific mail address

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Michael Ben-Nes
Data:  
Para: exim
Asunto: [exim] Skip ACL action on specific mail address
Hello


I have the next ACL rule:


deny    message        = This message scored $spam_score spam points.
    spam        = nobody:true
    condition    = ${if >{$spam_score_int}{45}{1}{0}}


I want to skip this rule if the address is allmail@???.
but im not sure how to write two conditions in the same rule.

Thanks