Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/momentum/4/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
lastUpdated: "09/30/2024"
title: "Momentum 4.x"
title: "Momentum 4.x and later"
description: "Message Systems Inc Copyright 2014-2024 Message Systems Inc Confidential Proprietary Abstract This book documents Momentum 4 Document generated on 2024 Sep 30 Table of Contents Preface 1 Typographical Conventions Used in This Document I Introduction to Momentum 1 Components 2 Life of A Message 3 Roles and Behaviors 4 Licensed..."
---

Expand All @@ -14,7 +14,7 @@ Confidential & Proprietary.

**Abstract**

This book documents Momentum 4.
This book documents Momentum 4 and later.

Document generated on: 2024-Sep-30

Expand Down
3 changes: 2 additions & 1 deletion content/momentum/4/modules/spf.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ Set the default rule for a domain not implementing SPF. The default behavior is

_Introduced in Momentum 5.0._

Postpones the SPF check until the `RCPTTO` phase. This might be useful when the received message is accepted by a relay webhook that does not perform a SPF validation.
Postpones the SPF check until the `RCPTTO` phase. This might be useful to allow SPF validation based
on `RCPTTO` address.

</dd>

Expand Down
2 changes: 1 addition & 1 deletion content/momentum/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- link: /momentum/4
title: Momentum 4.x
title: Momentum 4.x and later
items:
- link: /momentum/4/4-preface
title: Preface
Expand Down
Loading