Re: Corrected patch for smtpd.conf(5) man page

2018-09-03 Thread Jason McIntyre
On Mon, Sep 03, 2018 at 02:20:32PM +0200, Gilles Chehade wrote:
> On Mon, Sep 03, 2018 at 12:30:22PM +0100, Jason McIntyre wrote:
> > On Sun, Sep 02, 2018 at 11:59:25AM -0400, Matt Schwartz wrote:
> > > The earlier patch I created was obviously no good. Sorry for the
> > > noise. Included is the fixed patch that just adds some text for
> > > properly using an mda wrapper in the actions:
> > > 
> > > Index: smtpd.conf.5
> > > ===
> > > RCS file: /cvs/src/usr.sbin/smtpd/smtpd.conf.5,v
> > > retrieving revision 1.199
> > > diff -u -p -u -r1.199 smtpd.conf.5
> > > --- smtpd.conf.51 Sep 2018 19:56:28 -   1.199
> > > +++ smtpd.conf.52 Sep 2018 15:53:57 -
> > > @@ -205,6 +205,9 @@ Use the mapping
> > >  for virtual expansion.
> > >  The aliasing table format is described in
> > >  .Xr table 5 .
> > > +.It Cm wrapper Ar name
> > > +Use the wrapper specified in
> > > +.Cm mda wrapper.
> > 
> > that looks correct (i think). but with one adjustment - there should be
> > a space between "wrapper" and the full stop.
> > 
> > gilles? eric?
> > 
> 
> yes this reads ok
> 
> 

thanks. fixed.
jmc

> > >  .El
> > >  .Pp
> > >  The relay delivery methods also support additional options:
> > > 
> > 
> 
> -- 
> Gilles Chehade
> 
> https://www.poolp.org  @poolpOrg
> 



Re: Corrected patch for smtpd.conf(5) man page

2018-09-03 Thread Gilles Chehade
On Mon, Sep 03, 2018 at 12:30:22PM +0100, Jason McIntyre wrote:
> On Sun, Sep 02, 2018 at 11:59:25AM -0400, Matt Schwartz wrote:
> > The earlier patch I created was obviously no good. Sorry for the
> > noise. Included is the fixed patch that just adds some text for
> > properly using an mda wrapper in the actions:
> > 
> > Index: smtpd.conf.5
> > ===
> > RCS file: /cvs/src/usr.sbin/smtpd/smtpd.conf.5,v
> > retrieving revision 1.199
> > diff -u -p -u -r1.199 smtpd.conf.5
> > --- smtpd.conf.51 Sep 2018 19:56:28 -   1.199
> > +++ smtpd.conf.52 Sep 2018 15:53:57 -
> > @@ -205,6 +205,9 @@ Use the mapping
> >  for virtual expansion.
> >  The aliasing table format is described in
> >  .Xr table 5 .
> > +.It Cm wrapper Ar name
> > +Use the wrapper specified in
> > +.Cm mda wrapper.
> 
> that looks correct (i think). but with one adjustment - there should be
> a space between "wrapper" and the full stop.
> 
> gilles? eric?
> 

yes this reads ok


> >  .El
> >  .Pp
> >  The relay delivery methods also support additional options:
> > 
> 

-- 
Gilles Chehade

https://www.poolp.org  @poolpOrg



Re: Corrected patch for smtpd.conf(5) man page

2018-09-03 Thread Jason McIntyre
On Sun, Sep 02, 2018 at 11:59:25AM -0400, Matt Schwartz wrote:
> The earlier patch I created was obviously no good. Sorry for the
> noise. Included is the fixed patch that just adds some text for
> properly using an mda wrapper in the actions:
> 
> Index: smtpd.conf.5
> ===
> RCS file: /cvs/src/usr.sbin/smtpd/smtpd.conf.5,v
> retrieving revision 1.199
> diff -u -p -u -r1.199 smtpd.conf.5
> --- smtpd.conf.51 Sep 2018 19:56:28 -   1.199
> +++ smtpd.conf.52 Sep 2018 15:53:57 -
> @@ -205,6 +205,9 @@ Use the mapping
>  for virtual expansion.
>  The aliasing table format is described in
>  .Xr table 5 .
> +.It Cm wrapper Ar name
> +Use the wrapper specified in
> +.Cm mda wrapper.

that looks correct (i think). but with one adjustment - there should be
a space between "wrapper" and the full stop.

gilles? eric?

jmc

>  .El
>  .Pp
>  The relay delivery methods also support additional options:
> 



Corrected patch for smtpd.conf(5) man page

2018-09-02 Thread Matt Schwartz
The earlier patch I created was obviously no good. Sorry for the
noise. Included is the fixed patch that just adds some text for
properly using an mda wrapper in the actions:

Index: smtpd.conf.5
===
RCS file: /cvs/src/usr.sbin/smtpd/smtpd.conf.5,v
retrieving revision 1.199
diff -u -p -u -r1.199 smtpd.conf.5
--- smtpd.conf.51 Sep 2018 19:56:28 -   1.199
+++ smtpd.conf.52 Sep 2018 15:53:57 -
@@ -205,6 +205,9 @@ Use the mapping
 for virtual expansion.
 The aliasing table format is described in
 .Xr table 5 .
+.It Cm wrapper Ar name
+Use the wrapper specified in
+.Cm mda wrapper.
 .El
 .Pp
 The relay delivery methods also support additional options: