if my subject/email is {TRIGGER.NAME}: {STATUS}, I get Server testing is un: ON in my email
In expression.c, replace
to
and replace
to
there are 2 functions with these codes, so you have to replace 4 times
In expression.c, replace
Code:
replace_to_len = strlen(data);
Code:
replace_to_len = dala_max_len;
and replace
Code:
outlen = strlen(data) * 3 / 2 + 1;
Code:
outlen = dala_max_len;