mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 05:23:31 +01:00
MAESTRO: add legacy scanner modules
This commit is contained in:
6
backend/app/engine/scanners/trendmicro.py
Normal file
6
backend/app/engine/scanners/trendmicro.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from ._legacy_adapter import build_scanners
|
||||
|
||||
|
||||
SCANNERS = build_scanners(list(range(47, 60)) + [97], category="Trend Micro")
|
||||
Reference in New Issue
Block a user