[EXIM] novice filter question

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Rob Lingelbach
Data:  
Para: exim-users
Assunto: [EXIM] novice filter question
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



thank you for any help.
--Rob



-- 
Rob Lingelbach     | "I would give nothing for that man's religion
rob@???    |  whose very dog and cat are not the better for it."
www.alegria.com      --Rowland Hill, "Village Dialogues", via A. Lincoln


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