You can use the trust level setting (assuming you are not syncing with MS Mail) to make the accounts unique
The query below is used to populate a list with all of the mailbox accounts on a particular server (Exchange2) unless their trust level has been changed from the default of 20. If we have a mailbox that should not be included we change the trust (a.k.a. replication-sensitivity in LDAP speak) level to 100, but you can change it to anything other than 20. RBDL=<LDAP://Exchange2/o=ORG/ou=SITE>;(&(objectClass=organizationalPerson)(replication-sensitivity=20)(Home-MDB=cn=Microsoft Private MDB,cn=Exchange2,cn=Servers,cn=Configuration,ou=SITE,o=ORG));cn,adspath;subtree In your example below you might need to use something like (!givenname=bob) or (givenname!=bob) I don't remember the exact "not" syntax off the top of my head. -----Original Message----- From: Chris Scharff [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 10:44 AM To: Exchange Discussions Subject: RE: RBDL Tools Yes, I've used it quite successfully in the past... Didn't I answer this question for you already? RBDL creates DLs based on LDAP queries if you build the query in such a manner that it excludes your special mailboxes they'll be excluded. Have you looked at the examples that are included with the tool? How do you know your special mailboxes are special? e.g. Oh magic RBDL 8 ball build me a list which includes all users whose first name isn't Bob. RBDL=<LDAP://ServerName/o=Acme/ou=Northamerica/cn=Recipients>; (&(objectClass=organizationalPerson)((givenName!Bob)));cn,adspath;onelevel > -----Original Message----- > From: NetStar [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 3:51 PM > To: Exchange Discussions > Subject: RBDL Tools > > > Has anyone used this tool successfully? Can Rules > Based DLs prevent "special mailbox" from being added > to the DL? What is the command string to do this or > how do I go about doing this? Thanks in advance! _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED]

