On Wed, 25 Oct 2006 16:36:09 -0700, Alan Winston - SSRL Central Computing
<[log in to unmask]> wrote:

>LOCAL "*.SLAC.STANFORD.EDU"
...
>when a subscriber sends a REVIEW listname, she gets a
>"you are not authorized" nastygram.

You did not specify the user's address/domain.  The above setting would
include [log in to unmask] and [log in to unmask] but would
not include the simpler [log in to unmask]  To include that domain as
well you need

LOCAL "*.SLAC.STANFORD.EDU SLAC.STANFORD.EDU"

or

LOCAL "*SLAC.STANFORD.EDU"   <-note no '.' after the '*'

I prefer the former so it is explicitly clear what is allowed and what is not,
but YMMV.