I would be good if swaks could generate test DSN (RFC 3461) notification responses.
As a minimal feature, it would be useful to be able to request a response based on one or more of failure, delay, or success. eg
swaks --to example@example.com --dsn-notify=failure,delay,success
Then, if DSN is advertised after EHLO
the RCPT TO: command has a NOTIFY= option appended to it.
-> RCPT TO:<example@example.com> NOTIFY=FAILURE,DELAY,SUCCESS
I would be good if swaks could generate test DSN (RFC 3461) notification responses.
As a minimal feature, it would be useful to be able to request a response based on one or more of failure, delay, or success. eg
Then, if DSN is advertised after EHLO
the
RCPT TO:command has aNOTIFY=option appended to it.