CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/15 02:57:17
Modified files:
usr.sbin/smtpd : mda_variables.c parse.y smtpd.conf.5
Log message:
the %{sender} variable should expand to the MAIL FROM address, so in the
case of a mailer daemon, this is an empty string, not '@'
introduce %{mbox.from} which is the From separator line representation
of a sender, usually an email address or MAILER-DAEMON if sender is empty
ok eric@
