Fix LDAP: Synchronize accounts when expanding mailing list recipients

This commit is contained in:
Maurus Decimus
2026-05-19 18:01:54 +02:00
parent f048e0f0bb
commit 628d5520f6
3 changed files with 26 additions and 0 deletions

View File

@@ -529,6 +529,7 @@ pub async fn test(test: &mut TestServer) {
sender_authenticated: true,
recipients: vec![IngestRecipient {
address: "user@tenantx.org".to_string(),
orcpt: None,
is_spam: false
}],
message_blob: message_blob.clone(),
@@ -565,6 +566,7 @@ pub async fn test(test: &mut TestServer) {
sender_authenticated: true,
recipients: vec![IngestRecipient {
address: "user@tenantx.org".to_string(),
orcpt: None,
is_spam: false
}],
message_blob,