{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Server-wide Rspamd settings: score thresholds and allow/deny lists. Administrator only -- these apply to every domain on the server. {% endcomment %} {% block title %}Spam filter{% endblock %} {% block content %}

Spam filter

Rspamd score thresholds and allow/deny lists, server-wide.

Score thresholds

Scores must satisfy greylist < mark-as-spam < reject.

Allow / deny lists

Allow list

None.

Deny list

None.
{% endblock %} {% block scripts %} {% endblock %}