CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/26 23:14:50
Modified files:
usr.sbin/smtpd : lka.c lka_proc.c smtpd.c smtpd.h
Log message:
Allow filters to log information through stderr. This simplifies and
unifies the way filters need to get their logging to the right location.
Log-messages are read line by line and are logged at LOG_ERR level via
the lookup process.
OK gilles@
