Kevin Fenzi wrote:
> On Wed, Jan 15, 2025 at 04:15:11PM +0100, Cristian Le via devel wrote:
> > On 1/15/25 2:33 PM, Fabio Valentini wrote:
> >   
> > > No, AFAIK the <username>@fedoraproject.org email alias should work for
> > > all users who are in CLA+1 or something (so it should work for all
> > > members of the "packager" group, for example, since signing the CLA is
> > > prerequisite for joining the "packager" group).  
> > 
> > Indeed you are right, I have tried it out and something is setup there. But
> > the way it is setup guarantees it will break for most cases and it should be
> > discouraged.  
> 
> Well, it will break for senders who's mail domain sets reject on SPF and
> who's recipient domain actually rejects those emails instead of just
> marking them as less valid.
> 
> > I have tried to send a message from my work email to
> > lec...@fedoraproject.org, and I got an SPF check failure. From the error
> > message I see the failure is that <user>@fedoraproject.org tries to
> > impersonate the sender (in this case my work email) and the sender's SPF
> > does not allow that IP address.  
> 
> Yeah, if your work email rejects such messages then indeed it will not
> work in that case. 
> 
> Now, we could look at setting up some kind of rewriting thing that takes
> the emails, rewrites them to come from some fedoraproject address and
> set reply-to to the real sender. This would be a net new block of work
> someone would have to implement, test, deploy and maintain it.

If it's only SPF, then it should be enough to use the forwarding
server's own domain in the SMTP session, like list servers always do.
SPF asks the receiving server to validate the hostname given in
HELO/EHLO and the return address given in MAIL FROM in SMTP. A correct
SPF implementation will only look at the SMTP envelope, not the email
header.

The problems usually arise when the sender has a DMARC rule that forbids
forwarding and the recipient enforces DMARC, because DMARC imposes
requirements on the From field of the email header. That, I believe, is
when this mailing list rewrites the From field, and the forwarding
alias server would have to do the same. You can tell which posters have
strict DMARC rules by the "via devel" that gets appended to their names.

Björn Persson

Attachment: pgpNwfTpa8Y2l.pgp
Description: OpenPGP digital signatur

-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to