* 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:
@@ -1 +1 @@
|
||||
exec /usr/bin/spamc -L ham
|
||||
exec /usr/bin/spamc -u spamd --max-size=5283920 -L ham
|
||||
|
@@ -1 +1 @@
|
||||
exec /usr/bin/spamc -L spam
|
||||
exec /usr/bin/spamc -u spamd --max-size=5283920 -L spam
|
||||
|
Reference in New Issue
Block a user