diff --git a/data/web/templates/user.twig b/data/web/templates/user.twig index 5536abe4e..bf244f742 100644 --- a/data/web/templates/user.twig +++ b/data/web/templates/user.twig @@ -15,7 +15,7 @@ {% if acl.spam_alias == 1 %}
{% endif %} - {% if acl.spam_score == 1 %} + {% if acl.spam_score == 1 or acl.spam_policy == 1 %} {% endif %} {% if acl.syncjobs == 1 %} @@ -36,7 +36,7 @@ {% include 'user/tab-user-details.twig' %} {% include 'user/tab-user-settings.twig' %} {% if acl.spam_alias == 1 %}{% include 'user/SpamAliases.twig' %}{% endif %} - {% if acl.spam_score == 1 %}{% include 'user/Spamfilter.twig' %}{% endif %} + {% if acl.spam_score == 1 or acl.spam_policy == 1 %}{% include 'user/Spamfilter.twig' %}{% endif %} {% if acl.syncjobs == 1 %}{% include 'user/Syncjobs.twig' %}{% endif %} {% if acl.app_passwds == 1 %}{% include 'user/AppPasswds.twig' %}{% endif %} {% if acl.pushover == 1 %}{% include 'user/Pushover.twig' %}{% endif %}