class Mail::Message

def return_path( val = nil )

Returns the return path of the mail object, or sets it if you pass a string
def return_path( val = nil )
  default :return_path, val
end