mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 21:43:30 +01:00
10 lines
186 B
Python
10 lines
186 B
Python
from __future__ import annotations
|
|
|
|
from ._legacy_adapter import build_scanners
|
|
|
|
|
|
SCANNERS = build_scanners(
|
|
[27, 28, 29, 38, 39, 40, 41, 42, 43, 88, 89],
|
|
category="IronPort",
|
|
)
|