[2037] in Moira
Re: access service for outgoing mailers
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Mon Oct 20 15:41:16 2003
Message-Id: <200310201941.h9KJfEUG020535@brad-majors.mit.edu>
To: Jonathon Weiss <jweiss@MIT.EDU>
cc: Mark Silis <mark@MIT.EDU>, moiradev@MIT.EDU
In-Reply-To: Your message of "Mon, 20 Oct 2003 15:25:24 EDT."
<200310201925.h9KJPOZq019959@the-other-woman.mit.edu>
Date: Mon, 20 Oct 2003 15:41:14 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
>> When selecting users, you have 'WHERE status != 3' I think you want to
>> exclude status 0 too (which is users who have not yet selected a
>> username, and the placeholder in moira is '#<uid>'.) Statuses 4, 8, and
>> 9 are also questionable to me, but I'm not 100% sure it is safe to
>> exclude these, so I'd leave them in, unless Garry says otherwise.
I would use "status = 1 or status = 2 or status = 5 or status = 6";
status 8 is analagous to status 0, and status 9 people are defined to
only be a kerberos principal. I don't think I've ever encountered a
status 4 record and remembered it, but the code indicates status 4 is
intended to just be a placeholder.
I otherwise have no objections.
Garry