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 -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
