1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-23 15:37:01 +00:00

test: Add a test for DSN and null address deliveries

This patch adds a test for delivery status notifications and null address
deliveries, that check that chasquid can both receive and send DSNs.

To do this, we extend the mail_diff utility to support wildcards in the
comparisons, to skip over variable parts of the messages (like dates).
This commit is contained in:
Alberto Bertogli
2016-09-25 20:05:21 +01:00
parent 1d3675a133
commit 469cbd5d76
9 changed files with 149 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
account default
host testserver
port 1587
tls on
tls_trust_file config/domains/testserver/cert.pem
from user@testserver
auth on
user user@testserver
password secretpassword