Re: [Exim] ACL / string expansion question

Góra strony
Delete this message
Reply to this message
Autor: Marc MERLIN
Data:  
Dla: exim-users
Temat: Re: [Exim] ACL / string expansion question
On Sun, May 26, 2002 at 12:45:21AM -0700, Marc MERLIN wrote:
> in my RCPT ACL, I'm trying to accept mail bounces for lists I have,
> regardless of how broken the sending mail server is, so I'm trying to add a
> an accept ACL like this one:
>
>   accept  domains       = +local_domains
>           condition     = ${extract{1}{-bounces+}{$local_part}{false}}

>
> The RCPT I'm trying to match is:
> Envelope-to: <svlug-bounces+lsann=hotmail.com@???>
>
> Ideally, I'd like to get 'svlug' out of it if the match is successful so
> that I can then check that svlug is a valid list before I accept the RCPT.
>
> Unfortunately, my condition doesn't seem to work:
>
> rcpt to: <svlug-bounces+lsann=hotmail.com@???>
> >>> using ACL "acl_check_rcpt"
> (...)
> >>> check condition = ${extract{1}{-bounces+}{$local_part}{false}}
> >>>                 = false


I look at it some more, is the problem that extract can only use one
character as the separator (i.e. that "-bounces+" is not valid)?

Marc
--
Microsoft is to operating systems & security ....
                                      .... what McDonalds is to gourmet cooking


Home page: http://marc.merlins.org/ | Finger marc_f@??? for PGP key