An improved version of the patch: mark path as optional for "deliver to
maildir path".

On Tue, Nov 18, 2014 at 08:53:51PM +0100, Frank Groeneveld wrote:
> This little patch changes the tag argument to correctly display it as a 
> command
> argument to the tagged keyword.
> 
> Frank
> --- /usr/src/usr.sbin/smtpd/smtpd.conf.5      Wed Jul  9 14:44:54 2014
> +++ smtpd.conf.5      Tue Nov 18 20:30:12 2014
> @@ -87,7 +87,7 @@
>  .It Xo
>  .Ic tagged
>  .Op Ic \&!
> -.Ic tag
> +.Ar tag
>  .Xc
>  If specified, the rule will only be matched if the client session was tagged 
> with
>  .Ar tag .
--- /usr/src/usr.sbin/smtpd/smtpd.conf.5        Wed Jul  9 14:44:54 2014
+++ smtpd.conf.5        Tue Nov 18 21:02:13 2014
@@ -87,7 +87,7 @@
 .It Xo
 .Ic tagged
 .Op Ic \&!
-.Ic tag
+.Ar tag
 .Xc
 If specified, the rule will only be matched if the client session was tagged 
with
 .Ar tag .
@@ -283,7 +283,7 @@
 .Ux
 .Ar socket
 over LMTP.
-.It Ic deliver to maildir Ar path
+.It Ic deliver to maildir Op Ar path
 Mail is added to a maildir.
 Its location,
 .Ar path ,

Reply via email to