From 9ff1c23a38cea1bbee247de3e842a0624e1460cd Mon Sep 17 00:00:00 2001 From: Gerhard Schlager <mail@gerhard-schlager.at> Date: Wed, 4 Oct 2017 00:01:33 +0200 Subject: [PATCH] fix typo --- lib/email/processor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/email/processor.rb b/lib/email/processor.rb index b57fb9a0038..2e94811256d 100644 --- a/lib/email/processor.rb +++ b/lib/email/processor.rb @@ -50,7 +50,7 @@ module Email when Email::Receiver::ReplyUserNotMatchingError then :email_reject_reply_user_not_matching when Email::Receiver::TopicNotFoundError then :email_reject_topic_not_found when Email::Receiver::TopicClosedError then :email_reject_topic_closed - when Email::Receiver::InvalidPost then :email_reject_invalid_pos + when Email::Receiver::InvalidPost then :email_reject_invalid_post when Email::Receiver::UnsubscribeNotAllowed then :email_reject_invalid_post when ActiveRecord::Rollback then :email_reject_invalid_post when Email::Receiver::InvalidPostAction then :email_reject_invalid_post_action