* Sun Jan 19 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-15.sme

- use spamd user for spams/ham learning [SME: 12265]
  max size to learn hardocded to 5MB.
  per user spamassassin config is not supported
This commit is contained in:
2025-01-19 21:20:06 -05:00
parent 9e05a63784
commit 4ba0c22943
4 changed files with 10 additions and 4 deletions

View File

@@ -1 +1 @@
exec /usr/bin/spamc -L ham
exec /usr/bin/spamc -u spamd --max-size=5283920 -L ham

View File

@@ -1 +1 @@
exec /usr/bin/spamc -L spam
exec /usr/bin/spamc -u spamd --max-size=5283920 -L spam