changed email adress and added copyright notice
authorteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 2 Nov 2001 15:42:25 +0000 (15:42 +0000)
committerteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 2 Nov 2001 15:42:25 +0000 (15:42 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1678 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/retrievalerror.php

index c5242fe96a04f29dda7ab111d29f0d1a70b0bb92..7911f416d9c799093739c32f710d759e25abecd5 100644 (file)
@@ -1,11 +1,25 @@
 <?php
+   /**
+    **  retrievalerror.php
+    **
+    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    **  Submits a message which Squirrelmail couldn't handle
+    **  because of malformedness of the message
+    **  sends it to retrievalerror@squirrelmail.org
+    **  Of course, this only happens when the end user has chosen to do so
+    **
+    **  $Id$
+    **/
+
    require_once('../src/validate.php');
    require_once("../functions/imap.php");
    require_once("../functions/smtp.php");
    require_once("../functions/page_header.php");
    require_once("../src/load_prefs.php");
 
-   $destination = "retrievalerror@gm44c.xs4all.nl";
+   $destination = "retrievalerror@squirrelmail.org";
 
    $attachments = array();
 
         'Please submit every message only once<BR>' .
         "<A HREF=\"../src/read_body.php?$par\">View the message</A><BR>";
 
-?>
\ No newline at end of file
+?>