module Roda::RodaPlugins::MailProcessor::InstanceMethods

def unhandled_mail(reason)

provided, which will be used as the exception message.
mail as not handled. A reason why the mail was not handled must be
Raise an UnhandledMail exception with the given reason, used to mark the
def unhandled_mail(reason)
  raise UnhandledMail, reason
end