Port Spam filter to Rust - part 4

This commit is contained in:
mdecimus
2024-12-10 18:56:09 +01:00
parent f0d84c8e68
commit 44ae796d9b
22 changed files with 760 additions and 477 deletions

View File

@@ -509,6 +509,10 @@ impl ResolveVariable for TestEnvelope {
_ => Default::default(),
}
}
fn resolve_global(&self, _: &str) -> Variable<'_> {
Variable::Integer(0)
}
}
impl TestEnvelope {