Re: [EXIM] novice filter question

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Ben Smithurst
Fecha:  
A: Rob Lingelbach
Cc: exim-users
Asunto: Re: [EXIM] novice filter question
Rob Lingelbach wrote:

> I'd like to save messages with a particular $header_to to a file and
> then deliver the message as usual.
>
> I thought that by leaving off 'seen finish' this would be
> accomplished, but the following code only saves the message without
> delivery:
>
> if $header_to contains domain.com
>        then log "$tod_log saved $message_id for: $header_to"
>        save /export/home/rob/Folders/domain.com
> endif


I think you need to say "unseen save". Check the filter documentation
for more details, in particular the section about "significant
deliveries".

--
Ben Smithurst
ben@???

send a blank message to ben+pgp@??? for PGP key

--
*** Exim information can be found at http://www.exim.org/ ***