CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/08/27 16:32:42
Modified files:
usr.sbin/smtpd : lka_session.c mfa.c parse.y smtp.c
smtp_session.c smtpd.c smtpd.h
usr.sbin/smtpd/smtpd: Makefile
Added files:
usr.sbin/smtpd : filter.c filter.h mfa_session.c smtpfilter.c
Log message:
initial support for a session-time filtering API
currently only HELO/EHLO, MAIL, RCPT are supported, however ... I have
voluntarily disabled filters at smtpd.conf level so people don't play with
it until the API has stabilized a bit
discussed with several people in private, no one opposed the feature