Re: filter-spamassassin crashes smtpd on boot

2016-06-30 Thread Joerg Jung
Yes, me introduced this buggy behaviour in the recent snapshots in the resolving function and due to the refactoring to non-blocking IO. The resolving should and will be changed to happen async and non-blocking as well. As I said, known bug, and we are working on this, sorry for the

Re: filter-spamassassin crashes smtpd on boot

2016-06-29 Thread Jason Tubnor
Same applies when smtpd is started at boot on OpenBSD as the smtpd instance in the system starts before pkg_scripts (spamassassin), thus breaking and not processing email until smtpd has been restarted. On 30 June 2016 at 14:42, Joerg Jung wrote: > > > > Am 30.06.2016 um 00:41

Re: filter-spamassassin crashes smtpd on boot

2016-06-29 Thread Joerg Jung
> Am 30.06.2016 um 00:41 schrieb Simon McFarlane : > > Hi, > > I have a rather uninteresting setup consisting of Dovecot and OpenSMTPD with > few configuration tweaks on an OpenBSD system. The only filter I have is > filter-spamassassin. I'm running the latest -current

filter-spamassassin crashes smtpd on boot

2016-06-29 Thread Simon McFarlane
Hi, I have a rather uninteresting setup consisting of Dovecot and OpenSMTPD with few configuration tweaks on an OpenBSD system. The only filter I have is filter-spamassassin. I'm running the latest -current snapshot and filter and extras from pkg. I can rcctl start smtpd just fine, however,