Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

authres: use policy.iprev to record remote IP#83

Draft
gwire wants to merge 1 commit intoExim:masterfrom
gwire:authres_iprev_policy
Draft

authres: use policy.iprev to record remote IP#83
gwire wants to merge 1 commit intoExim:masterfrom
gwire:authres_iprev_policy

Conversation

@gwire
Copy link
Copy Markdown

@gwire gwire commented Mar 20, 2021

Exim currently sets the iprev method in Authentication-Results: to look like

iprev=pass (localhost) smtp.remote-ip=127.0.0.1;

The registered method for iprev specified policy.iprev.

iprev=pass (localhost) policy.iprev=127.0.0.1;

Replace "smtp.remote-ip" with "policy.iprev" when applied to iprev
method, but retain "smtp.remote-ip" for arc method.

Updates changes made in 99efa4c
@HeikoSchlittermann
Copy link
Copy Markdown
Member

Thanks, we'll review it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants