Peter Maydell <peter.mayd...@linaro.org> wrote: > On 1 July 2012 11:16, Juan Quintela <quint...@redhat.com> wrote: >> Stefan Weil <s...@weilnetz.de> wrote: >>> 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" > >> You are right, I also have duplicate In-Reply-To and Reference fields. >> No clue if the problem is with git or mailer.
Thanks Peter, it appears that now problem is fixed. For reference: alias gfpm="/usr/bin/git format-patch --signoff --find-renames --cover-letter" alias gsend="/usr/bin/git send-email --smtp-server=smtp.corp.redhat.com --bcc=quint...@redhat.com --from=\"Juan Quintela <quint...@redhat.com>\" --suppress-cc=self" i.e. just remove the --thread from gfpm. Thanks to both, Juan.