Port Spam filter to Rust - part 3

This commit is contained in:
mdecimus
2024-12-09 17:49:11 +01:00
parent 4453dc8f3d
commit f0d84c8e68
34 changed files with 1791 additions and 653 deletions

5
Cargo.lock generated
View File

@@ -6447,16 +6447,21 @@ name = "spam-filter"
version = "0.10.7"
dependencies = [
"common",
"decancer",
"hyper 1.5.1",
"idna 1.0.3",
"mail-auth",
"mail-builder",
"mail-parser",
"mail-send",
"nlp",
"psl",
"reqwest 0.12.9",
"smtp-proto",
"store",
"tokio",
"trc",
"unicode-security",
"utils",
]