Re: [Exim] Need Exim Filter Help - Willing to Pay - Smart Re…

Etusivu
Poista viesti
Vastaa
Lähettäjä: Nico Erfurth
Päiväys:  
Vastaanottaja: Marc Perkel
Kopio: exim-users
Aihe: Re: [Exim] Need Exim Filter Help - Willing to Pay - Smart Readfile
Marc Perkel wrote:
> Getting Close - I can run this from the command line:
>
> exim -be
> ${sg{${sg{${sg{${readfile{/etc/exim/testlist}{|}}}{\N(\|+)\N}{|}}}{\N\#(.*?)\|\N}{}}}{\N\|$\N}{}}
>
>
> But - if I put it in a filter I get errors. "unexpected ("
>
> How do I fix this?


Enclose it with ""
Try to run exim with -d+expand

Nico