When a php script im using send mails to an email in outlook some people see
"Nobody [[email protected]]; on behalf of; XXXXXX Inc [[email protected]]"
when they open the mail. I would like to suppress this but im not sure how. I think it is due to phpmailer setting the "Sender" argument into the message headers.
Is there a way for Exim to say hey if sender contains Nobody to pull in the X-Source-Dir: line up to ":" and do a rewrite of that address if From also includes billing. Or without phpsuexec enabled another way to have Exim detect the sender user and set it to their domain another way. If php can do this that would be ok also.
aka
Nobody <[email protected]> would become Billing <billing@$sourcedirhost>
"Nobody [[email protected]]; on behalf of; XXXXXX Inc [[email protected]]"
when they open the mail. I would like to suppress this but im not sure how. I think it is due to phpmailer setting the "Sender" argument into the message headers.
Is there a way for Exim to say hey if sender contains Nobody to pull in the X-Source-Dir: line up to ":" and do a rewrite of that address if From also includes billing. Or without phpsuexec enabled another way to have Exim detect the sender user and set it to their domain another way. If php can do this that would be ok also.
aka
Nobody <[email protected]> would become Billing <billing@$sourcedirhost>