Files
a13labs.infra/terraform/k8sapps/resources/mail/sieve
T

5 lines
77 B
Plaintext
Raw Normal View History

require ["fileinto"];
if envelope :matches "from" "*" {
fileinto "Sent";
}