Hi,

I am running mimedefang-2.51 and I have a requirement to copy selected emails that traverse my mail gateway, onto a seperate archive mail server.
I know I could just do an add_recipient('[EMAIL PROTECTED]'), but I need to store the list of original recipients in the email I am archiving.
If I do an action_add_header("X-Orig-Rcpts", join(", ", @Recipients)), then all recipients of the email will be able to see any Bcc recipients by viewing the mail headers, which is undesirable.
If I call resend_message('[EMAIL PROTECTED]') I don't have the option of adding an X-Orig-Rcpts type header because it resends the original, unmodified message.
Any ideas how I can work this?


Thanks
Roland

_______________________________________________
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