svn: /web/doc/trunk/scripts/ gen_doc_activity_email.php

[email protected] (Philip Olson)
Newsgroups php.doc.web
Message-ID <[email protected]>
philip                                   Wed, 11 May 2011 17:10:19 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=310950

Log:
Added additional -f header, to hopefully bypass spambot (bjori)

Changed paths:
    U   web/doc/trunk/scripts/gen_doc_activity_email.php

Modified: web/doc/trunk/scripts/gen_doc_activity_email.php
===================================================================
--- web/doc/trunk/scripts/gen_doc_activity_email.php	2011-05-11 16:58:12 UTC (rev 310949)
+++ web/doc/trunk/scripts/gen_doc_activity_email.php	2011-05-11 17:10:19 UTC (rev 310950)
@@ -168,7 +168,7 @@
 $email_text = str_replace('DATES_ACTIVITY', "$time_past to $time_now", $email_text);

 if (!DEBUG_MODE) {
-	mail('[email protected]', 'Last weeks PHP documentation activity report', $email_text, 'From: [email protected]');
+	mail('[email protected]', 'Last weeks PHP documentation activity report', $email_text, 'From: [email protected]', '[email protected]');
 } else {
 	echo $email_text;
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.