News Feed
Jobs Feed
Sections




News Archive
Ilia Alshanetsky's Blog:
mail() logging for PHP
December 13, 2006 @ 16:56:00

In his latest blog entry, Ilia Alshanetsky has proposed (and provided) a patch that can help with one of the more abused of the popular PHP functions out there - mail().

One of the problems with solving the mail() abuse is figuring out who is doing it or perhaps what script was exploited to do it, since the mail() function does not offer any logging mechanism.

To address this problem, he's supplied this patch you can apply to your source to add two new options to the mail function:

  • enable the addition of the X-PHP-Originating-Script header
  • mail.log (takes a filename) allows you to enable logging of every single mail() call
Check out his entry for more details on configuration options and other functionality included with the patch.

0 comments voice your opinion now!
mail logging function patch add header configure mail logging function patch add header configure


blog comments powered by Disqus

Similar Posts

Lorna Mitchell's Blog: SugarCRM Installation Error

Wez Furlong's Blog: Background/batch/workflow processing with PDO::PGSQL

Suspekt Blog: Suhosin Patch 0.9.8 for PHP 5.3.0 *BETA* - Please Test

Elizabeth Smith's Blog: My five (well four and one-half) issues with namespaces

Recess Blog: Functional PHP 5.3 Part I - What are Anonymous Functions and Closures?


Community Events









Don't see your event here?
Let us know!


example testing development tool release opinion framework api community functional composer event introduction code unittest podcast language object zendframework2 interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework