[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Bad mail header? (was: [PATCH 01/12] savevm: Use a stru
From: |
Stefan Weil |
Subject: |
Re: [Qemu-devel] Bad mail header? (was: [PATCH 01/12] savevm: Use a struct to pass all handlers) |
Date: |
Sat, 30 Jun 2012 19:32:51 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20120613 Iceowl/1.0b1 Icedove/3.0.11 |
Am 28.06.2012 21:21, schrieb Juan Quintela:
This would make easier to add more operations in the next patches.
Signed-off-by: Juan Quintela <address@hidden>
---
savevm.c | 54 +++++++++++++++++++++++++-----------------------------
vmstate.h | 7 +++++++
2 files changed, 32 insertions(+), 29 deletions(-)
Hi Juan,
this mail and the other mails from this patch series trigger
an alert in my mail filter:
X-Amavis-Alert: BAD HEADER SECTION Duplicate header field: "References"
The following extract from the mail header shows that there is really
a duplication of the fields "In-Reply-To" and "References":
From: Juan Quintela <address@hidden>
To: address@hidden
Date: Thu, 28 Jun 2012 21:21:59 +0200
Message-Id:
<address@hidden>
In-Reply-To: <address@hidden>
References: <address@hidden>
In-Reply-To: <address@hidden>
References: <address@hidden>
X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12
X-detected-operating-system: by eggs.gnu.org: Genre and OS details not
recognized.
X-Received-From: 209.132.183.28
Cc: address@hidden
Subject: [Qemu-devel] [PATCH 01/12] savevm: Use a struct to pass all
handlers
This is not a new issue, and there are lots of other mail senders which
also send mails with duplications. I noticed that recently and would like
to understand how it happens. Maybe some tool (git-send-email?) which is
used for sending mails is buggy.
Do you remember how you created the patch mails?
Which mailer did you use?
Do you also see the duplication in your local copy of that mail?
Do other users also see the duplicate lines in the full mail header?
Or is this a bug in my MTA?
Regards,
Stefan W.
- [Qemu-devel] [PATCH 00/12] Split ram_save_live() function, Juan Quintela, 2012/06/28
- [Qemu-devel] [PATCH 01/12] savevm: Use a struct to pass all handlers, Juan Quintela, 2012/06/28
- Re: [Qemu-devel] Bad mail header? (was: [PATCH 01/12] savevm: Use a struct to pass all handlers),
Stefan Weil <=
- [Qemu-devel] [PATCH 02/12] savevm: Live migration handlers register the struct directly, Juan Quintela, 2012/06/28
- [Qemu-devel] [PATCH 03/12] savevm: remove SaveSetParamsHandler, Juan Quintela, 2012/06/28
- [Qemu-devel] [PATCH 04/12] savevm: remove SaveLiveStateHandler, Juan Quintela, 2012/06/28
- [Qemu-devel] [PATCH 05/12] savevm: Refactor cancel operation in its own operation, Juan Quintela, 2012/06/28
- [Qemu-devel] [PATCH 06/12] savevm: introduce is_active method, Juan Quintela, 2012/06/28
- [Qemu-devel] [PATCH 09/12] ram: save_live_setup() don't need to sent pages, Juan Quintela, 2012/06/28
- [Qemu-devel] [PATCH 08/12] savevm: split save_live into stage2 and stage3, Juan Quintela, 2012/06/28