On Wed, Oct 26, 2011 at 12:01 PM, Johannes Stezenbach <[email protected]> wrote: > Hi, > > it seems the -a option to makemime (add header) does not work: > > $ busybox makemime -c "text/plain" -a "Subject: mail test" /tmp/testmail > Mime-Version: 1.0 > Content-Type: multipart/mixed; boundary="2089340718-1939522785-50604445" > > --2089340718-1939522785-50604445 > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline; filename="Subject: mail test" > Content-Transfer-Encoding: base64 > makemime: can't open 'Subject: mail test': No such file or directory
Fix: http://git.busybox.net/busybox/commit/?id=83e34ac4b574fabd54a2d1a03063b263338ef03d -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
