mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 05:23:31 +01:00
9 lines
179 B
Python
9 lines
179 B
Python
from __future__ import annotations
|
|
|
|
from ._legacy_adapter import build_scanners
|
|
|
|
SCANNERS = build_scanners(
|
|
[12, 13, 14, 15, 16, 63, 64],
|
|
category="Forefront Antispam",
|
|
)
|