On Fri, Nov 1, 2024 at 1:46 PM Zhaoming Luo <zhaoming1...@qq.com> wrote: > Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): y > 250 OK > ...propagated at /usr/lib/git-core/git-send-email line 1696, <FIN> > line 2.
Hm, I have no idea about this kind of thing. git-send-email line 1696 in my copy of Git v2.47.0 is just $smtp->mail( $raw_from ) or die $smtp->message; The code (and the man page) mentions --smtp-debug, perhaps that would help? You could try using a different email server to see if this is specific to yours (qq.com)? But please experiment with a 'to' address that's not this whole list; try sending the patches to yourself, or to Drew's ~sircmpwn/email-test-dr...@lists.sr.ht from the tutorial. For now, maybe you could just concatenate (i.e. 'cat') the patches together and send them as a single message, so we can proceed with reviewing them. Sergey