-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding ARC support #153
Comments
General flow:
|
@jrlevine, thanks for guidance. Please do provide sample! |
prearc.txt |
Here's a simplified version of my post-pass ARC and DKIM signer. (I used to use mj2 and it was easier to keep using this than to integrate it into Sympa.) You can see how the ARC signature is added in parallel with DKIM signature(s). |
I strongly agree with this proposal. ARC's design is especially well suited for mziling lists. That would be a good hope for mailing lists to go through DMARc agressive policies. |
I strongly agree with this proposal. ARC's design is especially well suited for mziling lists. That would be a good hope for mailing lists to go through DMARc agressive policies.
However, I feel we will need some servers reputation listings to make it work. Is there something planned by some consortium somewhere?
@jrlevine : did you hear about such a reputation list? I think this could be useful.
The ARC crowd is thinking about reputation lists but nothing yet.
HOWEVER, ARC is mostly intended for getting list mail into large providers
like Gmail and Yahoo, who have their own idea about reputation. The Sympa
system can and should add ARC headers without needing any local reputation
info. You can look at the sample code I uploaded to see how that works.
Regards,
John Levine, johnl@iecc.com, Primary Perpetrator of "The Internet for Dummies",
Please consider the environment before reading this e-mail. https://jl.ly
|
Draft documentation was merged: https://sympa-community.github.io/manual/customize/dkim-arc.html I have a question: Doc says:
But the last release on metacpan is 0.53, and 0.51 is identical to it except some test cases added. Isn't 0.51 suffice? |
On Sat, 6 Oct 2018, IKEDA Soji wrote:
Draft documentation was merged: https://sympa-community.github.io/manual/customize/dkim-arc.html
I have a question: Doc says:
> ARC requires Mail::DKIM version 0.60 or later which includes ARC support.
But the last release on [metacpan](https://metacpan.org/release/Mail-DKIM) is 0.53, and 0.51 is identical to it except some test cases added. Isn't 0.51 suffice?
You're right. I checked, anything since 0.50 is OK.
Regards,
John Levine, johnl@iecc.com, Primary Perpetrator of "The Internet for Dummies",
Please consider the environment before reading this e-mail. https://jl.ly
|
Thanks for confirming. Unfortunately current Sympa have to support Perl 5.8.1 at earliest while 0.50 uses |
If there are no more problems, this issue will be closed in the next week, i.e. beta test will be finished! |
Current beta: Sympa 6.2.37b.2
ToDo
Documentation (draft)
References
Related posts:
Specification:
The text was updated successfully, but these errors were encountered: