[otrs-cvs] otrs/Kernel/Output/HTML ArticleCheckSMIME.pm,1.34,1.35
"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-serv31891/Kernel/Output/HTML
Modified Files:
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.34
retrieving revision 1.35
diff -2 -u -d -r1.34 -r1.35
--- ArticleCheckSMIME.pm 20 Nov 2012 14:56:05 -0000 1.34
+++ ArticleCheckSMIME.pm 8 Feb 2013 22:53:09 -0000 1.35
@@ -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$
@@ -427,4 +427,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