From feb8ce79abcd737d601a23070215b84bcb37fc6d Mon Sep 17 00:00:00 2001 From: indiri69 Date: Sun, 10 Mar 2002 20:01:23 +0000 Subject: [PATCH] Removed testing change that had all the retrieval errors being sent to me. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2563 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/retrievalerror.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/retrievalerror.php b/src/retrievalerror.php index 52d9fe9e..e95657a6 100644 --- a/src/retrievalerror.php +++ b/src/retrievalerror.php @@ -20,8 +20,7 @@ require_once('../functions/smtp.php'); require_once('../functions/page_header.php'); require_once('../src/load_prefs.php'); -#$destination = 'retrievalerror@squirrelmail.org'; -$destination = 'sethr@missoulafcu.org'; +$destination = 'retrievalerror@squirrelmail.org'; $attachments = array(); function ClearAttachments() { -- 2.25.1