-- Downloaded From: http://c-command.com/scripts/spamsieve/quit-spamsieve -- Last Modified: 2007-08-17 tell application "System Events" try if exists (processes whose creator type is "mtSS") then tell application "SpamSieve" quit end tell end if end try end tell