on 05/18/2004 12:06 AM, Paul Berkowitz at [EMAIL PROTECTED] wrote:
>> This would get rid of one folder for me, and seems a little nicer, is this
>> safe to use as a normal folder?
>
> Yes.
Thanks Paul, I wonder if you could help me mod this script a little as well:
I need a condition in it...
If to: starts with postmaster@ then
just move the message to "!!!SPAM!!!"
Else
do the normal forward.
End if
Original script below:
tell application "Microsoft Entourage"
set msgList to current messages
repeat with oneMsg in msgList
move oneMsg to folder "!!!SPAM!!!"
set theFwd to forward oneMsg to
"[EMAIL PROTECTED]" without opening window
send theFwd with sending later
end repeat
end tell
--
-------------------------------------------------------------
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/>