Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: parse DSN #268

Conversation

dmytrokasianenko-outreach
Copy link
Contributor

This PR adds parsing of Delivery Status Notification (DSN) per rfc3464 and rfc6522 (also known as bounce message).

Closes #267

Copy link
Owner

@jhillyerd jhillyerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just a several nit picks

dsn/parse.go Outdated Show resolved Hide resolved
dsn/parse.go Outdated Show resolved Hide resolved
dsn/parse.go Outdated Show resolved Hide resolved
dsn/testdata/delayed_dsn.raw Show resolved Hide resolved
dsn/dsn.go Show resolved Hide resolved
@jhillyerd jhillyerd merged commit 04d6a5b into jhillyerd:master Nov 28, 2022
@jhillyerd
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delivery Status Notification parsing (bounce messages)
2 participants