On Thu, Jun 02, 2005 at 08:24:36AM +0200, Thomas Kinghorn [MTNNS -Rosebank] wrote:
> I have had a request to "cc" all mails to a specific user to a user at
> another company.
>
> Any idea's how this can be implemented?
>
> Basically all mails to user@??? must be delivered BUT also
> cc'd to user1@???.
In system filter:
if foranyaddress $recipients ($thisaddress is "user@???")
then
unseen deliver user1@??? errors_to /dev/null
finish
endif
--
Dean Brooks
dean@???