![]() |
AppleScript and Spam Sieve question - Printable Version +- MacResource (https://forums.macresource.com) +-- Forum: My Category (https://forums.macresource.com/forumdisplay.php?fid=1) +--- Forum: Tips and Deals (https://forums.macresource.com/forumdisplay.php?fid=3) +--- Thread: AppleScript and Spam Sieve question (/showthread.php?tid=4251) |
AppleScript and Spam Sieve question - tuqqer - 02-10-2006 Spam has finally caught up with me, and Entourage 2004 (v 11.2.1.) is no longer able to catch a lot of the new-fangled stuff. So I'm trying out Spam Sieve. Couple of questions: 1. Spam Sieve's two main scripts— Train Good, and Train Spam— have default keyboard shortcuts as Control-Command G and S (respectively), but those keyboard commands aren't triggering the scripts. I'd like to try changing them to Shift-Command-G/S. What are the AppleScript characters to do that? Current, the scripts look like this: SpamSieve - Train Good\cmG SpamSieve - Train Spam\cmS 2. If Spam Sieve incorrectly marks an email as Junk, is the only action I take to run Train Good? It was unclear for me in the help files. Re: AppleScript and Spam Sieve question - SteveO - 02-10-2006 Can't answer 1, but I believe 2 is yes, Train Good; when I've done that, it automagically moves that piece of email to my inbox. Re: AppleScript and Spam Sieve question - tuqqer - 02-10-2006 STeve, do those AppleScripts work with their default shortcut for you? |