You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add message token to return path for bounce tracking
Adds the message token to the return path (MAIL FROM) to enable faster
bounce message matching. When use_message_tags_for_bounces is enabled,
bounces can be matched by extracting the token from the return path
instead of scanning the entire message body.
Format: server_token+message_token@return_path_domain
Cherry-picked from postalserver/postal PR postalserver#3036
Co-authored-by: schueffi <schueffi@users.noreply.github.com>
Co-authored-by: openhands <openhands@all-hands.dev>
0 commit comments