Hi,
We use sendmail to send messages that are automatically generated from our business systems software.
This process has crashed when sendmail encountered a destination address that was containing an apostrophe, eg:
john.o'rourke@mydomain.com
I have 2 questions:
1. what are all possible ways to prevent the crash?. Eg escaping the apostrophe: \', or are there any other methods such as enclosing the whole address within other separator characters: eg "address" ?
2. what are all other special characters that will confuse sendmail apart from apostrophe, that we need to take care of?
Many thanks
We use sendmail to send messages that are automatically generated from our business systems software.
This process has crashed when sendmail encountered a destination address that was containing an apostrophe, eg:
john.o'rourke@mydomain.com
I have 2 questions:
1. what are all possible ways to prevent the crash?. Eg escaping the apostrophe: \', or are there any other methods such as enclosing the whole address within other separator characters: eg "address" ?
2. what are all other special characters that will confuse sendmail apart from apostrophe, that we need to take care of?
Many thanks