This is a bounce mail script written for automator, below...
tell application "Mail"
repeat with eachMessage in input
bounce eachMessage
end repeat
end tell
end run
This script does however NOT work in El Capitan.
Does anyone know what script works for el Capitan to Bounce...