diff --git a/spec/components/email/receiver_spec.rb b/spec/components/email/receiver_spec.rb index 6f6e7d50a31..cdfe82fc9e4 100644 --- a/spec/components/email/receiver_spec.rb +++ b/spec/components/email/receiver_spec.rb @@ -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