• 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: bounce emails in Mt Lion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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've just been catching up on the postings in the AppleScript Users list and came across your one to which you don't seem to have had a reply. Here's a way of doing this that I found recently - see http://download.cnet.com/Restore-Bounce-Mail-Button-To-Lions-Mail-app/3000-20429_4-75629050.html.

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

  • Follow-Ups:
    • Re: bounce emails in Mt Lion
      • From: Alex Zavatone <email@hidden>
  • Prev by Date: Re: Applescript to print Odd Pages only
  • Next by Date: Re: bounce emails in Mt Lion
  • Previous by thread: bounce emails in Mt Lion
  • Next by thread: Re: bounce emails in Mt Lion
  • Index(es):
    • Date
    • Thread