Opened 8 years ago
Last modified 8 years ago
#1799 new task
Sort out osuosl hosting notification subscription
Reported by: | strk | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SysAdmin | Keywords: | osuosl, hosting |
Cc: |
Description
OSUOSL sends out announces about hosting via the mailing list at http://lists.osuosl.org/mailman/listinfo/hosting
It looks like we were subscribed as sac@…, but the sac list bounces messages coming from non-subscribed so refuses most incoming traffic from that list, which have arbitrary From addresses.
Today I've requested subscription as sysadmin@… too, but didn't confirm that yet.
This ticket is to sort this whole thing out and document it on the wiki.
Change History (5)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
I don't see an option for that. And are we sure only @osuosl people are able to post there ?
comment:3 by , 8 years ago
meanwhile I've confirmed subscription to hosting@osuosl as sysadmin@osgeo (an alias to a few SAC people)
comment:4 by , 8 years ago
The hosting@osuosl list maintainer confirmed only @osuosl people can post to that list, so if accept_these_non_members
can be fed a regexp, we should be fine.
The wildcard seems feasible: https://answers.stanford.edu/solution/how-do-i-configure-my-list-accept-non-members-postings
comment:5 by , 8 years ago
Alright, I removed
support@osuosl.org hosting@osuosl.org
And added:
^.*@osuosl.org
We'll have to retire the sysadmin@ subscription as soon as we confirm hosting@osgeo mails do arrive to SAC lits
can't we have
^[^@]+@(.+\.|)osuosl\.org$
inaccept_these_non_members
in sac's mailman conf?