diff --git a/src/Wolverine/WolverineOptions.cs b/src/Wolverine/WolverineOptions.cs
index 3ac7eec81..a65bc9b0d 100644
--- a/src/Wolverine/WolverineOptions.cs
+++ b/src/Wolverine/WolverineOptions.cs
@@ -267,10 +267,9 @@ public MultipleHandlerBehavior MultipleHandlerBehavior
public MessagePartitioningRules MessagePartitioning { get; }
///
- /// Internal list of IEnvelopeRule instances that are applied via ApplyCorrelation
- /// to outgoing envelopes in PersistOrSendAsync
+ /// List of instances applied to every outgoing envelope.
///
- internal List MetadataRules { get; } = new();
+ public List MetadataRules { get; } = new();
/// For advanced usages, this gives you the ability to register pre-canned message handling