From 745fca27146db83401907f7823fd3e56895fc381 Mon Sep 17 00:00:00 2001 From: alex-brainstorm Date: Thu, 4 Sep 2003 02:24:09 +0000 Subject: [PATCH] Change message file suffix from .eml to .msg (as in download.php/compose.php) so they are not bounced by email filters (eg sf). git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5620 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/move_messages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/move_messages.php b/src/move_messages.php index 8200de48..4fe2994a 100644 --- a/src/move_messages.php +++ b/src/move_messages.php @@ -77,7 +77,7 @@ function attachSelectedMessages($msg, $imapConnection) { $fp = fopen( $full_localfilename, 'wb'); fwrite ($fp, $body); fclose($fp); - $composeMessage->initAttachment('message/rfc822',$subject.'.eml', + $composeMessage->initAttachment('message/rfc822',$subject.'.msg', $full_localfilename); } } -- 2.25.1