class ActionMailer::MessageDelivery

def processed?

Was the delegate loaded, causing the mailer action to be processed?
def processed?
  @processed_mailer || @mail_message
end