Skip to Content.
Sympa Menu

devel - Re: [sympa-developpers] Adding ARC support to Sympa

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Soji Ikeda <address@concealed>
  • To: address@concealed
  • Cc: John Levine <address@concealed>
  • Subject: Re: [sympa-developpers] Adding ARC support to Sympa
  • Date: Sun, 24 Jun 2018 17:44:02 +0900

Hi developers,

We added this issue to wish list (GH issues).  Works for it will be appreciated much.

https://github.com/sympa-community/sympa/issues/153

Regards,
— Soji

2018/06/24 8:13、John Levine <address@concealed>のメール:

I have a client who wants ARC support in Sympa, so I'm looking at
adding it and of course contributing the patches back.

For the most part it's easy, add a flag or two on the DKIM page that
says to add ARC signatures when it adds DKIM signatures.  I've already
updated the Mail::DKIM module so it can do ARC at the same time as DKIM.

Here's the question: ARC expects the incoming message to have an
Authentication-Results: header added by the incoming MTA.  Most MTAs
don't add this by default, but if you can manage your MTA, it is
pretty easy to use the Mail::AuthenticationResults milter with Postfix
or sendmail.

My question is are the people who manage Sympa usually also able to
manage the MTA to add milters, or is Sympa usually installed on a
system where someone else controls the MTA?

If people can usually install a milter, I don't need to do anything
else.  If not, I could adapt the milter code into a module that Sympa
calls as mail is received, but I'd rather not do the work if I don't
have to.

Any advice?

R's,
John





Archive powered by MHonArc 2.6.19+.

Top of Page