Re: [Exim] SPF ACL for Exim

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: David Saez
Data:  
Para: exim-users
Asunto: Re: [Exim] SPF ACL for Exim
Hi !!

> > spf_real_acl:
>   ...
> >   accept acl             = spf_real_acl

>
> Wow! Is that a recursive use of an ACL? If so, it must be a first.


Hope this will work ;)

Regarding ACL programming I just miss some features that could make it
(more) perfect:

- a way to iterate, i.e you have a list of ip addresses (a string
with adresses separated by some special character, line \n or : )
and want to apply an acl to each of them and deny or accept when
some item matches the acl:

iteration_example:

      deny    iterate      = "2.4.5.6:123.45.55.67:56.78.99.00"
                acl       = test_item


- local storage space inside acl's so it will be possible to have
some local set of variables that could be used when using recursion
without afecting the same variables in previous iterations

--
Best regards ...

Does fuzzy logic tickle?

----------------------------------------------------------------
   David Saez Padros                http://www.ols.es
   On-Line Services 2000 S.L.       e-mail  david@???
   Pintor Vayreda 1                 telf    +34 902 50 29 75
   08184 Palau-Solita i Plegamans   movil   +34 670 35 27 53
----------------------------------------------------------------