This commit is contained in:
Gerhard Schlager 2017-11-11 17:27:28 +01:00
parent be1bc2706b
commit fc6de6863b
1 changed files with 3 additions and 0 deletions

View File

@ -396,6 +396,9 @@ describe Email::Receiver do
expect(topic.posts.last.created_at).to be_within(1.minute).of(DateTime.now)
end
it "accepts emails with wrong reply key if the system knows about the forwareded email" do
end
end
context "new message to a group" do