CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/29 02:49:55
Modified files:
usr.sbin/smtpd : lka_filter.c
Log message:
the builtin filters matching used to be reversed, as in "function must not
match", because it made code smaller, however it also made it harder to
understand so it was reworked to have a function must match logic.
the check_fcrdns function was not reversed, fix it
spotted by otto@
