CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2009/06/01 16:51:47
Modified files: usr.sbin/smtpd : lka.c mfa.c usr.sbin/smtpd/smtpd: Makefile Added files: usr.sbin/smtpd : ruleset.c Log message: add new file ruleset.c with code related to the ruleset matching, and kill the two or three "almost" identical versions of ruleset matching loops from lka and mfa by having one unified function in ruleset.c; ok jacekm@ while at it, bring maildir support back to life; trivial one-liner by me