OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Gilles Chehade (gillescvs.openbsd.org)
Date: Mon Jun 01 2009 - 17:51:47 CDT


CVSROOT: /cvs
Module name: src
Changes by: gillescvs.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