CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2014/04/30 03:17:29
Modified files: usr.sbin/smtpd : delivery_maildir.c lka_session.c mda.c smtpd-defines.h smtpd.h Log message: when using maildir, do not create automatically create folders to match tag in email address (ie: gilles+tag => ~/Maildir/.tag), instead use the folder if it already exists and deliver to the mail Maildir otherwise. ok eric@ and chl@