Is there a way to authenticate people by domain? For example, all people at domain.com should be able to email any lists at domain.com, while people outside the domain.com must be members to post to the list.
On May 10, 2005, at 04:22, James wrote:
Is there a way to authenticate people by domain? For example, all people at domain.com should be able to email any lists at domain.com, while people outside the domain.com must be members to post to the list.
Adding a regular expression that matches all possible domain.com
poster addresses to the accept_these_nonmembers field of the Privacy
options... Sender filters... page may be adequate for your needs.
Try a variant of:
^.+@domain\.com$
Sender addresses are rather easy to spoof, so you may want to think
twice about doing this.
-- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/crew/jwt/ Mailman IRC irc://irc.freenode.net/#mailman
participants (2)
-
James
-
Jim Tittsler