CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2019/12/09 13:36:22
Modified files: usr.sbin/smtpd : lka_filter.c lka_report.c Log message: swap two fields in the filter response protocol to match order of fields in the query protocol. this difference was overlooked and is error-prone for a filter developer. bump filter protocol. when you update your smtpd, if you use filters, they'll need to be updated. spotted by Chris Ross <cross+open...@distal.com>