generated from coulomb/repo-seed
feat: expand mailbox evidence scanner
This commit is contained in:
10
tests/fixtures/mailbox/complaint.eml
vendored
Normal file
10
tests/fixtures/mailbox/complaint.eml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
From: Feedback Loop <fbl@example.net>
|
||||
To: abuse@example.com
|
||||
Subject: Spam complaint notification
|
||||
Date: Tue, 02 Jun 2026 10:04:00 +0000
|
||||
Message-ID: <complaint@example.net>
|
||||
Content-Type: text/plain; charset=utf-8
|
||||
|
||||
Feedback loop abuse report.
|
||||
Final-Recipient: rfc822; complained@example.com
|
||||
This is a spam complaint notification for the original message.
|
||||
10
tests/fixtures/mailbox/delayed_delivery.eml
vendored
Normal file
10
tests/fixtures/mailbox/delayed_delivery.eml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
From: Mail Delivery Subsystem <mailer-daemon@example.net>
|
||||
To: sender@example.com
|
||||
Subject: Delivery delayed
|
||||
Date: Tue, 02 Jun 2026 10:05:00 +0000
|
||||
Message-ID: <delayed@example.net>
|
||||
Content-Type: text/plain; charset=utf-8
|
||||
|
||||
Delivery delayed. We will keep trying to deliver your message.
|
||||
Final-Recipient: rfc822; waiting@example.com
|
||||
Status: 4.4.1
|
||||
12
tests/fixtures/mailbox/final_failure.eml
vendored
Normal file
12
tests/fixtures/mailbox/final_failure.eml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
From: Mail Delivery Subsystem <mailer-daemon@example.net>
|
||||
To: sender@example.com
|
||||
Subject: Final failure
|
||||
Date: Tue, 02 Jun 2026 10:06:00 +0000
|
||||
Message-ID: <final-failure@example.net>
|
||||
Content-Type: text/plain; charset=utf-8
|
||||
|
||||
Delivery Status Notification.
|
||||
Final-Recipient: rfc822; expired@example.com
|
||||
Action: failed
|
||||
Status: 5.4.7
|
||||
Diagnostic-Code: smtp; Could not deliver after retry period. Final failure, giving up.
|
||||
10
tests/fixtures/mailbox/unknown_return.eml
vendored
Normal file
10
tests/fixtures/mailbox/unknown_return.eml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
From: Mail System <mailer@example.net>
|
||||
To: sender@example.com
|
||||
Subject: Return mailbox notice
|
||||
Date: Tue, 02 Jun 2026 10:07:00 +0000
|
||||
Message-ID: <unknown-return@example.net>
|
||||
Content-Type: text/plain; charset=utf-8
|
||||
|
||||
This message references delivery and recipient handling, but it does not include
|
||||
a reliable SMTP status or delivery-status notification.
|
||||
Recipient reference: mystery@example.com
|
||||
8
tests/fixtures/mailbox/unsubscribe.eml
vendored
Normal file
8
tests/fixtures/mailbox/unsubscribe.eml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
From: Recipient <optout@example.com>
|
||||
To: sender@example.com
|
||||
Subject: Please unsubscribe me
|
||||
Date: Tue, 02 Jun 2026 10:08:00 +0000
|
||||
Message-ID: <unsubscribe@example.com>
|
||||
Content-Type: text/plain; charset=utf-8
|
||||
|
||||
Please unsubscribe optout@example.com from future messages. Remove me from this list.
|
||||
Reference in New Issue
Block a user