]> Sergey Matveev's repositories - public-inbox.git/commit
unsubscribe.milter: use default postfork dispatcher
authorEric Wong <e@80x24.org>
Fri, 27 May 2016 08:03:31 +0000 (08:03 +0000)
committerEric Wong <e@80x24.org>
Fri, 27 May 2016 08:07:20 +0000 (08:07 +0000)
commit852df982d88dcfaa49a1398cd6ef30973bcaaa09
treed8b015b05251394d977026b7514962cfc4d2c4fe
parent751d334bd1d17031aa642e6c5cd53ff70eb28866
unsubscribe.milter: use default postfork dispatcher

Let postfix (or sendmail :P) control the concurrency limit
instead of doing it ourselves.  This is necessary because SMTP
connections are completely synchronous at this point and a
slow/idle SMTP connection will monopolize the worker process.
examples/unsubscribe.milter