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: 0 additions & 4 deletions content/momentum/3/3-api/structs-ec-message.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@ struct _ec_message {
used in ec_message_get_routing_domain.
This field will not be written to spool */
string _routing_domain;

/** @since 5.2 */
/* Make sure an attempted IP can be logged in case of temp/perm failures */
address attempted_ip;
};
```

Expand Down
1 change: 0 additions & 1 deletion content/momentum/4/4-lua-summary-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ This section contains tables of Lua functions. Click the function name for detai
| [msg.batch_id](/momentum/4/lua/ref-msg-batch-id) – Returns the human-readable ec_message.batch_id |   | msys.extended.message | 4.0 | data, data_spool, data_spool_each_rcpt, set_binding |
| [msg.conn_id](/momentum/4/lua/ref-msg-conn-id) – Returns the human-readable ec_message.conn_id |   | msys.extended.message | 4.0 | data, data_spool, data_spool_each_rcpt, set_binding |
| [msg.id](/momentum/4/lua/ref-msg-id) – Returns the human-readable ec_message.id |   | msys.extended.message | 4.0 | data, data_spool, data_spool_each_rcpt, set_binding |
| [msg:attempted_ip](/momentum/4/lua/ref-attempted-ip) – Gets the IP address (if any) that was attempted for a failed outbound connection | | msys.extended.message | 5.2 | core_log_delivery_v1, core_log_transient_failure_v1, core_log_permanent_failure_v1 |
| [msg:binding](/momentum/4/lua/ref-msg-binding) – Sets the binding to the named binding, if one is provided | [value] | msys.extended.message | 4.0 | set_binding |
| [msg:binding_group](/momentum/4/lua/ref-msg-binding-group) – Sets the binding_group to the named binding, if one is provided | [value] | msys.extended.message | 4.0 | set_binding |
| [msg:body](/momentum/4/lua/ref-msg-body) – Set or get the message body (minus headers) | [...] | msys.extended.message | 4.0 | data, data_spool, data_spool_each_rcpt, set_binding |
Expand Down
1 change: 0 additions & 1 deletion content/momentum/4/lua/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ description: "This section details all Lua functions Functions are ordered alpha
| [msg.conn_id](/momentum/4/lua/ref-msg-conn-id) | Return the human-readable ec_message.conn_id |
| [msg.id](/momentum/4/lua/ref-msg-id) | Return the human-readable ec_message.id |
| [msg:address_header](/momentum/4/lua/ref-msg-address-header) | Returns address components as an array |
| [msg:attempted_ip](/momentum/4/lua/ref-msg-attempted-ip) | Gets the attempted IP address for a failed outbound connection |
| [msg:binding](/momentum/4/lua/ref-msg-binding) | Set or get the message binding |
| [msg:binding_group](/momentum/4/lua/ref-msg-binding-group) | Sets the binding_group to the named binding, if one is provided. |
| [msg:body](/momentum/4/lua/ref-msg-body) | Set the message body (minus headers) if provided |
Expand Down
37 changes: 0 additions & 37 deletions content/momentum/4/lua/ref-msg-attempted-ip.md

This file was deleted.

1 change: 0 additions & 1 deletion content/momentum/changelog/5/5-2-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ This section will list all of the major changes that happened with the release o
| Feature | | Allows global metrics (summary) reset using [HTTP API](/momentum/4/http-api-stats/summary) |
| Feature | | New DNS configuration options to [set UDP buffer sizes](/momentum/4/config/ref-dns-udp-buffer-size) |
| Feature | | New DNS configuration option to [limit reuse](/momentum/4/config/ref-dns-max-udp-queries-per-port) of dynamic source ports by queries |
| Feature | | New [attempted_ip](/momentum/4/lua/ref-msg-attempted-ip) field in the [ec_message](/momentum/3/3-api/structs-ec-message) object, for better visibility into IP addresses used in failed delivery attempts |
| Feature | | New `injection_time_ms` field in the message events, for improved precision in diagnostics |
| Feature | | Updated major version of NodeJS LTS (now 22.22.0) |
| Feature | | Removed `msys-pg` (PostgreSQL server) and `msys-clamav` (ClamAV antivirus) RPMs from the Momentum bundle, to be replaced with their 3rd-party packages |
Expand Down
Loading