Hey! Had a quick question; is it possible in some way to know the sending IP during some stage where you can interact with the message object?
For example; you can interact with the message (setting meta, headers, etc) during smtp_server_message_received but you don’t know the sending IP yet. Is there another stage where both are available?
I was looking into the possibilities for this due to ISIPP mentioning this in their docs:
In addition, although not required, IADB listees may choose to include “X-IADB-IP:” and
“X-IADB-IP-REVERSE:” headers in the email they send (followed by the sending IP address, and sending IP address reversed, respectively). This provides a notice to receiving systems that a) the IP address in the X-IADB header should match the sending IP address, and b) the sending IP address and additional information about the sender can be found in IADB.
Not required and we’re not there yet - but it just sparked my interest to learn more of the possibilities of the lifecycle in Kumo in general