Re: [Exim] Rewriting all recipient addresses from a given ho…

Pàgina inicial
Delete this message
Reply to this message
Autor: Andromeda
Data:  
A: Exim
Assumpte: Re: [Exim] Rewriting all recipient addresses from a given host
At 19:15 13/06/2001 +0100, you wrote:
>if "$sender_address" matches "something" then
> save /var/spool/mailaux/foo//
> finish
>endif


Further to this...

If this is too much overhead to run this filter for every message received,
a good idea would be to read Chapter 50.1. It has a filter-director using
the forward file... you can use that as a starting point to build a
director using the appendfile driver (since you want to append the message
to a mailbox).

So I'd say that would be a good start.

Regards

Andromeda