Skip to content

Commit 60128b6

Browse files
authored
TASK-214319: Removing mentions to attempted_ip Lua function (#828)
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
1 parent 09470b6 commit 60128b6

5 files changed

Lines changed: 0 additions & 44 deletions

File tree

content/momentum/3/3-api/structs-ec-message.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@ struct _ec_message {
124124
used in ec_message_get_routing_domain.
125125
This field will not be written to spool */
126126
string _routing_domain;
127-
128-
/** @since 5.2 */
129-
/* Make sure an attempted IP can be logged in case of temp/perm failures */
130-
address attempted_ip;
131127
};
132128
```
133129

content/momentum/4/4-lua-summary-table.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ This section contains tables of Lua functions. Click the function name for detai
2828
| [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 |
2929
| [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 |
3030
| [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 |
31-
| [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 |
3231
| [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 |
3332
| [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 |
3433
| [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 |

content/momentum/4/lua/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ description: "This section details all Lua functions Functions are ordered alpha
8787
| [msg.conn_id](/momentum/4/lua/ref-msg-conn-id) | Return the human-readable ec_message.conn_id |
8888
| [msg.id](/momentum/4/lua/ref-msg-id) | Return the human-readable ec_message.id |
8989
| [msg:address_header](/momentum/4/lua/ref-msg-address-header) | Returns address components as an array |
90-
| [msg:attempted_ip](/momentum/4/lua/ref-msg-attempted-ip) | Gets the attempted IP address for a failed outbound connection |
9190
| [msg:binding](/momentum/4/lua/ref-msg-binding) | Set or get the message binding |
9291
| [msg:binding_group](/momentum/4/lua/ref-msg-binding-group) | Sets the binding_group to the named binding, if one is provided. |
9392
| [msg:body](/momentum/4/lua/ref-msg-body) | Set the message body (minus headers) if provided |

content/momentum/4/lua/ref-msg-attempted-ip.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

content/momentum/changelog/5/5-2-0.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ This section will list all of the major changes that happened with the release o
1616
| Feature | | Allows global metrics (summary) reset using [HTTP API](/momentum/4/http-api-stats/summary) |
1717
| Feature | | New DNS configuration options to [set UDP buffer sizes](/momentum/4/config/ref-dns-udp-buffer-size) |
1818
| Feature | | New DNS configuration option to [limit reuse](/momentum/4/config/ref-dns-max-udp-queries-per-port) of dynamic source ports by queries |
19-
| 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 |
2019
| Feature | | New `injection_time_ms` field in the message events, for improved precision in diagnostics |
2120
| Feature | | Updated major version of NodeJS LTS (now 22.22.0) |
2221
| Feature | | Removed `msys-pg` (PostgreSQL server) and `msys-clamav` (ClamAV antivirus) RPMs from the Momentum bundle, to be replaced with their 3rd-party packages |

0 commit comments

Comments
 (0)