[Dehs-devel] r105 - in trunk: . www

atomo64-guest at alioth.debian.org atomo64-guest at alioth.debian.org
Tue Feb 5 22:23:42 UTC 2008


Author: atomo64-guest
Date: 2008-02-05 22:23:42 +0000 (Tue, 05 Feb 2008)
New Revision: 105

Modified:
   trunk/dehs_pg.php
   trunk/www/index.php
Log:
Remove the special PTS header so emails aren't accepted at the 'default' keyword
Added contact address

Modified: trunk/dehs_pg.php
===================================================================
--- trunk/dehs_pg.php	2008-02-01 23:03:22 UTC (rev 104)
+++ trunk/dehs_pg.php	2008-02-05 22:23:42 UTC (rev 105)
@@ -4,7 +4,7 @@
 
 Originally written by Stefano Fabri <bluefuture at nospam@email.it>
 Copyright 2004, Stefano Fabri
-Copyright 2007 by Raphael Geissert <atomo64 at gmail.com>
+Copyright 2007, 2008 by Raphael Geissert <atomo64 at gmail.com>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -1108,7 +1108,7 @@
         $headers = array();
 
         $headers[] = 'From: ' . $notificationsMailFrom;
-        $headers[] = 'X-PTS-Approved: sure';
+//        $headers[] = 'X-PTS-Approved: sure';
         $headers[] = 'X-BY-DEHS: sure';
 
         return $headers;

Modified: trunk/www/index.php
===================================================================
--- trunk/www/index.php	2008-02-01 23:03:22 UTC (rev 104)
+++ trunk/www/index.php	2008-02-05 22:23:42 UTC (rev 105)
@@ -19,7 +19,9 @@
 <input type="submit" name="Display">
 </form>
 </div>
-<small><div style="text-align: center;">All the scripts are copyright 2004 by <a href='mailto:bluefuture at nospam@email.it'>Stefano Fabri</a>
+<small><div style="text-align: center;">All the scripts are copyright 2004 by <a href='mailto:bluefuture at nospam@email.it'>Stefano Fabri</a>, and some Copyright 2007, 2008 by <a href='mailto:atomo64 at gmail@spam.com'>Raphael Geissert</a>
+<br>
+Contact: <a href="http://lists.alioth.debian.org/mailman/listinfo/dehs-devel">dehs-devel at lists.alioth.d.o</a>
 <br>Source code is available under the GPL terms <a href="http://svn.debian.org/">here</a> in the <a href="http://svn.debian.org/wsvn/dehs/">Subversion repository</a></br></div></small>
 </body>
 </html>




More information about the Dehs-devel mailing list