Re: smtpd.conf(5): comma in filter chains

2016-04-10 Thread david+bsd
> On 10 Apr 2016, at 08:49, Jason McIntyre wrote: > > fair enough. but since "..." already means optional i went further and > removed the []: > >filter name chain filter ... Ack. Thanks. David

smtpd.conf(5): comma in filter chains

2016-04-09 Thread david+bsd
After quite some debugging of why the heck my smtpd.conf was not working after upgrading to 5.9 and substituting clamsmtp and dkim- signer by smtpd(8) filters: smtpd.conf(5) states:   filter name chain filter [, ...] but should say:   filter name chain filter [...] Index: smtpd.conf.5 ===