fix for broken drafts. Patch from Ryan O'Neill
[squirrelmail.git] / src / retrievalerror.php
index 1b4ed72331d29b5c5e6483cb708232f162e6f74e..52d9fe9e721f3df22a083b9486ef094a20dccf25 100644 (file)
@@ -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);