Tip 390 - Mail (in Lion) - restoring BOUNCE.
First you need to create the bounce automation
Run Applications :: Automator
Click on "Service" and click "Choose"
In the top right, click on "Service receives selected" and change this to "No Input"
Next to the above option change "any application" to "Mail"
Click on Mail in the left hand pain
Drag "Get Selected Mail Items" from the middle pain to the right hand pain.
Click on "Utilities" in the left hand pain
Scroll the middle pain down and drag "Run Applescript" from the middle pain to the right hand pain.
Copy the following applescript and REPLACE the text that is currently in the window…
Code:
on run {input, parameters}
tell application "Mail"
repeat with eachMessage in input
bounce eachMessage
end repeat
end tell
end run
Click on the hammer
Click File :: Save and save your Automater as "Bouncer"
You have now created the bounce option
Using it…..
Send an email from one of your accounts to another
Select this email by clicking on it
Now in MAIL's menu select "Bouncer" from the services list
Your mail will be bounced back to the original account.
Now when you get mail you don't want, bounce it back and it will appear that you do not exist.