Sieve: Allow User Sieve scripts to access orcpt

This commit is contained in:
Maurus Decimus
2026-05-19 17:40:45 +02:00
parent e54221dde6
commit f048e0f0bb
5 changed files with 7 additions and 0 deletions

View File

@@ -183,6 +183,7 @@ impl FormHandler for Server {
.iter()
.map(|address| IngestRecipient {
address: address.clone(),
orcpt: None,
is_spam: false,
})
.collect(),