CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/09/21 06:33:32
Modified files:
usr.sbin/smtpd : mda.c mta.c mta_session.c queue.c smtpd.h
util.c
Log message:
Add a log_envelope() function that log envelope status in a uniform way.
It automagically adds an rcpt=<user@domain> field if "dest" differs from
the original "rcpt". The function takes an "extra" parameter that allows
to add some specific info depending on the context.
ok gilles@
