Files
inbuxa-server/tests/resources/smtp/antispam/replyto.test
T
jcoffey-dev 7dae9b29fd Import upstream v0.16.22, stripped
Upstream commit: 474dd0229cb20cf513036619781ed97bd8073c3f
Enterprise-only files removed or emptied: 63
Enterprise-only snippets removed: 117 in 50 files
Dangling module declarations removed: 5
Cargo edits turning enterprise off: 14
Verification: clean
Enterprise feature gates left for rebuilt features: 19 in 18 files

Produced by tools/fork/strip.py. The full report is in docs/fork/strip-reports/ on main.
2026-09-18 10:21:56 -07:00

113 lines
2.5 KiB
Plaintext

expect REPLYTO_UNPARSABLE
Reply-to: hello
Test
<!-- NEXT TEST -->
expect REPLYTO_EQ_FROM HAS_REPLYTO
From: [email protected]
Reply-to: [email protected]
Test
<!-- NEXT TEST -->
expect REPLYTO_DOM_EQ_FROM_DOM REPLYTO_DN_EQ_FROM_DN HAS_REPLYTO
From: "Hello" <[email protected]>
Reply-to: "Hello" <[email protected]>
Test
<!-- NEXT TEST -->
envelope_from [email protected]
envelope_to [email protected]
expect REPLYTO_DOM_NEQ_FROM_DOM HAS_REPLYTO
From: [email protected]
To: [email protected], [email protected]
Reply-to: [email protected]
Test
<!-- NEXT TEST -->
envelope_from [email protected]
envelope_to [email protected]
expect REPLYTO_EQ_TO_ADDR SPOOF_REPLYTO HAS_REPLYTO
From: [email protected]
To: [email protected]
Reply-to: [email protected]
Test
<!-- NEXT TEST -->
envelope_from [email protected]
envelope_to [email protected]
expect REPLYTO_DOM_NEQ_FROM_DOM HAS_REPLYTO
From: [email protected]
List-Unsubscribe: [email protected]
To: [email protected]
Reply-to: [email protected]
Test
<!-- NEXT TEST -->
envelope_from [email protected]
envelope_to [email protected]
expect REPLYTO_DOM_NEQ_FROM_DOM HAS_REPLYTO
From: [email protected]
To: [email protected]
Reply-to: [email protected]
Test
<!-- NEXT TEST -->
envelope_from [email protected]
envelope_to [email protected]
expect SPOOF_REPLYTO REPLYTO_DOM_NEQ_FROM_DOM HAS_REPLYTO
From: [email protected]
To: [email protected]
Reply-to: [email protected]
Test
<!-- NEXT TEST -->
expect REPLYTO_EXCESS_QP REPLYTO_DOM_EQ_FROM_DOM HAS_REPLYTO
From: [email protected]
Reply-to: =?iso-8859-1?Q?Die_Hasen_und_die_Froesche?= <[email protected]>
Test
<!-- NEXT TEST -->
expect REPLYTO_EXCESS_BASE64 REPLYTO_DOM_EQ_FROM_DOM HAS_REPLYTO
From: [email protected]
Reply-to: "=?iso-8859-1?B?RGllIEhhc2VuIHVuIGRpZSBGcm9lc2NoZQ==?=" <[email protected]>
Test
<!-- NEXT TEST -->
expect REPLYTO_EMAIL_HAS_TITLE REPLYTO_DOM_EQ_FROM_DOM HAS_REPLYTO
From: [email protected]
Reply-to: "Mr. Hello" <[email protected]>
Test
<!-- NEXT TEST -->
expect FREEMAIL_REPLY_TO FREEMAIL_FROM REPLYTO_DOM_EQ_FROM_DOM HAS_REPLYTO
From: [email protected]
Reply-to: [email protected]
Test
<!-- NEXT TEST -->
expect DISPOSABLE_REPLY_TO DISPOSABLE_FROM REPLYTO_DOM_EQ_FROM_DOM HAS_REPLYTO
From: [email protected]
Reply-to: [email protected]
Test
<!-- NEXT TEST -->
expect FREEMAIL_REPLY_TO_NEQ_FROM_DOM FREEMAIL_REPLY_TO FREEMAIL_FROM REPLYTO_DOM_NEQ_FROM_DOM SPOOF_REPLYTO HAS_REPLYTO
From: [email protected]
Reply-to: [email protected]
Test