J
Joe Husk
I have a rule that runs an AppleScript using SpamSieve to determine if an
email message is Junk. I have a second rule that moves any Junk tagged
message (by the AppleScript) to my Junk E-mail folder.
This works great, however, I now both love and curse the notification window
that pops up when Entourage is in the background. I love it for the
notification (which is why I've left it on), but curse it for reporting all
the spam as well.
So... I thought in the second rule I'd say:
If
Category is Junk
Then
Do Not Notify <---------------------------------- newly added
Move message Junk E-mail (Exchange Account)
However, the "Do Not Notify" rule is always ignored, the move is still
honored. Earlier I had found that, similarly, adding a rule of "Change
status to Read" didn't work either and I had to add it to the SpamSieve
AppleScript.
Even after an AppleScript is run, rules continue to work, but only a subset
of the rules. Is this a bug? An a unforeseen design flaw? Am I doing
something wrong?
Thanks in advance for any help or even mere confirmation.
-joe
email message is Junk. I have a second rule that moves any Junk tagged
message (by the AppleScript) to my Junk E-mail folder.
This works great, however, I now both love and curse the notification window
that pops up when Entourage is in the background. I love it for the
notification (which is why I've left it on), but curse it for reporting all
the spam as well.
So... I thought in the second rule I'd say:
If
Category is Junk
Then
Do Not Notify <---------------------------------- newly added
Move message Junk E-mail (Exchange Account)
However, the "Do Not Notify" rule is always ignored, the move is still
honored. Earlier I had found that, similarly, adding a rule of "Change
status to Read" didn't work either and I had to add it to the SpamSieve
AppleScript.
Even after an AppleScript is run, rules continue to work, but only a subset
of the rules. Is this a bug? An a unforeseen design flaw? Am I doing
something wrong?
Thanks in advance for any help or even mere confirmation.
-joe