On Mon, 17 May 1999, Hans-Georg v. Zezschwitz wrote:
> > Any advice on how to do that efficiently. I really don't want to run a
> > perl processes on every message.
>
> You might set up a special transport for this:
> Get a second transport like this:
>
> remote_smtp:
> driver = smtp
>
> remote_silly_smtp:
> driver = smtp
> transport_filter = "/usr/bin/tr -d '\\\\0'"
Ah, I see. I do have to run a separate process for these, but by putting
it in a special transport I can, ...
> And use it like this:
>
> sillymta:
> driver = lookuphost
> domains = "pretty-broken.de:also-broken.de"
> transport = remote_silly_smtp
>
> lookuphost:
> driver = lookuphost
> transport = remote_smtp
so that the extra process is only run for mail to that specific domain.
It still is running extra processes thus contending for resources on my
mail hub, so I would prefer something else, but this does look like what
I will probably have to do.
-j
--
Jeffrey Goldberg +44 (0)1234 750 111 x 2826
Cranfield Computer Centre FAX 751 814
J.Goldberg@??? http://WWW.Cranfield.ac.uk/public/cc/cc047/
Relativism is the triumph of authority over truth, convention over justice.
--
*** Exim information can be found at
http://www.exim.org/ ***