sdgathman / pymilter

Python bindings for libmilter api
GNU General Public License v2.0
42 stars 22 forks source link

Make dsn.py RFC3464 compliant #58

Open sdgathman opened 8 months ago

sdgathman commented 8 months ago

Currently, dsn.py generates a text/plain message. RFC3464 wants us to use multipart/report.

Defined in RFC3461 (and described in RFC3464 and RFC3462).