scanner / as_email_service

A Django app and smtp relay service for working with 3rd party email services and asimap
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Generate proper status codes when we make a DSN #100

Open scanner opened 11 months ago

scanner commented 11 months ago

when we generate a DNS message we are currently just harding coding the three digit failure code.

We should set proper codes.

See: https://www.rfc-editor.org/rfc/rfc3464#section-2.3.6 and: https://www.rfc-editor.org/rfc/rfc3463