Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [offish]Retrospect v5 (server) and OSX




On Oct 27, 2004, at 10:46 AM, Chip Scheide wrote:
1 - Retrospect seems NOT to be waking up (starting after quiting) to
execute scheduled scripts.

Known problem with Retro 5, Retro 6 Works properly

2 - email notifications - this does NOT seem to be working at all. the
applescript event handler does not seem to ever be triggered.


I had to edit the AppleScript to get it to work. Below is the section with the change:

tell application "Mail"
--set theVersion to (version as number)
set myAddressClass to {}
(* repeat with myAddress in reciplist
if theVersion < 1.2 then
set myAddressClass to myAddressClass & {«class rdsn»:myAddress}
else if theVersion ≥ 1.2 then
*)
set myAddressClass to myAddressClass & {name:"Your Name<email@hidden>"}
(* end if
end repeat
*)
try
set myMessage to make new outgoing message at beginning of every outgoing message
tell myMessage
set subject to subj
set content to bodyText
make new to recipient at beginning of every to recipient with properties myAddressClass
end tell
send myMessage


on error errMsg number errNum --Unable to send msg but still continuing backup
end try
end tell

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Macos-x-server mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macos-x-server/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.