mirror of
https://github.com/discourse/discourse.git
synced 2026-08-10 04:58:31 -05:00
FEATURE: Add rejection message on rejected IncomingEmail
FIX: Better RateLimit description in rejected IncomingEmail FEATURE: Send email when hitting a rate limit
This commit is contained in:
@@ -13,7 +13,7 @@ describe Email::Receiver do
|
||||
end
|
||||
|
||||
def process(email_name)
|
||||
Email::Receiver.new(email(email_name)).process
|
||||
Email::Receiver.new(email(email_name)).process!
|
||||
end
|
||||
|
||||
it "raises an EmptyEmailError when 'mail_string' is blank" do
|
||||
|
||||
Reference in New Issue
Block a user