{% extends "base.html" %} {% block title %} | Whitelist {% endblock title %} {% block content %}

Whitelist Rules

Shape what is allowed through, and use the live pane to see which entries are the only ones that will still be sent.

Whitelist rules are restrictive. If any whitelist rule exists, entries must match it to be sent.

Plain text matching is case-insensitive and partial, so orld matches World of Warcraft.

When an entry matches both lists, whitelist still wins and the preview shows it as sent.

Saved blacklist rules remain active while you preview whitelist edits.

Word Rules

Comma separated terms or snippets. Spaces around commas are ignored.

Example: primogem,events,orld,special program

Regex Rules

One pattern per line. Matching is case-insensitive.

^New Release:.*
\b(update|version|patch)\s+\d+\.\d+
.*\[(important|notice)\].*
Back to feed
{% include "_filter_preview.html" %}
{% endblock content %}