mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
9 lines
No EOL
140 B
Sieve
9 lines
No EOL
140 B
Sieve
require "fileinto";
|
|
|
|
if header :contains "X-Spam-Flag" "YES" {
|
|
fileinto "Spam";
|
|
}
|
|
|
|
if header :is "X-Spam" "Yes" {
|
|
fileinto "Spam";
|
|
} |