More work done on the options stuff.
[squirrelmail.git] / src / retrievalerror.php
index ac950ec7f6871da475c56cda70b5e7b3be50be9d..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();