From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by archive.lwn.net (Postfix) with ESMTP id 620BC9D3C0 for ; Tue, 23 Jun 2020 12:18:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732633AbgFWMSJ (ORCPT ); Tue, 23 Jun 2020 08:18:09 -0400 Received: from smtp1.de.adit-jv.com ([93.241.18.167]:36959 "EHLO smtp1.de.adit-jv.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732614AbgFWMSI (ORCPT ); Tue, 23 Jun 2020 08:18:08 -0400 Received: from localhost (smtp1.de.adit-jv.com [127.0.0.1]) by smtp1.de.adit-jv.com (Postfix) with ESMTP id 695773C057C; Tue, 23 Jun 2020 14:18:06 +0200 (CEST) Received: from smtp1.de.adit-jv.com ([127.0.0.1]) by localhost (smtp1.de.adit-jv.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NPkD-iE5lEA6; Tue, 23 Jun 2020 14:18:01 +0200 (CEST) Received: from HI2EXCH01.adit-jv.com (hi2exch01.adit-jv.com [10.72.92.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by smtp1.de.adit-jv.com (Postfix) with ESMTPS id 5FDEF3C0022; Tue, 23 Jun 2020 14:17:54 +0200 (CEST) Received: from lxhi-065.adit-jv.com (10.72.94.45) by HI2EXCH01.adit-jv.com (10.72.92.24) with Microsoft SMTP Server (TLS) id 14.3.487.0; Tue, 23 Jun 2020 14:17:54 +0200 Date: Tue, 23 Jun 2020 14:17:49 +0200 From: Eugeniu Rosca To: Jacopo Mondi CC: Eugeniu Rosca , , , , , , , , , , , , , , , , , Eugeniu Rosca Subject: Re: [PATCH 00/25] media: ov5647: Support RaspberryPi Camera Module v1 Message-ID: <20200623121709.GA6961@lxhi-065.adit-jv.com> References: <20200622171910.608894-1-jacopo@jmondi.org> <20200622172614.gcwxubshubl7qzpl@uno.localdomain> <20200623103002.GA10561@lxhi-065.adit-jv.com> <20200623104903.47op5yrtb3swccnz@uno.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20200623104903.47op5yrtb3swccnz@uno.localdomain> X-Originating-IP: [10.72.94.45] Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Archived-At: List-Archive: List-Post: Hi Jacopo, On Tue, Jun 23, 2020 at 12:49:03PM +0200, Jacopo Mondi wrote: > On Tue, Jun 23, 2020 at 12:30:02PM +0200, Eugeniu Rosca wrote: > > On Mon, Jun 22, 2020 at 07:26:14PM +0200, Jacopo Mondi wrote: > > > My ISP has rejected the rest of the series: too many emails :( > > > Has it ever happened to anyone else ? How did you solved this ? > > > > I guess leaving 5-10 seconds between sending individual patches should > > overcome this? I wonder if git provides a built-in command for that? > > > > git send-email does provide the --batch-size --relogin-delay options, > as Ezequiel suggested me in #v4l. > > I tried re-sending with a 10 email batch and a 5 seconds delay but I > got the same failure. I was not able to find any description of the > email number limits for the SMTP server I'm using, so I could only go > and try. I think the extensive CC list of this series which I got from > Roman's series plays a role, so I can't try just by sending to > myself... I wonder if I should send the series in chunks, the first 10 > patches went out (2 times '-.- ) already... Any time you send a new batch, please call 'git send-email' with '--in-reply-to=' to allow LKML front-ends identify the patches as belonging to one topic and make it less of a pain for people to go through these discussions later on. -- Best regards, Eugeniu Rosca