I try to setup email filters in my email server to filter messages from zabbix and it isn't works normally. I detect that the problem is in email message headers.
When Zabbix sends message, the "From" header field contains text:
But when I send the message via some email client, it contains the space after ":" character:
and mail filter works normally.
Other header fields filled normally, with spaces after ":".
How I can add the space to this header field?
When Zabbix sends message, the "From" header field contains text:
Code:
From:<[email protected]>
Code:
From: <[email protected]>
Other header fields filled normally, with spaces after ":".
How I can add the space to this header field?
Comment