• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Entourage, Mailing List Manager, & AS
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Entourage, Mailing List Manager, & AS


  • Subject: Re: Entourage, Mailing List Manager, & AS
  • From: garrett <email@hidden>
  • Date: Thu, 13 Jun 2002 01:57:13 -0500

Sometime 'round 06/09/2002 08:52 AM, so and so (Paul Berkowitz) at such n
such (email@hidden) graced my inbox with this brilliant thought:

> On 6/9/02 12:16 AM, "garrett" <email@hidden> wrote:
>
>> The goal:
>>
>> Message comes in, Mailing List Manager spots it as belonging to one the
>> rules, Moves the message to Folder A, then I want MLM to hand it off to an
>> Applescript to be processed... as shown under the advanced tab of Edit
>> Mailing List Rule...
>>
>> here's the dilemma... I'm not sure how to select that particular message
>> that was just processed by the Mailing List Rule to be singled out by the
>> AS... (like for instance the Mail List rule would pass the message ID to the
>> AS but I know it can't do this...)
>>
>> Paul, anyone, any ideas?
>>
> The MLM, uniquely, has a checkbox that says "Do not apply Rules to list
> messages" on the Advanced tab. It is checked by default. Uncheck it. Then
> set up a regular rule with the criteria you want (which can include "Any To
> Recipient contains <mailing list address>" if you need to exclude non-list
> messages which share the other criteria you're about to enter), and set the
> action to run the applescript. The MLM will actually both run the script
> _and_ move the message to the folder you've specified in the MLM. That's why
> I said "uniquely: regular rules can't do that on their own.

Understood. However, where I am still not clear what exactly do I say in the
script to identify the messages that the rule just handled... for instance I
can say

set myMessages to selection

or

set myMessages to every message of folder ID 26 whose read status is
untouched



what I guess I'm getting at is:

1) check mail
2) rules look at it - this message applies to me
3) set the category and move it to folder X
4) run the applescript on THAT message

my question is how do I tell the applescript to run on that message short of
having the rule move the message to a temp folder then running the script on
every entry in the temp folder.





-------
garrett
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Entourage, Mailing List Manager, & AS
      • From: Paul Berkowitz <email@hidden>
References: 
 >Re: Entourage, Mailing List Manager, & AS (From: Paul Berkowitz <email@hidden>)

  • Prev by Date: Re: do shell script and passwords (epilogue)
  • Next by Date: Re: Entourage, Mailing List Manager, & AS
  • Previous by thread: Re: Entourage, Mailing List Manager, & AS
  • Next by thread: Re: Entourage, Mailing List Manager, & AS
  • Index(es):
    • Date
    • Thread