Re: bounce emails in Mt Lion
Re: bounce emails in Mt Lion
- Subject: Re: bounce emails in Mt Lion
- From: Eric Robertson <email@hidden>
- Date: Sun, 30 Jun 2013 16:00:55 +0100
On 18 June 2013 22:09:46 BST Robert Cuilla < email@hidden> wrote:
Hello everyone and blessings to you
As most know Apple has removed the ability to bounce incoming emails in Mt Lion. Has anyone seen an AS that will replicate that function?
Thanks in advance for your help
Bob Cuilla
Hi Robert
I downloaded this some time ago and I now have a service in Mail that uses an Automator action that runs a bit of AppleScript that does the bouncing, the bit of AppleScript being as below:
on run {input, parameters} tell application "Mail" repeat with eachMessage in input bounce eachMessage delete eachMessage end repeat end tell end run
This seems to work OK - the messages are deleted but I've not actually confirmed that they have been bounced - not sure how to do this! There is quite a bit of discussion elsewhere as to whether bouncing a message really gets rid of persistent spam.Eric Robertson
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden