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('[EMAIL PROTECTED]') if ($Sender eq '<[EMAIL PROTECTED]>');

--
David.
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to