From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10325 invoked from network); 20 Feb 2021 00:37:44 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 20 Feb 2021 00:37:44 -0000 Received: from oat.nine.sirjofri.de ([5.45.105.127]) by 1ess; Fri Feb 19 19:28:42 -0500 2021 Received: from sirjofri.de ([178.0.65.31]) by oat; Sat Feb 20 01:28:34 +0100 2021 Date: Sat, 20 Feb 2021 00:28:30 +0000 (UTC) From: sirjofri To: 9front@9front.org Message-ID: In-Reply-To: References: <5AE9D560F742B991050C8E636061FC9E@eigenstate.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Correlation-ID: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: social ISO-certified property out-scaling locator Subject: Re: [9front] [Bug] Mail fails to send attachments Reply-To: 9front@9front.org Precedence: bulk I noticed that marshal also handles the whole boundary stuff and attachments. The output file I get in pipefrom does not contain the data from the attachment. To verify I made this pipefrom: #!/bin/rc echo $* > /tmp/msgargs cat > /tmp/msgcontent Then look at these files. The whole thing is formatted as a multipart message, but it only contains the message text, no attachments. I also looked at the history of the marshal code, I don't think the sendmail function is bad here. sirjofri