[Rt-commit] rt branch, 4.2/smime-v2-strict, updated. rt-4.0.4-504-g0b665e4
Jason May
jasonmay at bestpractical.com
Wed Jan 18 17:44:54 EST 2012
The branch, 4.2/smime-v2-strict has been updated
via 0b665e4ba8e6d6419e39eedd59842be632d4a5c3 (commit)
from e9aeee2026567ab3c5d4380fb84a5a0b237ebf5a (commit)
Summary of changes:
lib/RT/Interface/Email/Auth/Crypt.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 0b665e4ba8e6d6419e39eedd59842be632d4a5c3
Author: Jason May <jasonmay at bestpractical.com>
Date: Wed Jan 18 17:43:52 2012 -0500
Be more specific about why a ticket wasn't created from plain mail
diff --git a/lib/RT/Interface/Email/Auth/Crypt.pm b/lib/RT/Interface/Email/Auth/Crypt.pm
index 788af11..febfafe 100644
--- a/lib/RT/Interface/Email/Auth/Crypt.pm
+++ b/lib/RT/Interface/Email/Auth/Crypt.pm
@@ -192,7 +192,7 @@ sub GetCurrentUser {
Template => 'NotEncryptedMessage',
Arguments => { Message => $args{'Message'} },
);
- return (-1, 'rejected because the message is unencrypted with Strict mode enabled');
+ return (-1, 'rejected because the message has unencrypted parts with Strict mode enabled');
}
$part->head->replace(
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list