The Needs Review Queue Bot β tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide β to find step-by-step guides for working with issues.
- First commit to issue fork.
- Status changed to RTBC
11 months ago 5:59pm 31 January 2024 - π¨π¦Canada joelpittet Vancouver
I agree with @iamclean's assessments and answers to @alexpott from #32.
I love this patch because it removes complexity and clears up misconceptions of how this
Return-path
works and conflated withFrom
(in my case for bounces) and still does the same thing it used to.I'm using mimemail which makes the -f flag not work because the Return-path is in the
<from@example.org>
format and never matches thesite_mail
.Moved this to a reroll MR, for the bot
- π¨π¦Canada joelpittet Vancouver
I did a really rough draft CR https://www.drupal.org/node/3418522 β , please edit at a will. I'm not sure how to describe it as "envelope sender" but that is the correct term it sounds strange.
- Status changed to Needs work
11 months ago 10:00am 1 February 2024 - π¬π§United Kingdom alexpott πͺπΊπ
Tests have failed due to the changes.
- π¨π¦Canada joelpittet Vancouver
Thanks @alexpott, usually the test failures would kick it back to needs work, probably a transition to gitlab thing...
Anyways, this patch makes this problem with RFC 2822 Return-Path more problematic
π RfcComplianceException: RFC 2822 Needs workBecause prior to this, we stripped the return-path out, so it didn't validate it through Symfony. With this patch it's still there, so gets validate and makes that issue a problem for my case as well... (I haven't applied the patch in that one because I'd rather not rely on multiple patches to solve a problem if I can help it).
I still like the solution here, just need to find a way to make everybody happy... and the testbot