Ensure that message boundaries generated by mhsign are ascii-only
authorDmitry Bogatov <KAction@debian.org>
Sun, 5 May 2019 19:41:06 +0000 (19:41 +0000)
committerPhilipp Takacs <philipp@bureaucracy.de>
Mon, 6 May 2019 13:00:58 +0000 (15:00 +0200)
commit774ed3d58a95303e92ebaf9928d7b854d89efc1b
tree94d0f79d18eca2e924845fffaae13063513d7434
parentadb62752c1b156c218363d87019a4b93df3b1b6f
Ensure that message boundaries generated by mhsign are ascii-only

mhsign sometimes generates boundary separators in multipart messages
with non-ascii symbols in it. Use the C locale while generating the
separator fix this bug.
uip/mhsign.sh