Bug 285509 - Some messages didn't reach all the specified mailing lists
Summary: Some messages didn't reach all the specified mailing lists
Status: Closed Works As Intended
Alias: None
Product: Services
Classification: Unclassified
Component: Mailing Lists (show other bugs)
Version: unspecified
Hardware: Any Any
: --- Affects Some People
Assignee: postmaster
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-18 19:51 UTC by Alexey Sukhoguzov
Modified: 2025-03-20 13:29 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Sukhoguzov 2025-03-18 19:51:05 UTC
I came across messages from the desktop@ mailing list that seem to have been originally addressed to multimedia@ and acpi@ as well, but didn't get there:
https://lists.freebsd.org/archives/freebsd-desktop/2025-March/005658.txt
https://lists.freebsd.org/archives/freebsd-desktop/2025-March/005660.txt
https://lists.freebsd.org/archives/freebsd-desktop/2025-March/005661.txt

Same thread and almost the same recipients, but this time the message only reached multimedia@:
https://lists.freebsd.org/archives/freebsd-multimedia/2025-March/002900.txt

I thought most of the FreeBSD mailing lists have been open to postings from non-subscribers. Is this still the case? If so, then I suspect something must be wrong here.
Comment 1 Philip Paeps freebsd_committer freebsd_triage 2025-03-19 02:27:00 UTC
> I thought most of the FreeBSD mailing lists have been open to postings
> from non-subscribers. Is this still the case? If so, then I suspect
> something must be wrong here.

That has not been the case for many years.

If you are not subscribed to those lists, this is not a bug.
Comment 2 Alexey Sukhoguzov 2025-03-19 11:14:39 UTC
(In reply to Philip Paeps from comment #1)
> That has not been the case for many years.
Hmm, I didn't know that, thank you.  I think this PR should be closed then.

By the way, section 1.3 of the Mailing Lists FAQ (https://docs.freebsd.org/en/articles/mailing-list-faq/index.html#_are_the_freebsd_mailing_lists_open_for_anyone_to_participate)  seems to state that now some of the lists are just premoderated for non-subscribers.  Does this need to be fixed?
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-03-20 02:41:02 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=2fbba94982ea5c453f443db5e3419d47d6949cc6

commit 2fbba94982ea5c453f443db5e3419d47d6949cc6
Author:     Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2025-03-20 02:35:32 +0000
Commit:     Philip Paeps <philip@FreeBSD.org>
CommitDate: 2025-03-20 02:35:32 +0000

    mailing-list-faq: clarify subscription requirement

    FreeBSD mailing lists have required subscription to post for several
    years now.  Update the FAQ accordingly.

    PR:           285509
    Reported by:  Alexey Sukhoguzov
    Event:        Tokyo Hackathon 202503

 .../en/articles/mailing-list-faq/_index.adoc       |   5 +-
 .../content/en/articles/mailing-list-faq/_index.po | 183 ++++++++++-----------
 2 files changed, 92 insertions(+), 96 deletions(-)
Comment 4 Philip Paeps freebsd_committer freebsd_triage 2025-03-20 02:42:04 UTC
Thanks for pointing out the outdated FAQ entry.

I tried to clarify the current reality.
Comment 5 Alexey Sukhoguzov 2025-03-20 13:29:06 UTC
(In reply to Philip Paeps from comment #4)
> I tried to clarify the current reality.
Cool!  It all makes sense now.  Thanks again.