[Exim] ACL idea/question

Top Pagina
Delete this message
Reply to this message
Auteur: Dave C.
Datum:  
Aan: exim-users
Onderwerp: [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} }