mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
4 lines
76 B
Sieve
4 lines
76 B
Sieve
require ["fileinto"];
|
|
if header :is "X-Spam" "yes" {
|
|
fileinto "Junk";
|
|
}
|