mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
fix case of flag value
same as previous commit on dovecot.sieve
This commit is contained in:
parent
4359aad89f
commit
726e0467e9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
require ["fileinto"];
|
require ["fileinto"];
|
||||||
if header :is "X-Spam" "yes" {
|
if header :is "X-Spam" "Yes" {
|
||||||
fileinto "Junk";
|
fileinto "Junk";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue