[429] in Moira
ptserver rules
daemon@ATHENA.MIT.EDU (Richard Basch)
Wed Jul 8 16:58:24 1992
Date: Wed, 8 Jul 92 16:57:28 -0400
To: mar@MIT.EDU
Cc: moiradev@MIT.EDU
From: "Richard Basch" <basch@MIT.EDU>
1. Names are lowercased.
2. Names are unique.
3. The set of invalid characters:
@ : \n
4. Prefix checking for groups.
That's basically it... the above rules apply to groups and users.
So, if we can enforce the set of invalid characters and case-folding for
lists, I think we can probably assure a valid prdb...
-R