mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08: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:
parent
090a064c41
commit
622d804d46
10 changed files with 56 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue