[Exim] ACL idea/question

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Dave C.
Data:  
Para: exim-users
Asunto: [Exim] ACL idea/question


I havent tested this yet, but in


Is there a way to test how many instances of a header are defined, from
an ACL?

If a warn item in an ACL sets a header, is that header visible to ACL
items following it?

My idea is to setup a simple scoring system for the various DSBLS, right
in an ACL..


several

warn    dnslists = blah...
    message = "X-RBL-Warning: ..."


warn    dnslists = blah...
    message = "X-RBL-Warning: ..."


warn    dnslists = blah...
    message = "X-RBL-Warning: ..."


and then a

deny    condition = {$if <count of X-RBL-warning headers inserted? > X {yes}{no} }