CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2009/04/28 17:11:25
Modified files: usr.sbin/smtpd : lka.c mfa.c smtpd.h Log message: smtp auth happened to work by luck because delivery to mbox action was the first action of an enum and we allocated a struct using calloc, but we did not properly initialize the action for authenticated users. while at it, change the name of path action flags so that we know at first sight that they are path related. this diff fixes the immediate issue but still needs work. ok jacekm@, "we'll work out a long term solution"