FIX: respect email domain whitelist/blacklist when creating staged users

This commit is contained in:
Gerhard Schlager
2017-10-03 11:23:18 +02:00
parent 76706f9144
commit 7f50380221
7 changed files with 86 additions and 22 deletions

View File

@ -40,6 +40,7 @@ module Email
when Email::Receiver::NoBodyDetectedError then :email_reject_empty
when Email::Receiver::UserNotFoundError then :email_reject_user_not_found
when Email::Receiver::ScreenedEmailError then :email_reject_screened_email
when Email::Receiver::EmailNotAllowed then :email_reject_not_allowed_email
when Email::Receiver::AutoGeneratedEmailError then :email_reject_auto_generated
when Email::Receiver::InactiveUserError then :email_reject_inactive_user
when Email::Receiver::BlockedUserError then :email_reject_blocked_user