I guess I should have included the smtpd.conf(5) patch as well.
Plus remove trailing whitspace.
Index: smtpd.conf.5
===================================================================
RCS file: /cvs/src/usr.sbin/smtpd/smtpd.conf.5,v
retrieving revision 1.206
diff -u -p -u -r1.206 smtpd.conf.5
--- smtpd.conf.5 8 Oct 2018 06:10:17 -0000 1.206
+++ smtpd.conf.5 3 Dec 2018 03:08:02 -0000
@@ -269,7 +269,7 @@ Server certificates for those protocols
Require TLS to be used when relaying, using mandatory STARTTLS by default.
When used with a smarthost, the protocol must not be
.Dq smtp+notls:// .
-If
+If
.Op no-verify
is specified, do not require a valid certificate.
.It Cm auth Pf < Ar table Ns >
@@ -540,7 +540,7 @@ Specify that transaction's RCPT TO shoul
.Ar recipient .
.It Xo
.Op Ic \&!
-.Cm tag Ar tag
+.Cm tagged Ar tag
.Xc
Matches transactions tagged with the given
.Ar tag .
On Sun, Dec 02, 2018 at 07:02:14PM -0600, Edgar Pettijohn wrote:
> I think this was probably an oversight.
>
> Index: parse.y
> ===================================================================
> RCS file: /cvs/src/usr.sbin/smtpd/parse.y,v
> retrieving revision 1.232
> diff -u -p -u -r1.232 parse.y
> --- parse.y 30 Nov 2018 15:33:40 -0000 1.232
> +++ parse.y 3 Dec 2018 01:00:45 -0000
> @@ -921,7 +921,7 @@ ACTION STRING {
> ;
>
> match_option:
> -negation TAG tables {
> +negation TAGGED tables {
> struct table *t = $3;
>
> if (rule->flag_tag) {
>
> --
> You received this mail because you are subscribed to [email protected]
> To unsubscribe, send a mail to: [email protected]
>
--
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]