Configure your spamassassin¶
If you want to use --learnspambox or --learnhambox features, you have to add this configuration:
Allow Tell¶
You have to start spamd with the --allow-tell option.
On debian systems (debian and ubuntu), you have to edit /etc/default/spamassassin and replace:
OPTIONS="-D --create-prefs --max-children 5 --helper-home-dir"
by:
OPTIONS="-D --allow-tell --create-prefs --max-children 5 --helper-home-dir"
Don't forget to restart you're spamd server after that (sudo /etc/init.d/spamassassin restart on debian).