bauhsoj
02-13-2006, 05:06 PM
I have noticed that all emails sent using PHP have the following email headers:X-Source: /usr/bin/php
X-Source-Args: /usr/bin/php email_script.php
X-Source-Dir: /public_html/email_dir
This presents a security concern as certain directories and scripts should never be known to anyone but myself.
How can I prevent those "X-Source" headers from being sent with the email?
Thanks!
X-Source-Args: /usr/bin/php email_script.php
X-Source-Dir: /public_html/email_dir
This presents a security concern as certain directories and scripts should never be known to anyone but myself.
How can I prevent those "X-Source" headers from being sent with the email?
Thanks!