Re: [exim] autoreply if mail not delivered (filter)

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Graeme Fowler
Data:  
Para: exim-users
Asunto: Re: [exim] autoreply if mail not delivered (filter)
On Thu, 2010-12-23 at 13:31 +0000, grendelkeeper wrote:
> For incoming mails this is ok, but the question is, how can I implement an autoreply only for internal senders, if a message get fetched by the filter and so not delivered/moved to spam?
>
> Is this best done via filter-file or by exim.conf?


Either.

As you have an existing and working filter, simply put this at the
bottom after the rules which move messages:

if personal then
vacation once
endif

I'll leave the rest of the reading up to you; this is covered in the
Filtering documentation.

Graeme