This commit is contained in:
2025-05-24 02:27:50 +00:00
parent f2e9ff0a51
commit 4fd3ec2958
7 changed files with 19 additions and 11 deletions

View File

@ -56,7 +56,7 @@ tap.test('DcRouter should support email configuration', async (tools) => {
emailConfig: {
useEmail: true,
domainRules: [{
name: 'test-rule',
// name: 'test-rule', // not part of IDomainRule
match: {
senderPattern: '.*@test.com',
},