You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
392 B
Sieve

require ["vnd.dovecot.execute","variables","fileinto", "envelope", "subaddress","vacation","vacation-seconds"];
if envelope :detail "to" "spam"{
fileinto "Spam";
}
if header :contains ["to", "cc"]
[
"alias@tinad.fr"
]{
if address :matches "from" "*" { set "from" "${1}"; }
if execute :output "response" "genalias.sh" [ "${from}" ]{
vacation :seconds 1801 "${response}";
}
}