On Sun, 2023-03-12 at 18:08 -0500, David (Plasma) Paul wrote: > Yesterday I tried several times to submit a patch to fix a bug[1] I > had > I had reported moments earlier. I received automated rejections to my > first three attempts to submit the patch. After each rejection, I > modified my message slightly trying to determine what was causing the > rejection. For the fourth attempt I modified the commit message of > the > change and regenerated the patch using 'git format-patch'. Previous > to > this, the summary line of the commit included a "Closes:" message, > but > when I moved that part of the line into the long description, my > mail was accepted.
That doesn't seem to have been the relevant change. Looking at your failures, the quoted headers from all of them include: To: [email protected]> which isn't valid (note the closing and unmatched angle bracket). The extra headers in the earlier attempts (which I assume are internal data from Claws) also include: R:<[email protected]>> which is unbalanced, whereas the successful mail has: R:<[email protected]> In summary, the rejections appear to have been correct, and due to a malformed e-mail. Regards, Adam

