From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 787FA6DE11A0 for ; Wed, 8 May 2019 08:59:16 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.437 X-Spam-Level: X-Spam-Status: No, score=0.437 tagged_above=-999 required=5 tests=[AWL=-0.215, SPF_NEUTRAL=0.652] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kz2Fm-lcn3qT for ; Wed, 8 May 2019 08:59:16 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id CB26B6DE1147 for ; Wed, 8 May 2019 08:59:15 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id D04301000E3; Wed, 8 May 2019 18:59:13 +0300 (EEST) From: Tomi Ollila To: Daniel Kahn Gillmor , David Bremner , David Bremner , "Rollins\, Jameson" , Notmuch Mail Subject: Re: [PATCH] test: let the OS choose a port for smtp-dummy In-Reply-To: <875zqm1lt9.fsf@fifthhorseman.net> References: <20190507102049.7799-1-david@tethera.net> <875zqm1lt9.fsf@fifthhorseman.net> User-Agent: Notmuch/0.28.3+84~g41389bb (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2019 15:59:16 -0000 On Tue, May 07 2019, Daniel Kahn Gillmor wrote: > On Tue 2019-05-07 07:20:49 -0300, David Bremner wrote: >> This should avoid potential collisions if we start running multiple >> smtp-dummy processes in parallel. > > This is excellent, simple, and clearly the right thing to do. I've > reviewed it, and am running it on my own development branch with no > problems. Thanks, Bremner! > > please merge. i second that, please do! Tomi > > --dkg