File: utf8_sieve.txt

package info (click to toggle)
python-sievelib 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: python: 3,531; makefile: 7; sh: 5
file content (7 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
require ["fileinto", "reject"];

# Filter: UTF8 Test Filter äöüß 汉语/漢語 Hànyǔ
if allof (header :contains ["Subject"] ["€ 300"]) {
    fileinto "Spam";
    stop;
}