class ActionMailbox::Ingresses::Mailgun::InboundEmailsController::Authenticator

def recent?

Allow for 2 minutes of drift between Mailgun time and local server time.
def recent?
  Time.at(timestamp) >= 2.minutes.ago
end