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 [email protected]
 finish
 endif



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

--
## List details at https://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/

Reply via email to