Re: [Exim] local_scan in perl?

Top Page
Delete this message
Reply to this message
Author: mb
Date:  
To: Marc Haber
CC: exim-users
Subject: Re: [Exim] local_scan in perl?
On Jun 30 Marc Haber wrote:

>has anybody yet written a local_scan function that can call a perl
>function, or that can even all an arbitrary shell command as a filter?


The former is just a case of expand_string() with "${perl ...}" :-)

The latter is easy enough too; see my uvscan local_scan() posted here
about a month ago. (NB mine isn't strictly a shell command--I wanted to be
even lighter than that--but the principle is nice and easy, I hope.)

Matt