CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/03 08:50:00
Modified files:
usr.sbin/smtpd : parse.y smtpd.c
Log message:
leave the command for mbox delivery unset
The mbox delivery is handled apart from the other delivery methods.
Since the mda is already hardcoded in mda_mbox(), there's no need to
fill the command string in parse.y. While here also assess that for
mbox deliveries the command is unset at delivery time too.
based on a diff by gilles
ok gilles@, millert@
