mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 21:43:30 +01:00
6 lines
154 B
Python
6 lines
154 B
Python
from __future__ import annotations
|
|
|
|
from ._legacy_adapter import build_scanners
|
|
|
|
SCANNERS = build_scanners([18, 19, 20, 21, 74], category="SpamAssassin")
|