[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] quilt mail format
From: |
Greg KH |
Subject: |
Re: [Quilt-dev] quilt mail format |
Date: |
Wed, 29 Nov 2017 12:08:21 +0100 |
User-agent: |
Mutt/1.9.1 (2017-09-22) |
On Wed, Nov 29, 2017 at 11:47:22AM +0100, Arnaud Patard wrote:
> Hi,
>
> I'm using quilt to send patches. My work flow is more or less:
> - hack on dev box with quilt
> - create mbox file with quilt mail --mbox ....
> - copy the mail on a system which is able to send mails and send it
> with:
> formail -s /usr/lib/sendmail -odi -t < .mbox
>
> While it's working, every now and then, I'm getting some complains like:
>
> submit the patch using the kernel guidelines (not as an attachment, but in
> the main body text-only)
>
> Are there some steps I miss in order to not get theses complains and
> keep my workflow ?
Sounds like a problem with your version of sendmail, quilt doesn't
create anything as an "attachment". Or are you putting headers you
don't mean to in the body of the changelog area?
I use quilt mail every week for the stable kernel patch review process
with no problems, so I kind of doubt it is a quilt problem.
thanks,
greg k-h