From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bugcR-0004mT-4y for qemu-devel@nongnu.org; Thu, 13 Oct 2016 10:04:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bugcL-0002CT-4A for qemu-devel@nongnu.org; Thu, 13 Oct 2016 10:04:22 -0400 Received: from mail-lf0-x244.google.com ([2a00:1450:4010:c07::244]:35895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bugcK-0002AT-Sc for qemu-devel@nongnu.org; Thu, 13 Oct 2016 10:04:17 -0400 Received: by mail-lf0-x244.google.com with SMTP id b75so12735884lfg.3 for ; Thu, 13 Oct 2016 07:04:16 -0700 (PDT) Reply-To: marcel@redhat.com References: <1476193521-29034-1-git-send-email-marcel@redhat.com> <5359ead6-106d-31f3-f71b-681e926c32a3@redhat.com> <69a4ac90-281e-d934-5a09-a474fc893d6e@redhat.com> From: Marcel Apfelbaum Message-ID: <7877fd3e-ac12-9df9-8639-8d772f49d177@gmail.com> Date: Thu, 13 Oct 2016 17:04:00 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V2] docs: add PCIe devices placement guidelines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , Marcel Apfelbaum , Paolo Bonzini , Laszlo Ersek , peter.maydell@linaro.org, Stefan Hajnoczi Cc: drjones@redhat.com, mst@redhat.com, qemu-devel@nongnu.org, abologna@redhat.com, kraxel@redhat.com, laine@redhat.com On 10/13/2016 04:12 PM, Eric Blake wrote: > On 10/13/2016 05:53 AM, Marcel Apfelbaum wrote: >> On 10/13/2016 12:38 PM, Paolo Bonzini wrote: >>> >>> >>> On 13/10/2016 11:11, Marcel Apfelbaum wrote: >>>> Agreed, I sent the patch with both Red Hat and Google SMTP and each time >>>> was rejected by the server for the recipient domain nongnu.org by >>>> eggs.gnu.org. [2001:4830:134:3::10]. >>>> >>>> The error that the other server returned was: 550 Invalid address in >>>> message header >>> >>> You have an "alex.williamson@redhat.comberrange"@redhat.com address that >>> looks seriously invalid. :) >>> >> >> Yes, I saw that - we have 2 lucky people not spammed (yet), >> but sadly is uncorrelated with the issue in hand. > > How so? It could very well be that the list engine is refusing to > deliver the mail because the mail has an invalid To: header (you left > out a comma, creating a single invalid address instead of two desired > addresses). Your outgoing SMTP is delivering to as many valid addresses > as possible, but the list engine is unable to rewrite the message for > distribution to the list as soon as it encounters something invalid. > Hi Eric, Indeed, I sent the patch again, this time to QEMU list only and it was sent OK. I didn't think this was the problem because: (a) some addresses did receive the message (b) I thought I didn't mess up the mails on my first mail, but I was wrong. Anyway, thank you for the explanation, you and Paolo are right. Marcel