On 5/19/23 07:06, Omar Polo wrote:
> it's currently rendered as
>
>       maildir [pathname [junk]]
>
> whereas it really is
>
>       maildir [pathname] [junk]
>
> i.e. both the path and `junk' are optional but indipendently so.  it's
> quite clear from the grammar in parse.y.
>
> ok?
>
> diff /usr/src
> commit - beb1c6c70ae1e2a18abd99274d326b36106135ad
> path + /usr/src
> blob - c2ee0699e666f6234d54033fceeb4516b608fa65
> file + usr.sbin/smtpd/smtpd.conf.5
> --- usr.sbin/smtpd/smtpd.conf.5
> +++ usr.sbin/smtpd/smtpd.conf.5
> @@ -128,7 +128,7 @@ local user in the LMTP session as RCPT TO.
>  might be specified to use the
>  recipient email address (after expansion) instead of the
>  local user in the LMTP session as RCPT TO.
> -.It Cm maildir Op Ar pathname Op Cm junk
> +.It Cm maildir Oo Ar pathname Oc Op Cm junk
>  Deliver the message to the maildir in
>  .Ar pathname
>  if specified, or by default to
>
OK aisha

Reply via email to