Fix typos

This commit is contained in:
Igor Zubkov 2024-02-20 21:08:37 +01:00 committed by GitHub
parent 2f10cedec7
commit 96be09043f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -45,9 +45,9 @@ module ActionMailbox
# #
# Built-in ingress commands are available for these popular SMTP servers: # Built-in ingress commands are available for these popular SMTP servers:
# #
# - Exim (<tt>bin/rails action_mailbox:ingress:exim) # - Exim (<tt>bin/rails action_mailbox:ingress:exim</tt>)
# - Postfix (<tt>bin/rails action_mailbox:ingress:postfix) # - Postfix (<tt>bin/rails action_mailbox:ingress:postfix</tt>)
# - Qmail (<tt>bin/rails action_mailbox:ingress:qmail) # - Qmail (<tt>bin/rails action_mailbox:ingress:qmail</tt>)
class Ingresses::Relay::InboundEmailsController < ActionMailbox::BaseController class Ingresses::Relay::InboundEmailsController < ActionMailbox::BaseController
before_action :authenticate_by_password, :require_valid_rfc822_message before_action :authenticate_by_password, :require_valid_rfc822_message