Hi Santi

>> My boss today asked me to mirror a newcomers all sent emails to his 
>> mailbox.
>> How do I do this in exim 4.52?
>
> Hi :)
>
> Try with this:
>
> $ cat /etc/.filter
> unseen deliver [EMAIL PROTECTED]

I have created a system filter like this:

if ($sender_address MATCHES [EMAIL PROTECTED]) then
    unseen deliver [EMAIL PROTECTED]
endif

and it is working okay. But I want to remove the header line
"Return-Receipt-To: ..." only in this "unseen delivery" filter (if you call
this a filter).

Is this possible?


-- 
## 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/

Reply via email to