Commit fc2208e
committed
Fix PII scrubbing for untyped standalone attachments
Use unwrap_or_default() to treat attachments without an explicit
AttachmentType header as AttachmentType::Attachment, ensuring they
are correctly routed to the StandaloneAttachments processing group
for PII scrubbing instead of falling through to the Standalone group.1 parent b22e064 commit fc2208e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
| 383 | + | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| |||
0 commit comments