Difference between revisions of "Blocking Character Sets"
From Roaring Penguin
Line 1: | Line 1: | ||
It is possible to block messages based on character set names. | It is possible to block messages based on character set names. | ||
− | In the web user interface go to Rules->Compound Rules page and enter: | + | In the web user interface go to Rules->Custom Rules (Compound Rules prior to version 10.1.0) page and enter: |
IF Subject Matches Regexp \p{yyyy} OR | IF Subject Matches Regexp \p{yyyy} OR |
Revision as of 11:54, 2 February 2017
It is possible to block messages based on character set names.
In the web user interface go to Rules->Custom Rules (Compound Rules prior to version 10.1.0) page and enter:
IF Subject Matches Regexp \p{yyyy} OR Body Matches Regexp \p{yyyy} THEN Score xx
where
- xx is a suitable value dependent on your objectives, and,
- yyyy is one of:
- CJK_Unified_Ideographs - for Chinese, Japanese or Korean
- Arabic - for Arabic script
- Cyrillic - for Cyrillic (Russian)
- Script=Hebrew - for Hebrew script
This only works with CanIt 9.0.6 and above.