On Thu, Jun 4, 2009 at 11:33 AM, Peter Kirk <[email protected]> wrote:
> Hi Guys
>
> Need to setup exim so that when a mail comes in with a certain subject
> line, it add's another recipient to the mail.
> Is this possible?
>
> Thanks for the help in advance :-)
It's simple to just use a system filter rule to make a copy to this other
recipient.
if first_delivery and $h_subject: contains "the keyword" then
unseen deliver this_other_recipient errors_to y...@somewhere
endif
--
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
"Clothes make the man. Naked people have little or no influence on
society."
-- Mark Twain
--
## 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/