Zia Prediction Fails When Email Content has Classifications - Extended Version
Issue : Zia Approval prediction is not working when the prediction query has email classification content in it.
Fix : In this fix, we have created a file called IgnoreList.txt. The fix will read the contents present in this file and ignore them while reading the email content and send it for Approval Prediction. It will be filtering out the contents present in IgnoreList.txt file. In this IgnoreList.txt file, you have to add the classification content that you will be using in your emails. For example, "Classification: Restricted". This text file should contain only the content that can been seen in the classification template that you use while sending an approval email. The content you will be adding in the file is case sensitive. Hence, please make sure its the same content that you use in your emails. Also, make sure that each entries you add must end with a new line.
Build : From 12007 to 14103 (contact developer team before sharing the fix)
Note :
1. This fix is to troubleshoot this particular case
which is an extended version of reference. Please contact the developer team before sharing the fix to customers
2. In this extended version, the email classification removal will be handled in a different class file (on a different layer). This has been adjusted because of the uniqueness in customer's input data (email content after signature removal).

For Builds < 13005: Use Zia_IgnoreList_Fix_Extended_Version.fjar
For Builds >= 13005: Use 1_Zia_IgnoreList_Fix_For_13005_And_More.fjar

For Generic Fix, use Zia_IgnoreList_Generic_Fix.fjar. Applicable to Builds >= 14101
New to ADSelfService Plus?
Resources
Related Articles
Zia Prediction Fails When Email Content has Classifications
Issue: Zia Approval prediction is not working when the prediction query has email classification content in it. Fix: In this fix, we have created a file called IgnoreList.txt. The fix will read the contents present in this file and ignore them while ...
Zia prediction failure due to security statements at the front of email content
Issue: Zia approval prediction fails when security statements are present at the starting of the mail content. Since we consider the first 100 characters and 2 sentences from the content, the approval comment given by the user was not considered due ...
Zia approval prediction failure even with customized data
Zia approval prediction is not working as expected even though the data is given under customized data. Fix: The customized model will be considered for the prediction at first and then if it fails to predict, the default model will be considered. ...
Zia prediction fails due to signature content
Issue: Zia Approval prediction is not working when the prediction query has signature in it. Log Trace: [12:15:08:465]|[07-05-2022]|[com.manageengine.servicedesk.sdpai.utils.ApprovalPrediction]|[INFO]|[147]: result::-1.0| ...
Zia Prediction Shows Rejected Due to Signature Content
Issue: Zia Approval prediction is not working when the prediction query has signature in it. Fix: The proper approval comment and the signature has new line character(\n) in between them. So splitting the content into two and predicting the first ...