Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Announce new Mail messages with AppleScript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Announce new Mail messages with AppleScript
Authored by: raven42rac on Jan 20, '04 11:24:45PM

I followed your link, and it works awesome. I am just working on a way to have it not announce my junk mail.



[ Reply to This | # ]
Announce new Mail messages with AppleScript
Authored by: davidcrickett on Jan 21, '04 02:17:03AM

When 'junk' was one of the rules, you could just place junk as the first rule, then speakmailsender as the second. I don't get junk, so I didn't know it was speaking the junk messages now in Panther?

---
davidcrickett



[ Reply to This | # ]
Announce new Mail messages with AppleScript
Authored by: dogboy on Jan 22, '04 05:53:08AM

Create the rule using the following conditions:

Sender is in my address book
sender is in my previous recipients
message is addressed to my full name.

That should take care of most spam. The rules need to have the option of 'Message is not junk' to do this properly.



[ Reply to This | # ]