mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 13:31:18 +08:00
FIX: Specific email error for replies to digest emails (#9770)
This commit is contained in:

committed by
GitHub

parent
42e5a5bb39
commit
a047004c9a
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user