mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 13:33:30 +01:00
MAESTRO: add legacy scanner modules
This commit is contained in:
9
backend/app/engine/scanners/ironport.py
Normal file
9
backend/app/engine/scanners/ironport.py
Normal file
@@ -0,0 +1,9 @@
|
||||
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",
|
||||
)
|
||||
Reference in New Issue
Block a user