9 lines
138 B
Text
9 lines
138 B
Text
|
# {{ ansible_managed }}
|
||
|
|
||
|
require ["fileinto","mailbox"];
|
||
|
|
||
|
if header :contains "X-Spam" "Yes" {
|
||
|
fileinto :create "INBOX.Junk";
|
||
|
stop;
|
||
|
}
|