generated from coulomb/repo-seed
feat: start mailbox evidence scanner
This commit is contained in:
12
tests/fixtures/mailbox/hard_bounce.eml
vendored
Normal file
12
tests/fixtures/mailbox/hard_bounce.eml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
From: Mail Delivery Subsystem <mailer-daemon@example.net>
|
||||
To: sender@example.com
|
||||
Subject: Delivery Status Notification (Failure)
|
||||
Date: Tue, 02 Jun 2026 10:00:00 +0000
|
||||
Message-ID: <hard-bounce@example.net>
|
||||
Content-Type: text/plain; charset=utf-8
|
||||
|
||||
Delivery failure.
|
||||
Final-Recipient: rfc822; missing@example.com
|
||||
Action: failed
|
||||
Status: 5.1.1
|
||||
Diagnostic-Code: smtp; 550 5.1.1 User unknown
|
||||
8
tests/fixtures/mailbox/human_reply.eml
vendored
Normal file
8
tests/fixtures/mailbox/human_reply.eml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
From: Recipient <recipient@example.com>
|
||||
To: sender@example.com
|
||||
Subject: Re: Your notification
|
||||
Date: Tue, 02 Jun 2026 10:03:00 +0000
|
||||
Message-ID: <reply@example.com>
|
||||
Content-Type: text/plain; charset=utf-8
|
||||
|
||||
Thanks, I received this and will review it today.
|
||||
9
tests/fixtures/mailbox/out_of_office.eml
vendored
Normal file
9
tests/fixtures/mailbox/out_of_office.eml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
From: Recipient <recipient@example.com>
|
||||
To: sender@example.com
|
||||
Subject: Auto-reply: Out of office
|
||||
Date: Tue, 02 Jun 2026 10:02:00 +0000
|
||||
Message-ID: <ooo@example.com>
|
||||
Auto-Submitted: auto-replied
|
||||
Content-Type: text/plain; charset=utf-8
|
||||
|
||||
I am out of office until next week.
|
||||
12
tests/fixtures/mailbox/soft_bounce.eml
vendored
Normal file
12
tests/fixtures/mailbox/soft_bounce.eml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
From: Mail Delivery Subsystem <mailer-daemon@example.net>
|
||||
To: sender@example.com
|
||||
Subject: Delivery temporarily delayed
|
||||
Date: Tue, 02 Jun 2026 10:01:00 +0000
|
||||
Message-ID: <soft-bounce@example.net>
|
||||
Content-Type: text/plain; charset=utf-8
|
||||
|
||||
Delivery Status Notification.
|
||||
Final-Recipient: rfc822; full@example.com
|
||||
Action: delayed
|
||||
Status: 4.2.2
|
||||
Diagnostic-Code: smtp; 452 4.2.2 Mailbox full
|
||||
Reference in New Issue
Block a user