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->Custom Rules (Compound Rules prior to version 10.1.0) page and | + | In the web user interface go to Rules->Custom Rules (Compound Rules prior to version 10.1.0) page and then click on the link "Add an Advanced Rule". Enter: |
− | IF Subject Matches Regexp \p{yyyy} | + | IF Subject Matches Regexp \p{yyyy} |
− | + | Comment: cc | |
− | + | Score: xx | |
− | + | Then click on "Update". Now click "+ New Clause" in the "Logical Operator" column. This bring up a blank second filtering clause. Set the "Logical Operator" to "OR" and enter the second clause: | |
+ | |||
+ | IF Body Matches Regexp \p{yyyy} | ||
+ | |||
+ | Then click on "Update and Save" | ||
+ | |||
+ | Where in the above: | ||
+ | * cc is an optional comment | ||
* xx is a suitable value dependent on your objectives, and, | * xx is a suitable value dependent on your objectives, and, | ||
* yyyy is one of: | * yyyy is one of: |
Revision as of 14:36, 16 June 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 then click on the link "Add an Advanced Rule". Enter:
IF Subject Matches Regexp \p{yyyy} Comment: cc Score: xx
Then click on "Update". Now click "+ New Clause" in the "Logical Operator" column. This bring up a blank second filtering clause. Set the "Logical Operator" to "OR" and enter the second clause:
IF Body Matches Regexp \p{yyyy}
Then click on "Update and Save"
Where in the above:
- cc is an optional comment
- 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.