CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2009/10/07 12:09:12
Modified files: usr.sbin/smtpd : lka.c mfa.c smtpd.h Log message: currently both mfa and lka perform ruleset matching for their own purposes. make lka the only caller of ruleset_match(), mfa request match through imsg which will shrink its code and help me implement virtual domains properly. idea discussed with jacekm@