-- Entourage - Remove Spam From Server -- https://c-command.com/scripts/spamsieve/entourage-remove-spam-from-server -- Summary: Removes the messages in the Spam folder from the mail server. -- Requires: SpamSieve, Entourage -- Install Location: ~/Documents/Microsoft User Data/Entourage Script Menu Items/ -- Last Modified: 2019-05-24 tell application "Microsoft Entourage" repeat with m in messages of folder "Junk E-mail" set m's connection action to remove at next connection end repeat end tell