CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/09/30 08:28:16
Modified files:
usr.sbin/smtpd : lka.c lka_session.c parse.y smtpd.h
Log message:
- add decision to the rule so that we can actually perform a reject match
ie:
reject from 192.168.1.0/24 for domain "openbsd.org"
accept from 192.168.0.0/16 for domain "openbsd.org" deliver to mbox
it was documented but not working.
ok eric@ & chl@
