Re: [Exim] using/calling 'system_filter' from local_scan

Pàgina inicial
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
A: adi
CC: exim-users@exim.org
Assumpte: Re: [Exim] using/calling 'system_filter' from local_scan
On Sat, 5 Oct 2002, adi wrote:

> On Sat, Oct 05, 2002 at 09:14:56AM +0700, adi wrote:
> > Is there any way to simply use 'system_filter' from local_scan?
> > At least, any pointer about how to call the function(s) needed
> > inside local_scan would be appreciated, of course if the available
> > for local_scan.
>
> I mean: ... of course if those are available for local_scan.

it's not defined in local_scan.h, so you SHOULDN'T use it. But you can try
to define it yourself (look for functions.h) and call it via
filter_system_interpret.
You should have a look into exim's sources to watch for the details.

ciao