CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/09/12 14:47:15
Modified files:
usr.sbin/smtpd : filter.h smtp_session.c smtpd.h
Log message:
- introduce filtermask in struct smtpd
- do not forward lines to mfa when FILTER_DATALINE is not set in filtermask
prevents smtpd from handling mails slowly while I'm hacking on filters
support
