Fix the antispam test: pin the rules it scores against, stop live Pyzor #24

Merged
jcoffey-dev merged 2 commits from fix/antispam-test into main 2026-09-23 04:12:41 +00:00
Showing only changes of commit 5be578ba3c - Show all commits
+4
View File
@@ -68,6 +68,10 @@ use std::{
time::{Duration, Instant},
};
// inbuxa: its HTTP listener (19048) is shared with the dkim2 and report
// tests, which are serial; without this it ran beside them and each got the
// other's server.
#[serial_test::serial]
#[tokio::test(flavor = "multi_thread")]
async fn antispam() {
let mut test = TestServerBuilder::new("smtp_antispam_test")