dovecot: rename sieve bayes/ham learning script

Updates the spamassasin reference to talk about rspamd.
This commit is contained in:
Martin Weinelt 2025-05-12 03:13:14 +02:00
parent 235dba2d82
commit dd83a2c7ad
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
4 changed files with 6 additions and 6 deletions

View file

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