On 9/8/06 4:43 AM, "David Ellsworth" <[EMAIL PROTECTED]> wrote:
> Uh, thanks for that Brad, I got it, it's complicated. All I need is a simple > way to get a formatted html email with Approved through the system. You're > telling me that that isn't going to be the case? I'm using an applescript > with Entourage on OS 10.47 to send the file to mailman. Perhaps another > email client that allows me to put the Approved comment in the email file > header? I see two fairly obvious ways to proceed. 1. Create an Account in Entourage, and insert the needed Approved: header manually into that account's additional headers area. Then send messages to the list using that account (in your scripting). 2. Using Applescript to modify a single account, you may be able to set the "Exchange account" object's "additional headers" property early in the sending script to contain the needed header, then prepare and send the message, then restore the additional headers property to normal (probably empty). I haven't tried this. The Entourage version I'm looking at is 11.2.5. Note that if someone manually sends a message at an inconvenient moment, the header would be part of it. Suggest debugging the script using a bogus password in the Approved: header. --John ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
