Re: [exim] Forward question

Góra strony
Delete this message
Reply to this message
Autor: Steve Devine
Data:  
Dla: exim-users
Temat: Re: [exim] Forward question




On 12/23/11 11:29, Jone Colmenero wrote:
> Good afternoon guys!
>
>     I have the following question:

>
> I need to redirect all mail in the Subject containing the term "Test
> Email" to a particular account.
>
> Can some one help me?
>


Use a exim filter (See docs)
something like this should work.

if $h_subject: contains "Blah Blah"
then
deliver account@???
finish
endif



--
Steve Devine
Systems & Infrastructure
Academic Technology Services
Michigan State University