On 5/17/04 11:58 PM, "Scott Haneda" <[EMAIL PROTECTED]> wrote:
> I am part of a new project called winnow, it is a spam fighting technology > that works in conjunction with spamcop. I have been beta testing this for > about a year now, should be public very soon, offered to ISP's > > At any rate, I *need* all the spam I get to come in and not be messed with > by entourage. I also need to forward off that email to a special address, > which I do now easily with a applescript... > > tell application "Microsoft Entourage" > set msgList to current messages > repeat with oneMsg in msgList > move oneMsg to folder "!!!SPAM!!!" > set theFwd to forward oneMsg to > "[EMAIL PROTECTED]" without opening window > send theFwd with sending later > end repeat > end tell > > My question is this: Does putting items in the "Junk E-mail" folder do > anything in regards to how E-rage 2004 thinks about it, or is that more or > less just a folder, I would like to change: > move oneMsg to folder "!!!SPAM!!!" > To > move oneMsg to folder "Junk E-mail" > > This would get rid of one folder for me, and seems a little nicer, is this > safe to use as a normal folder? Yes. -- Paul Berkowitz -- To unsubscribe: <mailto:[EMAIL PROTECTED]> archives: <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/> old-archive: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>
