CVSROOT: /cvs Module name: src Changes by: su...@cvs.openbsd.org 2018/04/23 04:27:24
Modified files: usr.sbin/smtpd : enqueue.c Log message: Allow escaping quote within quotes. Leah Neukirchen reports that according to RFC5322 escaping quote within quotes is valid and that postfix accepts it as well. https://github.com/OpenSMTPD/OpenSMTPD/issues/846 Ok gilles@