I have this script that I use to run on spam so it gets moved to a certain
folder

tell application "Microsoft Entourage"
    set msgList to current messages
    repeat with oneMsg in msgList
        move oneMsg to folder "!!!SPAM!!!"
    end repeat
end tell

I would like to add in 2 new features, forward the email off to a specific
address (will be the same one all the time) then delete that forwarded
message from the "Sent Items" folder.
-- 
-------------------------------------------------------------
Scott Haneda                                Tel: 415.898.2602
http://www.newgeo.com                       Fax: 313.557.5052
[EMAIL PROTECTED]                            Novato, CA U.S.A.

-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to