[Exim] Simply deliver to 2 local accounts

Top Page
Delete this message
Reply to this message
Author: MARCOUX Cédric
Date:  
To: exim-users
Subject: [Exim] Simply deliver to 2 local accounts
Hi there,
just a newbz question for .forward.
How to deliver to 2 local accounts in my .forward???
At the moment, I have this rules

if
"$header_from:" contains "TW" then
deliver technical@localhost
endif

How to deliver to a second account???
deliver technical@localhost, maint@localhost ??????

Thx