Re: [Exim] Filtering and SMTP processing questions

Página Inicial
Delete this message
Reply to this message
Autor: Philip Hazel
Data:  
Para: Christian Balzer
CC: exim-users
Assunto: Re: [Exim] Filtering and SMTP processing questions
On Tue, 13 Feb 2001, Christian Balzer wrote:

> if not first_delivery
> then
>   finish
> endif                                                                          

>
> ---
> This should guard against mail queue runs, but not if the filter director
> is hit again due to an alias expansion in a later director, right?


Correct.

> 2. What would be an elegant lookup for a list of people who don't want
> that filter (that list would be a standard file with one address per line).


if ${lookup{$local_part}lsearch{/the/file}{yes}[no}} is yes then ...

> 3. At what time are the RBL warning headers added to a mail?


When it is being received.

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.