Lähettäjä: Andreas Metzler Päiväys: Vastaanottaja: exim-users Aihe: Re: [Exim] Simply deliver to 2 local accounts
On Thu, Feb 12, 2004 at 10:35:09AM +0000, MARCOUX Cédric wrote: > 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 ??????
? | If you want to deliver the message to a number of different addresses,
| you can use more than one deliver command (each one may have only one
| address).