[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-110-g129baa2
Alex Vandiver
alexmv at bestpractical.com
Mon Oct 4 14:39:29 EDT 2010
The branch, 3.9-trunk has been updated
via 129baa225d589a3373435ca8b250423f6b5cdd99 (commit)
from 5517022af2fd1eab715e33013920b0beae148de0 (commit)
Summary of changes:
lib/RT/Interface/Web.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 129baa225d589a3373435ca8b250423f6b5cdd99
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Oct 4 14:32:06 2010 -0400
Ensure that all internal messages, including create txns, have message-ids
diff --git a/lib/RT/Interface/Web.pm b/lib/RT/Interface/Web.pm
index 07eb896..a9983e4 100755
--- a/lib/RT/Interface/Web.pm
+++ b/lib/RT/Interface/Web.pm
@@ -1284,6 +1284,7 @@ sub MakeMIMEEntity {
);
my $Message = MIME::Entity->build(
Type => 'multipart/mixed',
+ "Message-Id" => RT::Interface::Email::GenMessageId,
map { $_ => Encode::encode_utf8( $args{ $_} ) }
grep defined $args{$_}, qw(Subject From Cc)
);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list