[Mimedefang] Re: outgoing mail copy
David F. Skoll
dfs at roaringpenguin.com
Tue Aug 10 07:29:34 EDT 2004
On Tue, 10 Aug 2004, Dave Smith wrote:
> > Is it possible with mimedefang to copy outgoing mails from specific user to
> > be copied to some other account.
> Try milter-bcc, from http://www.snert.com/Software/milter-bcc/index.shtml
But it's a one-liner in MIMEDefang. Put this in filter_begin or
filter_end:
add_recipient('archive at domain.net') if ($Sender eq '<someuser at domain.net>');
--
David.
More information about the MIMEDefang
mailing list