From 4041157cd53c0f159d592165589ddafe9c27c227 Mon Sep 17 00:00:00 2001 From: indiri69 Date: Mon, 4 Mar 2002 20:49:15 +0000 Subject: [PATCH] Changed sendMessage call to use the new field for MDN. Keeps SquirrelMail from giving a warning. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2540 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/retrievalerror.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/retrievalerror.php b/src/retrievalerror.php index 1b4ed723..52d9fe9e 100644 --- a/src/retrievalerror.php +++ b/src/retrievalerror.php @@ -20,8 +20,8 @@ require_once('../functions/smtp.php'); require_once('../functions/page_header.php'); require_once('../src/load_prefs.php'); -$destination = 'retrievalerror@squirrelmail.org'; - +#$destination = 'retrievalerror@squirrelmail.org'; +$destination = 'sethr@missoulafcu.org'; $attachments = array(); function ClearAttachments() { @@ -88,7 +88,7 @@ if ($imap_stream) { $body .= "\nFETCH line for gathering the whole message: $topline2\n"; -sendMessage($destination, '', '', 'submitted message', $body, 0); +sendMessage($destination, '', '', 'submitted message', $body, False, 0); displayPageHeader($color, $mailbox); -- 2.25.1