On Mon, Mar 09, 2026 at 02:40:29AM +0900, Stephen J. Turnbull wrote:
Lars Bjørndal writes:
All addresses, both addresses that I know has sent messages to the list and others, are marked as MemberRole.nonmember> Action.defer
Post from these nonmembers go through normal checks (spam, for example) before being distributed.
When I view non-members in postorius, I get some differences:
Some ar marked: Regular List default, and others Regular Default processing.
"List default" means "this user has not made a choice, so Mailman will check what is 'normal' for the list in the list's configuration".
In detail, Postorius is intended to allow users and list administrators to *modify* configurations. At delivery time, these configurations "cascade", typically in this way:
- if this subscription has a setting, apply it, and return; if not
- if the address this subscription delivers to has a setting, apply it, and return; if not
- if the user who owns that address has a setting, apply it, and return; if not
- if the list that is subscribed to has a setting, apply it, and return;
- otherwise, use the fallback setting from the source code.
In Postorius, the "no setting" option is displayed in such a way that the person considering changing the setting knows what the next level of the cascade is. "List default" means "this user has not made a choice, so Mailman will check what is 'normal' for the list in the list's configuration".
"Default processing" is a regular option, that can be applied to this post. It means "check if the user is allowed to post at all, then check for reasons (eg, spam) why this post might not be OK". Usually "list normal" is also "Default processing", but it might be "Hold for moderator", for example.
On the other hand, Mark's script will return the option that will be applied using the logic of the cascade.
Which script?
The list is imported from Mm 2.1 a long time ago. I don't know if that matters.
I don't think it does.
Hm, this is a mystery to me. Is there othere places I can search for addresses that are aloud to send to the list?
I don't understand what you want. The "mailman shell interaction" that Mark posted earlier gives you exactly the list of members who can post to the specified list. If some are "trusted users" who don't go through the spam checker, etc, they are displayed with Action.accept. Other posters are displayed with Action.defer. But both will automatically be distributed as long as they appear to be legit posts (not spam, etc).
As menitoned in my first post, this is an announce-only list.
In the Settings for this list, under Message Acceptance, the Default action to take when a member posts to the list is set to (X) Reject (with notification). The same goes for non-members. In the same Tab, Accept these non-members edit field is empty. Because one of the subscribed addresses to this list is another mailing list, all messages goes both to this announce-only list and to the subscribed list. So to the announce list, there are a few non-members that are allowed to post, e.g. bypass the default actions, which is set to Reject.
Hope this clarify my situation a bit. I don't see any place where to find the list of allowed addresses to post.
Thanks, Lars