Systems and methods for managing distribution lists

Information

  • Patent Application
  • 20080027960
  • Publication Number
    20080027960
  • Date Filed
    July 28, 2006
    18 years ago
  • Date Published
    January 31, 2008
    16 years ago
Abstract
Email lists are managed based on the attributes of the email list members. An authorized person may generate an email list by selecting one or more attributes characterizing each member of the email list. An email list may be selected by selecting one or more attributes characterizing each member of the email list. Each email list is dynamically updated according to the attributes characterizing the email list.
Description

BRIEF DESCRIPTION OF THE DRAWINGS

The invention will be described by reference to the preferred and alternative embodiments thereof in conjunction with the drawings in which:



FIG. 1 is a block diagram illustrating an embodiment of the present invention;



FIG. 2 is a screenshot of a custom user interface used in some embodiments of the present invention;



FIG. 3 is a screenshot of another view of the custom user interface used in some embodiments of the present invention; and



FIG. 4 is a screenshot of a mail application invoked through the custom user interface of FIG. 3.





DETAILED DESCRIPTION

The description herein should be understood to describe only one preferred embodiment of the invention. Those skilled in the art will recognize, for example, that the described embodiment is just one simplified example of the novel system and method of automatically generating and maintaining email lists. The simplified example is all that needs to be described in detail in order to enable the more general system and method that the invention comprises.



FIG. 1 is a block diagram illustrating an embodiment of the present invention. In FIG. 1, an aggregator module 130 receives attribute data from a company's authoritative data sources 110 and 120. An authoritative data source provides verified and current attribute data and may implemented, for example, using a Lightweight Data Access Protocol (LDAP) or may be implemented as an asset database (ADb) such as those described in Application Ser. No. 11/025,871 filed Dec. 29, 2004 incorporated herein in its entirety by reference.


Attribute data include an attribute type and one or more attribute values associated with the attribute type and may be any data that characterizes or is associated with an individual. Examples of such attribute data include a person's status (having values of employee, contractor, vendor, etc.), title (manager, director, etc.), location (region, city, building, floor, etc.), P&L group, and relationship to company assets such as owner or manager of a specific database or software application. The variety and number of attributes is only limited by the attributes and relationships maintained by the authoritative data sources.


The aggregator module 130 allows users to query, update, and create email groups based on the characteristics of the group. Examples of groups based on member attributes include a group of all employees of a company, a group of all managers of an Oracle database, a group of all people located in a particular building in a specified city, or a group associated with a specific project.


The aggregator module 130 is configured to automatically update an existing group when one of the authoritative data sources is updated. For example, the aggregator module may be configured to pull or query attribute information every night after ADb has performed its daily update. Alternatively, the aggregator module may be configured to receive automatically an update feed that is generated by the authoritative data source during its regular update cycle. Similarly, the attribute loader may be configured to update the group database after the aggregator module has updated the email groups in LDAP and Active Directory. The automatic update or synchronization with the authoritative data source keeps each existing group current without having to edit each member of the group individually as the member's status changes.


In some embodiments, access to the aggregator module is restricted using a delegated security model that prevents unauthorized persons from creating or modifying the groups. New groups may be created by specifying a group name and one or more attributes that characterize the group. The new group definition is loaded into the aggregator module by an authorized user. Once the group definition is loaded into the aggregator module, the new group is generated in the same manner as the pre-existing groups.


The generated email groups may be written to one or more directory services on the company's network. Examples of such services include Active Directory or an LDAP database. In the example shown in FIG. 1, the generated email groups are stored in Active Directory 140 and an LDAP database 110. In a preferred embodiment, email users may select an email group stored in Active Directory to send email messages to the group. The generated email groups are also stored in the LDAP database, which supports an interface that allows a user to select the appropriate email group stored in Active Directory.


An attribute loader 150 receives or requests group information from the LDAP database and stores the email group name and its associated attributes in a group database 160. The information stored in the group database 160 is used to populate a custom user interface 180 that allows a user to select an email group. Interface module 170 populates and presents the custom user interface and receives and handles user queries. Interface module 170 is preferably implemented using standard technologies such as, for example, Java servlets, JavaBeans, ResourceBundles, and XML with a framework such as, for example, the Struts open source framework.


The custom user interface 180 is preferably a web page that may be displayed and viewed on a company's intranet. In a preferred embodiment, the user interface may be invoked directly as a web page. In other embodiments, the user interface may be invoked from an email client application.



FIG. 2 is a screenshot of a user interface used in some embodiments of the present invention. In FIG. 2, the user is presented with tabs displaying one or more attributes that the user can search. In the example shown in FIG. 2, a City-Div-Emptype tab has been selected. Below the selected tab, a list box is displayed for each searchable attribute. In the example shown in FIG. 2, five list boxes are displayed for the Country, City, Company, Finance Division, and Employee Type attribute. Within each list box, a list of possible values for that attribute is shown. The user selects a value from at least one of the list boxes and clicks on the Search button. When the Search button is pressed, the interface module searches the group database for the group or groups satisfying the search criteria selected by the user.



FIG. 3 is a screenshot of the user interface displaying the results of the search. In FIG. 3, a list of groups satisfying the selected search criteria are displayed in a distribution list lookup box. In the example shown in FIG. 3, two groups are returned. A Send E-mail button is displayed that allows the user to send email to the groups displayed in the distribution list lookup box.



FIG. 4 is a screenshot of the user interface displaying an email client after the user has pressed the Send E-mail button. When the user presses the Send E-mail button, the interface module invokes the user's email client by, for example, issuing a “mailto:” command. The command invokes the user's email client, which displays a screen allowing the user to enter a message. The bcc field of the email message is automatically populated with the groups satisfying the selected search criteria. If the email client is Outlook, the client resolves the group names using the groups stored in Active Directory.


Embodiments of the present invention comprise computer components and computer-implemented steps that will be apparent to those skilled in the art. For ease of exposition, not every step or element of the present invention is described herein as part of a computer system, but those skilled in the art will recognize that each step or element may have a corresponding computer system or software component. Such computer system and/or software components are therefore enabled by describing their corresponding steps or elements (that is, their functionality), and are within the scope of the present invention.


Having thus described at least illustrative embodiments of the invention, various modifications and improvements will readily occur to those skilled in the art and are intended to be within the scope of the invention. Accordingly, the foregoing description is by way of example only and is not intended as limiting. The invention is limited only as defined in the following claims and the equivalents thereto.

Claims
  • 1. A system comprising: an authoritative data source including at least one attribute characterizing a person;a directory service storing at least one email group, the at least one email group characterized by the at least one attribute; andan aggregator configured to pull updated attribute data from the authoritative data source and update the at least one email group in the directory service with the updated attribute data.
  • 2. The system of claim 1 further comprising: a database storing an email group name and the one or more attributes associated with the email group; andan interface enabling a user to select an email group by selecting a value of one of the one or more attributes associated with the email group.
  • 3. The system of claim 2 wherein the interface further comprises an interface to an email application, the interface to the email application providing the email application with the selected email group.
  • 4. A method comprising the steps of: receiving updated attribute data from an authoritative data source;generating an updated email group from the attribute data;transmitting the updated email group to a directory service; andstoring in a database at least one attribute characterizing the updated email group with a group name representing the updated email group.
  • 5. The method of claim 4 further comprising presenting an interface to a user, the interface allowing the user to select an email group from the directory service based on one or more attributes of the email group.
  • 6. A method comprising the steps of: invoking an interface for selecting an email group;selecting a value of an attribute characterizing the email group; andsending a message to the selected email group.