mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
don't send more than 1 reply per day to auto-generated emails
This commit is contained in:
@ -61,10 +61,6 @@ describe Email::Receiver do
|
||||
expect(IncomingEmail.last.is_bounce).to eq(true)
|
||||
end
|
||||
|
||||
it "raises an AutoGeneratedEmailReplyError when email contains a marked reply" do
|
||||
expect { process(:bounced_email_2) }.to raise_error(Email::Receiver::AutoGeneratedEmailReplyError)
|
||||
end
|
||||
|
||||
context "bounces to VERP" do
|
||||
|
||||
let(:bounce_key) { "14b08c855160d67f2e0c2f8ef36e251e" }
|
||||
|
Reference in New Issue
Block a user