Re: Bounces sent from opensmtpd not parsed in Mailman

2018-12-05 Thread sunil+smtpd
adding misc@opensmtpd.org... --- Begin Message --- Gilles Chehade wrote: > On Wed, Dec 05, 2018 at 04:53:20AM +, sunil+sm...@nimmagadda.net wrote: > > Gilles Chehade wrote: > > [...] > > > > ascii_load_bounce_type(enum bounce_type *dest, char *buf) > > > > { > > > > if

Re: Bounces sent from opensmtpd not parsed in Mailman

2018-12-04 Thread sunil+smtpd
Gilles Chehade wrote: [...] > > ascii_load_bounce_type(enum bounce_type *dest, char *buf) > > { > > if (strcasecmp(buf, "error") == 0) > > - *dest = B_ERROR; > > + *dest = B_FAILED; > > else if (strcasecmp(buf, "warn") == 0) > > - *dest = B_WARNING; > > +

Re: Bounces sent from opensmtpd not parsed in Mailman

2018-12-04 Thread sunil+smtpd
Gilles Chehade wrote: > On Tue, Dec 04, 2018 at 03:22:14AM +, sunil+sm...@nimmagadda.net wrote: > > Gilles Chehade wrote: > > > On Mon, Dec 03, 2018 at 06:11:29PM -0200, Cristiano Costa wrote: > > > > Hello everyone, > > > > > > > > Recently, we have updated our external MTA to use

Re: Bounces sent from opensmtpd not parsed in Mailman

2018-12-03 Thread sunil+smtpd
Gilles Chehade wrote: > On Mon, Dec 03, 2018 at 06:11:29PM -0200, Cristiano Costa wrote: > > Hello everyone, > > > > Recently, we have updated our external MTA to use OpenBSD(6.4) and > > opensmptd. > > > > After we updated, our mailman (that run on a Linux machine) started to > > send "bounce