FIX: Specific email error for replies to digest emails (#9770)

This commit is contained in:
Mark VanLandingham
2020-05-14 09:04:58 -05:00
committed by GitHub
parent 42e5a5bb39
commit a047004c9a
4 changed files with 48 additions and 0 deletions

View File

@ -66,6 +66,7 @@ module Email
when Discourse::InvalidAccess then :email_reject_invalid_access
when Email::Receiver::OldDestinationError then :email_reject_old_destination
when Email::Receiver::ReplyNotAllowedError then :email_reject_reply_not_allowed
when Email::Receiver::ReplyToDigestError then :email_reject_reply_to_digest
else :email_reject_unrecognized_error
end