Skip to content

Commit

Permalink
Fix: Can't see BCC headers in mail you've received
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-griffen committed Sep 22, 2023
1 parent 0286108 commit 4fc8e67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/mailers/request_mailer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,6 @@
deliveries.clear
end

it "recognises a spam address under the 'BCC' header" do
receive_incoming_mail('incoming-request-plain.email',
email_bcc: @spam_address.email)

deliveries = ActionMailer::Base.deliveries
expect(deliveries.size).to eq(0)
deliveries.clear
Expand Down

0 comments on commit 4fc8e67

Please sign in to comment.