CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/09/17 12:44:57
Modified files:
usr.sbin/smtpd : lka_session.c smtpd.conf.5
Log message:
Fix format expansion in smtpd.conf, it has confused a lot of people and it
turns out documentation got it wrong. This commit changes formats and doc,
it makes situation saner:
%A = user part of sender address
%D = domain part of sender address
%a = user part of recipient address
%d = domain part of recipient address
%u = unix account of recipient
ok eric@