Page 1 of 1

X-PHP-Originating-Script mail header

PostPosted: April 12th, 2013, 12:44 pm
by louisjohnson
Hi there,

is it possible to obfuscate the X-PHP-Originating-Script header when sending emails with the mail() function of Phalanger?

I know when running regular PHP there is a mail.add_x_header boolean that can be set.

I would ideally not expose the workings of my application in this way!

Thanks
Louis Johnson

Re: X-PHP-Originating-Script mail header

PostPosted: April 12th, 2013, 2:07 pm
by Jakub Misek
Hello,

'mail.add_x_header' option is not supported yet. This will be added in the next release or you can watch commits on https://github.com/DEVSENSE/Phalanger.

Thanks,

Re: X-PHP-Originating-Script mail header

PostPosted: April 12th, 2013, 2:21 pm
by louisjohnson
Great - thanks for your quick reply!