1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-21 22:01:31 +00:00

[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

View File

@@ -1,7 +1,7 @@
headline: lang.sieve_preset_1 headline: lang.sieve_preset_1
content: | content: |
require ["reject","body","regex"]; 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: reject text:
doc, exe and moo are dangerous file extensions. doc, exe and moo are dangerous file extensions.
Why would you do that? I am a sad cow. Why would you do that? I am a sad cow.