CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/21 11:56:26
Modified files:
usr.sbin/smtpd : lka_filter.c
Log message:
avoid truncation of filtered data lines
Don't copy in a buffer the filter' output for parsing as we may truncate
filter-dataline (i.e. the mail body). Instead, parse the string by
advancing the pointer without copying or modifications.
Issue reported by Joachim Schneider on the OpenSMTPD-portable
repository.
ok millert@
