Hi -

I want to automate the way I deal with spam - which is to forward it to Spam
Cop with the headers etc copied into the message, and then delete the
original. I am sure AppleScript would let me do this - but I really don't
know how to make it happen. The sequence I'm trying to automate would go
like this, but I don't know how to code it or make it into an executable
script / macro with a function key attached:

for all selected messages
   open message
   view source
   select all
   copy
   close source window
   forward message
   address = (address of Spam Cop)
   move insertion point to beginning of message body
   paste
   send
   delete message
next
end

Can anyone help?

TIA,

Richard

-- 
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/>

Reply via email to