module Roda::RodaPlugins::MailProcessor::RequestMethods

def match_rcpt(address)

Match the given address against all recipients in the mail.
def match_rcpt(address)
  _match_address(:rcpt, address, scope.mail_recipients)
end