ENV_SENDER_STR
#define ENV_SENDER_LEN (strlen(ENV_SENDER_STR) + 8 + 1)
scnprintf(ev->envp[0], ENV_SENDER_LEN, ENV_SENDER_STR "%s", from);