dovecot: rename sieve bayes/ham learning script
Updates the spamassasin reference to talk about rspamd.
This commit is contained in:
@@ -12,4 +12,4 @@ if environment :matches "imap.user" "*" {
|
||||
set "username" "${1}";
|
||||
}
|
||||
|
||||
pipe :copy "sa-learn-ham.sh" [ "${username}" ];
|
||||
pipe :copy "rspamd-learn-ham.sh" [ "${username}" ];
|
||||
|
||||
@@ -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}" ];
|
||||
|
||||
Reference in New Issue
Block a user