CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2012/05/12 12:41:11
Modified files: usr.sbin/smtpd : parse.y smtpd.conf.5 smtpd.h Log message: - simplify a bit maps by removing fields which are still unused years after the initial ambitious implementation: byebye map type & map flags - simplify a bit parse.y by removing assignations to these otherwise unused fields - remove the DNS map source, it may be a good idea, but we can just add it when we plan to implement it (if we do) - make the { } options in map declaration, it's been annoying me for a long time now, this allows the following to work: map "foobar" source plain "/etc/mail/foobar" - update smtpd.conf.5 accordingly ;-)