[patch] smtpd: missing space for "from local" with -T rules

2018-06-20 Thread Lauri Tirkkonen
"from local" rules are missing a space when printed out with -T rules. diff --git a/usr.sbin/smtpd/to.c b/usr.sbin/smtpd/to.c index e1d399d74f2..27d5321408f 100644 --- a/usr.sbin/smtpd/to.c +++ b/usr.sbin/smtpd/to.c @@ -461,7 +461,7 @@ rule_to_text(struct rule *r) if (strcmp(r->tab

Re: [patch] smtpd: missing space for "from local" with -T rules

2018-07-16 Thread Lauri Tirkkonen
On Wed, Jun 20 2018 12:19:43 +0300, Lauri Tirkkonen wrote: > "from local" rules are missing a space when printed out with -T rules. > > diff --git a/usr.sbin/smtpd/to.c b/usr.sbin/smtpd/to.c > index e1d399d74f2..27d5321408f 100644 > --- a/usr.sbin/smtpd/to.c > +++ b/usr.sbin/smtpd/to.c > @@ -461,7