Safe Domains - Where are they stored?

K

Ken Ray

I'd like to be able to add safe domains programmatically (if possible)
instead of having to type them in manually myself. For example, I'd like to
be able to select a message and choose "Add to Safe Domains" from the
Scripts menu to run an AppleScript that would get the domain of the selected
message and add it to the Safe Domains list.

So the question is: Where is the list of safe domains stored, or how can I
manipulate them outside of doing it manually?

Thanks,

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [email protected]
 
P

Paul Berkowitz

I'd like to be able to add safe domains programmatically (if possible)
instead of having to type them in manually myself. For example, I'd like to
be able to select a message and choose "Add to Safe Domains" from the
Scripts menu to run an AppleScript that would get the domain of the selected
message and add it to the Safe Domains list.

So the question is: Where is the list of safe domains stored, or how can I
manipulate them outside of doing it manually?

Buried deep in the proprietary database, without AppleScript access. You
can't. You might be able to do this by GUI scripting, up to the point of
opening the JMP window and copying the original to the clipboard. You'd
still have to click on Safe Domains tab, click the end of the selected term,
and paste. The script should be able to prefix the ", " to the clipboard.


--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>

Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.

PLEASE always state which version of Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.
 
Top