The MSGID could use work but aside from that.. all good.. :)
Thanks, it should be sorted now.. for some reason linux doesn't like it when you do :
somestringstream.str().c_str()
I have to do:
std::string somestring = somestringstream.str();
then somestring.c_str();
it works on macOS and sometimes it works on linux but other times it puts out rubbish.
Andrew
--- Mystic BBS v1.12 A48 (Linux/64)
* Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)