CVSROOT: /cvs Module name: src Changes by: su...@cvs.openbsd.org 2018/12/08 01:01:15
Modified files: usr.sbin/smtpd : bounce.c envelope.c queue.c scheduler.c smtpd.h Log message: Use correct RFC 3464 specified values for Action field in a DSN. error -> failed success -> delivered This fixes DSN parsing for Mailman. Issue reported by Cristiano Costa on m...@opensmtpd.org. While here, rename enums to reflect the intent and properly handle envelope ascii load/dump to understand change in the values. Suggestions and ok gilles@