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 29D679D3C0 for ; Tue, 23 Jun 2020 10:45:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732202AbgFWKpn (ORCPT ); Tue, 23 Jun 2020 06:45:43 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:56475 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728472AbgFWKpn (ORCPT ); Tue, 23 Jun 2020 06:45:43 -0400 Received: from uno.localdomain (93-34-118-233.ip49.fastwebnet.it [93.34.118.233]) (Authenticated sender: jacopo@jmondi.org) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 68CFD240004; Tue, 23 Jun 2020 10:45:35 +0000 (UTC) Date: Tue, 23 Jun 2020 12:49:03 +0200 From: Jacopo Mondi To: Eugeniu Rosca Cc: lolivei@synopsys.com, mchehab@kernel.org, sakari.ailus@linux.intel.com, hverkuil@xs4all.nl, laurent.pinchart@ideasonboard.com, roman.kovalivskyi@globallogic.com, dave.stevenson@raspberrypi.org, naush@raspberrypi.com, mrodin@de.adit-jv.com, hugues.fruchet@st.com, mripard@kernel.org, aford173@gmail.com, sudipi@jp.adit-jv.com, andrew_gabbasov@mentor.com, linux-media@vger.kernel.org, libcamera-devel@lists.libcamera.org, Eugeniu Rosca Subject: Re: [PATCH 00/25] media: ov5647: Support RaspberryPi Camera Module v1 Message-ID: <20200623104903.47op5yrtb3swccnz@uno.localdomain> References: <20200622171910.608894-1-jacopo@jmondi.org> <20200622172614.gcwxubshubl7qzpl@uno.localdomain> <20200623103002.GA10561@lxhi-065.adit-jv.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200623103002.GA10561@lxhi-065.adit-jv.com> 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 Eugeniu, On Tue, Jun 23, 2020 at 12:30:02PM +0200, Eugeniu Rosca wrote: > Hi Jacopo, > > Many thanks for your precious contribution. > > 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... > -- > Best regards, > Eugeniu Rosca