CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2012/09/21 04:22:29
Modified files: usr.sbin/smtpd : lka.c lka_session.c map.c map_db.c map_static.c map_stdio.c ruleset.c smtpd.h util.c Log message: Move ruleset_match() prototype to smtpd.h and make the envelope const. Adapt a lot of functions in chain to use const args where required. ok gilles@