mail: use nix native sieve options

This commit is contained in:
Rouven Seifert 2024-02-11 19:57:42 +01:00
parent 71939c6c39
commit 82aa8774d9
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 33 additions and 48 deletions

View file

@ -12,4 +12,4 @@ if environment :matches "imap.user" "*" {
set "username" "${1}";
}
pipe :copy "sa-learn-ham.sh" [ "${username}" ];
pipe :copy "learn-ham.sh" [ "${username}" ];