Came across an interesting problem, apparently our mainframe cannot 'easily' produce a square bracket charachter. Something to do with EBCDIC versus ASCII and that the characters [ or ] are not part of the EBCDIC language.
I did find where possibly a hex code of x'AD' and x'BD' may work for [ and ] respectifully. But our mainframe programmers have resisted this, meaning that I need to create a new filter for e-mails generated by our mainframe, which I could do..
Just wondering if anyone else has run into this issue and if the default should be changed to something more legacy, I mean friendly to EBCDIC?