CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/05/27 09:36:04
Modified files:
usr.sbin/smtpd : config.c lka.c parse.y ruleset.c smtpd.c
smtpd.h
Log message:
when a rule has two conditions (ie: accept for { domain foo, domain bar } )
expand to two rules each having its own condition rather than one rule
with a tail queue of conditions. this simplifies code a bit and removes a
couple hacks.
basic testing by oga and me
