Sieve: Allow User Sieve scripts to access orcpt
This commit is contained in:
@@ -183,6 +183,7 @@ impl FormHandler for Server {
|
||||
.iter()
|
||||
.map(|address| IngestRecipient {
|
||||
address: address.clone(),
|
||||
orcpt: None,
|
||||
is_spam: false,
|
||||
})
|
||||
.collect(),
|
||||
|
||||
Reference in New Issue
Block a user