first
This commit is contained in:
commit
5aa7d034f7
3292 changed files with 465160 additions and 0 deletions
10
data/web/inc/presets/sieve/sieve_1.yml
Executable file
10
data/web/inc/presets/sieve/sieve_1.yml
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
headline: lang.sieve_preset_1
|
||||
content: |
|
||||
require ["reject","body","regex"];
|
||||
if anyof (body :raw :regex ["filename=\".*\\.(doc|exe|moo)\""]) {
|
||||
reject text:
|
||||
doc, exe and moo are dangerous file extensions.
|
||||
Why would you do that? I am a sad cow.
|
||||
.
|
||||
;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue