[UI] Corrected Sieve Preset 1 (Fixed Regex)

This commit is contained in:
DerLinkman 2024-05-13 15:02:41 +02:00
parent 8a8687a63c
commit 58f63aad08
No known key found for this signature in database
GPG Key ID: AA4A82514748F5A9

View File

@ -1,7 +1,7 @@
headline: lang.sieve_preset_1
content: |
require ["reject","body","regex"];
if anyof (body :raw :regex ["filename=.*\.doc","filename=.*\.exe","filename=.*\.moo"]) {
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.