Re: [exim] check_helo_slow?

Startseite
Nachricht löschen
Nachricht beantworten
Autor: David
Datum:  
To: David Woodhouse
CC: exim-users
Betreff: Re: [exim] check_helo_slow?
Hi !!

>  deny message = IPv4 literal in HELO not permitted
>  condition = ${if match {$sender_helo_name}{^\[(.*)\]\$} \
>         {${if isip{$1} {1}{0}} {0}}


i was just checking this condition and get an unexpected
result, as i'm far from being a regex guru any help will
be welcome:

15:59:44  8993 processing "deny"
15:59:44  8993 expanding: $sender_helo_name
15:59:44  8993    result: [194.112.32.6]
15:59:44  8993 expanding: ^\[(.*)\]\$
15:59:44  8993    result: ^[(.*)]$
15:59:44  8993 condition: match {$sender_helo_name}{^\[(.*)\]\$}
15:59:44  8993    result: false


looks like it should give a true result but it does not

--
Thanx & best regards ....

----------------------------------------------------------------
    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
----------------------------------------------------------------