[otrs-cvs] otrs/Kernel/Output/HTML ArticleCheckSMIME.pm, 1.28.2.1, 1.28.2.2
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv31631/Kernel/Output/HTML
Modified Files:
Tag: rel-3_1
ArticleCheckSMIME.pm
Log Message:
- 2013-02-08 Fixed bug#9145 - SMIME sign verification errors are not displayed in TicketZoom.
Author: cr
Index: ArticleCheckSMIME.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/ArticleCheckSMIME.pm,v
retrieving revision 1.28.2.1
retrieving revision 1.28.2.2
diff -2 -u -d -r1.28.2.1 -r1.28.2.2
--- ArticleCheckSMIME.pm 4 May 2012 09:05:18 -0000 1.28.2.1
+++ ArticleCheckSMIME.pm 8 Feb 2013 22:52:41 -0000 1.28.2.2
@@ -1,5 +1,5 @@
# --
# Kernel/Output/HTML/ArticleCheckSMIME.pm
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -329,4 +329,23 @@
}
}
+
+ # output signature verification errors
+ elsif (
+ %SignCheck
+ && !$SignCheck{SignatureFound}
+ && !$SignCheck{Successful}
+ && !$SignCheck{Content}
+ )
+ {
+ # return result
+ push(
+ @Return,
+ {
+ Key => 'Signed',
+ Value => $SignCheck{Message},
+ %SignCheck,
+ }
+ );
+ }
}
}
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log