"4.7.0 Too Many recipients." issue in git send-email
Hi all, I encountered a wired issue in git send-email, $ git send-email 0001-drivers-pcmcia-typo-fix.patch 0001-drivers-pcmcia-typo-fix.patch (mbox) Adding cc: Dongliang Mu <dzm91@hust.edu.cn> from line 'From: Dongliang Mu <dzm91@hust.edu.cn>' (body) Adding cc: Dongliang Mu <dzm91@hust.edu.cn> from line 'Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn>' (to-cmd) Adding to: Dominik Brodowski <linux@dominikbrodowski.net> from: '`pwd`/scripts/get_maintainer.pl --nogit --norolestats --nol' (cc-cmd) Adding cc: Dominik Brodowski <linux@dominikbrodowski.net> from: '`pwd`/scripts/get_maintainer.pl --nogit --norolestats --nom' (cc-cmd) Adding cc: linux-kernel@vger.kernel.org from: '`pwd`/scripts/get_maintainer.pl --nogit --norolestats --nom' From: Dongliang Mu <dzm91@hust.edu.cn> To: Dominik Brodowski <linux@dominikbrodowski.net> Cc: Dongliang Mu <dzm91@hust.edu.cn>, linux-kernel@vger.kernel.org Subject: [PATCH] drivers: pcmcia: typo fix Date: Tue, 15 Nov 2022 10:32:29 +0800 Message-Id: <20221115023233.1297212-1-dzm91@hust.edu.cn> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit ...... Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): yes Password for "XXXXXX": 4.7.0 Too Many recipients. /|\ Did anyone experience such an issue? Any idea to fix this issue? -- My best regards to you. No System Is Safe! Dongliang Mu
On Tue, Nov 15, 2022 at 10:41:54AM +0800, Dongliang Mu wrote:
Hi all,
I encountered a wired issue in git send-email,
4.7.0 Too Many recipients. /|\
Did anyone experience such an issue? Any idea to fix this issue?
Hello: This is coming from your SMTP host. My guess is that they have anti-spam measures in place that restrict how many recipients a message may have. Best regards, Konstantin
On Tue, Nov 15, 2022 at 10:28 PM Konstantin Ryabitsev <konstantin@linuxfoundation.org> wrote:
On Tue, Nov 15, 2022 at 10:41:54AM +0800, Dongliang Mu wrote:
Hi all,
I encountered a wired issue in git send-email,
4.7.0 Too Many recipients. /|\
Did anyone experience such an issue? Any idea to fix this issue?
Hello:
This is coming from your SMTP host. My guess is that they have anti-spam measures in place that restrict how many recipients a message may have.
Thanks for your reply. I remove cccmd and tocmd in .gitconfig and manually add --to and --cc in git send-email. Finally, this email can be sent successfully with the same SMTP. Maybe the issue is from scripts/get_maintainer.pl. I am not sure. Will dig more to check
Best regards, Konstantin
participants (2)
-
Dongliang Mu -
Konstantin Ryabitsev