leave the command for mbox delivery unset
authorop <op@openbsd.org>
Sat, 3 Feb 2024 15:50:00 +0000 (15:50 +0000)
committerop <op@openbsd.org>
Sat, 3 Feb 2024 15:50:00 +0000 (15:50 +0000)
commit1dd9d99982f2fc9af3e211e37656211960571426
tree2a7d1ea75da43213288a63477758046b6679659a
parentdebf4be116701ab21a794f2a1bbd20bd67666f0d
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@
usr.sbin/smtpd/parse.y
usr.sbin/smtpd/smtpd.c