Browse Source

Removed testing change that had all the retrieval errors being sent to me.

indiri69 23 years ago
parent
commit
86b65f2e70
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/retrievalerror.php

+ 1 - 2
src/retrievalerror.php

@@ -20,8 +20,7 @@ require_once('../functions/smtp.php');
 require_once('../functions/page_header.php');
 require_once('../functions/page_header.php');
 require_once('../src/load_prefs.php');
 require_once('../src/load_prefs.php');
 
 
-#$destination = 'retrievalerror@squirrelmail.org';
-$destination = 'sethr@missoulafcu.org';
+$destination = 'retrievalerror@squirrelmail.org';
 $attachments = array();
 $attachments = array();
 
 
 function ClearAttachments() {
 function ClearAttachments() {