Reading syslog rfc
6.3.3. SD-PARAM
Each SD-PARAM consists of a name, referred to as PARAM-NAME, and a
value, referred to as PARAM-VALUE.
Can param-value contain spaces? or it has to be a one-word name?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Reading the rest of that section:
A space character can certainly be part of a “valid UTF-8 sequence”. The second quoted paragraph mentions three characters that must be escaped; the space character isn’t one of them.
Conclusion: the
PARAM-VALUEfield can contain blanks.