Re: [exim] Filters for outgoing mail

Pàgina inicial
Delete this message
Reply to this message
Autor: Kushner Anatoliy
Data:  
A: exim-users
Assumpte: Re: [exim] Filters for outgoing mail
On Thu, Jun 01, 2006 at 01:39:04PM +0800, Nathan Rzepecki wrote:
> Hi Newbie here.
>
> I am trying to find out if Exim if capable of a specific task.
>
> I want to setup a rule or filter that will allow me to copy / forward Outgoing mail for specific email accounts on our site. I don't want to copy all account email only two specific accounts.
>
> The sender nor receiver of the original email are to know that a copy of the message has been sent on.
>
> Is this possible in Exim and how would I go about setting this up.
>
>
> Thanks
>
>
> Thanks



copy_to_admin:
driver = redirect
condition = ${if eq{$sender_address}{email@from}{yes}{no}}
data = admin@???
unseen


if you want that the original recipient does not reciev this message ,
just delete "unseen"


> ----------------------------------------------------------
> Nathan Rzepecki
> for
> Biante Model Cars - www.biante.com.au
> Biante Auctions - www.bianteauctions.com
> Fax: (08) 9479 5165
> Confidentiality
> Please note: This e-mail is confidential and may also be privileged. Please
> notify us immediately if you are not the intended recipient.
> Whether you are the intended recipient or not, you may not copy it, forward
> it or use it for any other purpose or disclose the contents to any person
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users
> ## Exim details at http://www.exim.org/
> ## Please use the Wiki with this list - http://www.exim.org/eximwiki/