Non randomized watermarks are ignored when glide.email.watermark.parse_restrictive is true for incoming emailsIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } td.c4 {vertical-align: middle; text-align: left;} td.c3 {width: 50; vertical-align: middle; text-align: center;} img.c2 {align: baseline;} hr.c1 {border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc;} --> Incoming email messages watermark are ignored if glide.email.watermark.parse_restrictive is true for incoming emails, and the watermarks are missing the randomize <watermark>_xxxxx part. You can recognize this problem because You have recently upgraded to an instance version that supports randomized watermarksYou have activated the Random Watermark Support plugin.The sys_properties record glide.email.watermark.parse_restrictive value is trueThe emails watermarks are not recognized, and they look like Ref:MSG0000001 (instead of Ref:MSG000001_asdrewtwer) CauseWhen the Random Watermark Support plugin is active and enabled, the watermark format changes to add a 20 character random string to the watermarks, to make them unique. Note: glide.email.watermark.parse_restrictive is not related to the target record or match with watermark table. The watermark coming from inbound email and the one present in sys_watermark record should be the same in order to recognize the target record.ResolutionDetermine a watermark transition period during which the system must recognize both randomized and non-randomized watermarks. This transition period is the time needed for the system to process incoming email replies containing non-randomized watermarks. During this time, set glide.email.watermark.parse_restrictive to false Note: With sys_properties record glide.email.watermark.parse_restrictive value of false, the system would recognize both randomized and non-randomized watermarks Related Linkshttps://docs.servicenow.com/csh?topicname=c_WorkingWithWatermarks.html&version=latest