module Roda::RodaPlugins::MailProcessor::InstanceMethods

def unhandled_mail_hook

by default.
Reraises the UnhandledMail exception raised during mail processing
Hook called after processing a mail, when the mail was not handled.
def unhandled_mail_hook
  raise
end