class ActionMailbox::Ingresses::Amazon::InboundEmailsController

def authenticate

def authenticate
  head :unauthorized unless verifier.authentic?(request.body)
end