mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
FIX: respect RFCs when setting 'In-Reply-To' and 'References' email headers
This commit is contained in:
@ -180,9 +180,6 @@ describe Email::Sender do
|
||||
When { email_sender.send }
|
||||
Then { expect(email_log.post_id).to eq(3344) }
|
||||
Then { expect(email_log.topic_id).to eq(5577) }
|
||||
Then { expect(message.header['In-Reply-To']).to be_present }
|
||||
Then { expect(message.header['References']).to be_present }
|
||||
|
||||
end
|
||||
|
||||
context "email log with a reply key" do
|
||||
|
Reference in New Issue
Block a user