Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-11-16 06:23
Flavor·PCRE2 (PHP)

/
^X-Mimecast-Spam-Score\: \b([7-9]|[12][0-9])\b\nX\-Mimecast\-Spam\-Signature\: yes$
/
gm
Open regex in editor

Description

This was put together so that O365 can match headers and move to Microsoft Junk-mail folder instead of using Mimecast User Hold Queue.

Submitted by anonymous