Mail alert system
An e-mail system implemented on a server having a network connection receives and forwards e-mail messages based on subscriber-supplied criteria. When a message is received addressed to the subscriber, characteristics of the message, such as existence of and size of attachments, are compared to characteristics previously supplied by the subscriber. If a match is found, the subscriber is notified, such as by a page to a pager carried by the subscriber, of the message and the nature of the match. Facility is provided at the server for the subscriber to then call the server, log on, and provide instructions for forwarding the matched message. Forwarding may be to such as a hand-held device or a notebook computer operated by the subscriber, or to a mailbox or mailboxes on other servers, or any combination. A subscriber is then in control of points of delivery of incoming e-mail messages.
This application is a continuation of U.S. patent application Ser. No. 08/673,350, filed Jun. 28, 1996, now U.S. Pat. No. 6,035,104, which is incorporated herein in its entirety by reference.
FIELD OF THE INVENTIONThe present invention is in the area of network document services, and pertains more particularly to an electronic mail (e-mail) service utilizing machine-intelligent filters to determine forwarding and notification for receipt of e-mail.
BACKGROUND OF THE INVENTIONThe public network system over telephone lines known as the Internet, and particularly the portion of the Internet known as the World Wide WEB (WWW) has experienced rapid growth, and with this growth all sorts of electronic document services have been developed and provided to users. E-mail is arguably the most familiar of these services, and is provided by every Internet Service Provider (ISP) and in other ways as well. E-mail services may also be provided on other networks, such as Wide Area Networks (WANs) and the like.
Even though e-mail services have become commonplace and reliable, there are still some limitations. For example, e-mail services typically require the user to actively look up whether he or she has received e-mail, unless the user is permanently connected to the Internet. In some service packages, e-mail is delivered to a mobile device, like a palmtop-computer or a telephone. However costs in such systems are high per message and size, and if the user has no facility to review and veto delivery, he or she may receive attachments of several dozen kilobytes or even more incurring very high delivery costs. What is clearly needed is a smart filter system that operates firstly to decide, based upon certain criteria set up by the user, if, when e-mail is received, the user is to be notified by pager or similar services, and secondly if and where to forward mail. Such an enhancement in e-mail services allows the user to avoid being disturbed by unimportant messages, as well as to avoid high costs of unsolicited and or unwanted mail reception on expensive wireless systems or other remote systems.
SUMMARY OF THE INVENTIONIn a preferred embodiment, a system for receiving and forwarding e-mail messages for a subscriber is provided. The system comprises a server connected to a network; and a MailAlert code set resident and operable on the server. The MailAlert code set is adapted to compare characteristics of e-mail messages received for the subscriber to specific message characteristics provided by the subscriber and pre-stored on the server, to send a message to the subscriber when a characteristic match is found, and to execute following instructions from the subscriber for forwarding of the message received for which a match was found. In one embodiment the message, sent to the subscriber on finding a characteristic match, is sent to a pager carried by the subscriber.
On receiving a page that a matched message has been intercepted, the server running the MailAlert code set waits for instructions from the subscriber. The subscriber may call in, log in by such as name and password, and then select specific forwarding for the intercepted and matched message. Forwarding may be to any or any combination of a number of devices capable of receiving the e-mail message. The subscriber, for example, may have the message forwarded to a hand-held or notebook computer carried and operated by the subscriber, and also to a postoffice on another server or ISP.
In various embodiments of the invention facility is thus provided for a subscriber to avoid having long messages sent to a remote device, such as a hand-held computer or notebook computer, and may thereby gain cost control over such message transfers. Another distinct advantage is that the subscriber, in the case of Internet services, becomes once-removed from his own Internet Service Provider (ISP), and can then change providers and e-mail systems, and still receive his e-mail seamlessly, and may have mail delivered to several places or any combination. A user may, for example, simply supply a criteria that all mail be intercepted and held for later instructions, and thereby gain control of delivery points.
In another embodiment, an agent for processing e-mail messages is described. The agent comprises a stored list of message characteristics provided by a subscriber, a receiver adapted for receiving e-mail messages and ascertaining message characteristics of the received messages, a comparator adapted for comparing characteristics of received messages with stored characteristics, and tagging those messages wherein the characteristics match an alert mechanism for alerting a subscriber to the receipt of messages having characteristics matching the stored characteristics, and a save facility adapted for storing matched messages against future distribution instructions, the future distribution instructions received from the subscriber in response to the alert.
In a preferred embodiment a server is used, connected to a network such as the Internet as well as to the phone system to perform the required functions of the invention.
As can be seen from the Figures and as described below, most of the implementation of embodiments of the present invention is in interconnection of apparatus, and in integration of the apparatus by unique software resident and executed on a server. It will be apparent to those with skill in the art that there are many ways to partition such a system, and both the topology and the software partition can be changed substantially without really changing the resulting function of the complete system. Therefore the following descriptions have to be viewed as only one embodiment among many possible embodiments.
In
In the embodiment described herein of the present invention, when e-mail is received, a copy is typically forwarded to the customer's normal base address. A copy is also retained on the server, which is then analyzed by the MailFilter code routine on line 110. A match of pre-programmed criteria with mail message characteristics generates as Alert, which on line 111 is used to generate a page to a paging unit carried by the subscriber. Additionally, each page is complemented with a unique ID stamp for identification. In lines 113 and 114 the subscriber can request either a fax back or a forwarding of the specific message by phone using the ID stamp from line 112. That could happen in several ways. In one instance, the user would call an operator, identify himself, tell the operator the ID stamp of the requested message, and tell also the means, fax number or similar. In the other instance, he would call into a voice-response system, identify himself by either touching or speaking his customer ID, then entering the message ID stamp, and then selecting one of several pre-selected destinations, or enter a method and an address again by means of touching or speaking.
Procedure MailAlert on lines 119 through 127 basically repeats all basic steps indefinitely. In line 121 are the tasks of Receive, Forward and Store Mail, which can be handled by standard packages such as SendMail of UNIX™. Other similar products can be substituted, or modified or adapted to perform in the desired manner.
In line 133, a Filter Mail procedure filters new incoming mail, then looks up the customer for whom it was received in the customer database, gets stored customer records including pre-stored e-mail filtering criteria, and checks for a match, storing relevant results in the alert table.
In line 138 the task SendAlerts is continuously taking record by record from the AlertTable and emptying into paging systems, according to instructions stored in that record by FilterMail from the customer record.
The task MailAlert Auto Attendant on lines 144-149 takes customer calls and, based on customer ID and Alert ID, then does either a fax or mail forward of the relevant messages. Optionally, attachments can be included, expanded, or dropped.
The task MailAlert Fax Back Server is then used to actually work off the queue of faxes to be sent to customers.
If the subscriber has Internet service from the same ISP as MailAlert, he could connect like workstation 213 via connection 225.
The here-presented system provides an ability to selectively filter information based on e-mail, and to notify a subscriber of availability of such selected information, giving the subscriber an option to have the message forwarded either by e-mail or fax to a specific location. For example, if a subscriber expects a document as an attachment by e-mail, but is only interested in comments contained in the copy (body) of the message, he may setup a filter as following: Filter1:Sender=XYZ:Subject=ABC:Attachment=Yes. This Filter would tell the filter software to look for matches in this subscriber's incoming mail. Once a message is received that matches the criteria, the subscriber will receive a page that could look like: MsgID=1234, Filter1. The subscriber then can call the Auto Attendant and identify himself with customer ID and password, upon which he will be prompted to enter the message ID. Next he can select means of delivery, like e-mail or fax, and then enter numbers or addresses, or select one of a limited set of preprogrammed numbers or addresses.
After the subscriber makes all of the needed selections and entries, the system will immediately start to process his request, and within seconds delivery should begin. Alternatively, instead of using a pager, many models of new digital phones have paging facilities, so the message could include the call back number, which can be dialed in single button access. In another embodiment two-way pagers may be used to allow selecting immediate forwarding based on preprogrammed numbers or addresses.
In yet another embodiment, mail messages or parts of mail messages meeting certain criteria can be included with the notification message.
It will be apparent to those with skill in the art that there are many alterations that may be made in the embodiments described herein without departing from the spirit and scope of the invention. For example, programming of the filter criteria can be achieved in any one of several ways, all of which should be familiar to those with skill in the art. Programming of all of the several functional modules of the MailAlert System according to embodiments of the invention can be done in many different ways, according to individual preferences of programmers, while falling within the scope of the invention. Moreover, there are alternative that may be taken in hardware connections, also while falling within the spirit and scope of the invention. The invention, therefore, is defined by the scope of the following claims.
Claims
1. A method, comprising:
- receiving, using a server device, an e-mail message addressed to a subscriber;
- filtering the e-mail message, using the server device, by parsing a message portion of the e-mail message for content based on pre-stored document characteristics;
- sending an alert to the subscriber, using the server device, by a message to a pager of the subscriber upon finding a characteristic match, wherein the message regards receipt of the e-mail message at the server device without the message including content of the email message, and wherein the message states the characteristic match found;
- awaiting, at the server device, forwarding instructions from the subscriber; and
- forwarding, in response to receiving the forwarding instructions, using the server device, the e-mail message to a destination based on instructions from the subscriber.
2. The method of claim 1, wherein the sending comprises:
- producing a new record for a first table stored in a memory; and
- sending a pager message for the new record for the first table.
3. The method of claim 1, wherein the message includes a unique identifier associated with the recipient.
4. The method of claim 3, further comprising:
- receiving using the processing device, the unique identifier and a request for a copy of the e-mail message; and
- sending the copy.
5. The method of claim 4, wherein the copy comprises an e-mail message.
6. The method of claim 4, wherein the copy comprises a facsimile message and the sending comprises sending the facsimile message to a telephone number associated with a facsimile machine.
7. The method of claim 6, wherein the sending the facsimile message comprises:
- producing a new record for a second table stored in the memory; and
- sending the facsimile message for the new record for the second table.
8. A system comprising:
- a server device connected to a network; and
- a memory in communication with the server device storing instructions, execution of which by the server device causes the server device to: receive an e-mail message addressed to a subscriber, filter the e-mail message by parsing a message portion of the e-mail message for content based on pre-stored document characteristics, alert the subscriber by a message to a pager of the subscriber upon finding a characteristic match, the message regarding receipt of the e-mail message at the server device without the message including content of the e-mail message, and the message stating the characteristic match found, await forwarding instructions from the subscriber, and forward, in response to receiving the forwarding instructions, the e-mail message to a destination instructed by the subscriber.
9. The system of claim 8, wherein the instructions further cause the server device to:
- produce a new record for a first table stored in the memory, and
- send a pager message for the new record for the first table.
10. The system of claim 8, wherein the message includes a unique identifier associated with the recipient.
11. The system of claim 10, wherein the instructions further cause the server device to:
- receive the unique identifier and a request for a copy of the e-mail message, and
- send the copy.
12. The system of claim 11, wherein the copy comprises an e-mail message.
13. The system of claim 11, wherein the copy comprises a facsimile message and the instructions further cause the server device to send the facsimile message to a telephone number associated with a facsimile machine.
14. The system of claim 13, wherein the instructions further cause the server device to:
- produce a new record for a second table stored in the memory, and
- send the facsimile message for the new record for the second table.
15. A system comprising:
- means for receiving an e-mail message addressed to a subscriber;
- means for filtering the e-mail message by parsing a message portion of the e-mail message for content based on pre-stored document characteristics;
- means for alerting the subscriber by a message to a pager of the subscriber upon finding a characteristic match, the message regarding receipt of the e-mail message at the server device without the message including content of the e-mail message, and the message stating the characteristic match found;
- means for awaiting forwarding instructions from the subscriber; and
- means for forwarding, in response to receiving the forwarding instructions, the e-mail message to a destination instructed by the subscriber.
16. An article of manufacture including a computer-readable medium having instructions stored thereon, execution of which by a computing device causes the computing device to perform operations comprising:
- receiving, using the computing device, an e-mail message addressed to a subscriber device;
- filtering, using the computing device, the e-mail message by parsing a message portion of the e-mail message for content based on pre-stored document characteristics;
- transmitting an alert message, using the computing device, to the subscriber device by a message upon finding a characteristic match, wherein the message regards receipt of the e-mail message at the server device without the message including content of the e-mail message, and wherein the message states the characteristic match found;
- awaiting forwarding instructions from the subscriber device; and
- forwarding, in response to receiving the forwarding instructions and using the computing device, the e-mail message to a destination instructed by the subscriber device.
17. The method of claim 1, wherein the pre-stored document characteristics are located in sender information, subject line information, body information, or an attachment of the message.
18. The method of claim 1, wherein the pre-stored document characteristics describe sender information, subject line information, body information, or an attachment of the message.
19. The method of claim 18, wherein the pre-stored document characteristics identify a size of the attachment.
20. The method of claim 1, wherein the alert is sent to a mobile device.
21. The method of claim 20, wherein the mobile device comprises a phone or a paging device.
22. The system of claim 8, further comprising a telephone menu system configured to allow performance of one or more of the following actions: logging in, identifying the e-mail message that matches the pre-stored document characteristics, selecting from recorded options, and inputting information for forwarding the e-mail message.
4837798 | June 6, 1989 | Cohen |
5040141 | August 13, 1991 | Yazima et al. |
5265033 | November 23, 1993 | Vajk et al. |
5377354 | December 27, 1994 | Scannell et al. |
5483466 | January 9, 1996 | Kawahara et al. |
5487100 | January 23, 1996 | Kane |
5559860 | September 24, 1996 | Mizikovsky |
5619648 | April 8, 1997 | Canale et al. |
5719936 | February 17, 1998 | Hillenmayer |
5742905 | April 21, 1998 | Pepe et al. |
5764899 | June 9, 1998 | Eggleston et al. |
5937161 | August 10, 1999 | Mulligan et al. |
5946386 | August 31, 1999 | Rogers et al. |
6035104 | March 7, 2000 | Zahariev |
6108688 | August 22, 2000 | Nielsen |
6545589 | April 8, 2003 | Fuller et al. |
6633630 | October 14, 2003 | Owens et al. |
WO/98/00787 | January 1998 | WO |
- International Search Report for Application No. PCT/US97/012932, Nov. 17, 1997, 3 pages.
Type: Grant
Filed: Mar 6, 2000
Date of Patent: Feb 8, 2011
Inventor: Manuel Zahariev (Burnaby, B.C.)
Primary Examiner: Larry Donaghue
Attorney: Sterne, Kessler, Goldstein & Fox P.L.L.C.
Application Number: 09/519,151
International Classification: G06F 15/16 (20060101); H04M 3/42 (20060101);