nmh-workers
[Top] [All Lists]

[Nmh-workers] warning when attaching rfc822 message

2014-04-13 13:15:43
Mikhail wrote:

Simple way to reproduce the warning (just need to fix "Attach:" header
to proper path):

edge:~> cat > live.letter << EOF                                             
                                                                             
                
From: Mikhail <mp39590@gmail.com>
To: test@test.com
cc:
Fcc: +outbox
Subject: test
Attach: /home/misha/19
--------
test

EOF
edge:~> mhbuild live.letter 
mhbuild: "message/rfc822" type in message (null) should be encoded in 7bit or
 8bit, continuing...

It looks like nothing had been called to set c_encoding before
InitMessage() is called.  I suspect that we're seeing this now
because attach used to use text/plain or application/octet-stream
in the past, but now it's using message/rfc822.

I'm not sure how to fix it and won't be able to look at it for a
while.  Ken?

David

_______________________________________________
Nmh-workers mailing list
Nmh-workers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>