fix(mail): align queue, outbound hostname, and DKIM selector behavior across the mail server APIs

This commit is contained in:
2026-04-14 12:17:50 +00:00
parent 04e73c366c
commit 65ecd94540
15 changed files with 387 additions and 147 deletions

View File

@@ -99,7 +99,7 @@ tap.test('setup - start server and mock SMTP', async () => {
type: 'process',
options: {
contentScanning: true,
scanners: [{ type: 'spam' }],
scanners: [{ type: 'spam', action: 'tag' }],
},
},
},