The present invention relates to computer methods and software for maintaining accurate address records by performing periodic address cleansing routines on the address records.
Mail is an important means of distributing communications for many large organizations. To reduce postage costs, these large mailers seek to take advantage of postal discounts offered by the United States Postal Service (USPS). These discounts are generally offered if the mailer prepares its mail in such a way that it reduces the work and expense for the USPS to deliver the mail. For example, if a large mailer is willing to cleanse addresses, assign ZIPCODE information, and presort its mail into zip-code groupings of sufficient volume, then the mailer is entitled to certain postage discounts from the USPS.
An important way to reduce postage costs is to take steps to ensure the accuracy and quality of addresses printed on mailpieces. The USPS is sensitive to the fact that improperly addressed mailpieces can result in costly extra processing within the USPS delivery system. Accordingly, certain postal discounts are only available to mailers who can certify that the information included in the addresses is accurate, and that the format of the addresses is optimal for USPS automated processing.
In addition to increased postage expense from inaccurate addresses, misdirected or misdelivered mail can have an adverse impact on the effectiveness of the communication. For example, if the mailer is sending out billing statements, misdirected mail can result in lost revenues and customer dissatisfaction. Thus a mailer is motivated by its own business interests, as well as by potential USPS discounts, when striving to achieve accurate addresses.
For these reasons, mailers use address correction software on their mailing lists. Before granting postal discounts for address accuracy, the USPS requires that mailing lists be verified and cleansed by address correction software certified by the USPS' Coding Accuracy Support System (CASS). Finalist®, ForwardTrak™, and VeriMove™ software, available from Group1, a Pitney Bowes Company, are address list cleansing and updating products that assist mailers in satisfying CASS requirements.
Typically, the USPS requires that addresses be verified using a CASS certified address correction solution at least every six months, or 180 days. When an address list is verified in this manner, the date of the most recent verification is stored electronically and is associated with the list. By referring to the recorded date, the mailer will know when the next required list verification is required to maintain the postal discounts. Mailers frequently choose to perform verifications sooner than 180 days, in order to receive the other business benefits of an accurate address list.
The present invention seeks to improve upon existing address list cleansing software by making it more reliable, efficient and flexible. In the prior art address cleansing solutions, the verification date record was associated with the entire list. In order to update the verification date for any of the records on the list, it was required to perform address cleansing on the list, often resulting in extensive use of computer processing resources. However, at a given time when an updated verification is desired, many of the address files in the list may not be due for verification. For example, when different mailing lists are merged, or if new entries are added to a list, then there will be some addresses that have been verified more recently than others. Alternatively, newer entries may have already undergone verification, and may not require verification as soon as the other list entries.
The prior art address cleansing solutions also have a disadvantage in that by associating the verification date with the entire list, it is more difficult to integrate with other software that processes mail data at the record level. For example, known databases using the Mail.dat® standard exchange data at a record level to assist in postage calculation processes.
This application describes an improved method for cleansing a plurality of address records in an address record file. In a first step, the method checks an address record for an associated cleansing date. The method determines whether the associated cleansing date has expired. If the address record has no cleansing date, or if the cleansing date is expired, then an address cleansing routine is applied to the address record. When cleansing is complete and fully coded per CASS regulations, a new cleansing date is added to the address record based on a current date. If the cleansing date for the address record has not expired, then the cleansing routine is omitted and processing of the list continues. When no cleansing is performed, the old cleansing date remains, but the records are counted as successfully processed for the USPS 3553 statistics.
In a preferred embodiment, an address cleansing report is generated indicating a number of address records that were cleansed. The report may also indicate an oldest unexpired cleansing date among the plurality of address records. All USPS expiration dates are calculated on the oldest valid record found in the file processed. So, if you have a record that is 175 days old in validation, the expiration date will be in 5 days.
Because of the potential high value of the discounts given by the USPS, it may be important to provide a means for the USPS to independently ensure that proper verification procedures have been followed. Thus in a preferred embodiment, the step of adding the new cleansing date to the address record includes a step of securing the cleansing date from unauthorized changes or tampering. The step of determining whether the associated cleansing date has expired will then also include a step to access secured cleansing dates in the address records.
In a preferred embodiment, the step of securing the cleansing date is includes encrypting the cleansing date, and the step to access secured cleansing dates includes decrypting them. Alternatively, security can be achieved by providing a digital signature for the address record, and the step to access secured cleansing dates includes verifying the address record's digital signature. If the highest levels of security are not required, then the securing step may use known encoding and decoding techniques, not necessarily requiring as much computer processing as encryption and decryption.
In another preferred embodiment, the operator can determine how often to perform cleansing by assigning a number of days as an expiration parameter. The step of determining whether the associated cleansing date has expired will then depend on the user assigned expiration parameter. In this preferred embodiment, the expiration parameter cannot exceed the maximum USPS set number of days.
Further details of the present invention are provided in the accompanying drawings, detailed description and claims.
Address file input 10 is comprised of address input records 11 which may or may not have an associated original date 18 associated with them. These address input records 11 may have undergone address verification at some point in the past, or they may be new records that have never been formally verified by an approved USPS address cleansing program.
When the address file input 10 is provided to the address cleansing computer 12, a USPS data file 13 is applied as part of the address cleansing routine. The USPS data file 13 includes criteria for meeting USPS standards for describing addresses. The USPS data file 13 also includes a vast list of known mailing addresses, and that list is used to determine whether the address input records 11 are valid addresses that the USPS serves.
When an address record 11 is successfully processed, it is output to an address output file 14. The address output file 14 is comprised of cleansed address records 15 with associated updated verification dates 19. The updated verification date will indicate the new date on which the successful cleansing was accomplished, and preferably replaces the older date 18, previously associated with the record 11.
In the example of
Address records that fail the cleansing process in cleansing computer 12 are stored in a failed address record file 16. In the example in
As depicted in step 22, the address cleansing computer monitors whether the verification date of the address file has expired. If the date has not expired then the method returns to steps 21 and 22 to accept more changes and to continue monitoring whether the verification date has expired. If the verification date has expired, then, at step 23, address cleansing is performed on the address file.
As noted with respect to
After the address file has been cleansed, at step 24, the cleansing expiration date is reset, and the address cleansing computer returns to steps 21 and 22 for continued updating of the address list, and monitoring for the expiration of the verification date.
In
If the cleansing date has expired in step 32, then a cleaning routine is performed on that specific record in step 33. The cleansing routine is only performed on records for which the cleansing date has expired. Once the record has been cleansed, a new cleansing date is added to the address record at step 34. After the address cleansing date has been updated, the method determines whether there are more records to be checked at step 35. If there are no more records to be checked, then the address cleansing for the file is complete, and the address cleansing computer 12 can monitor for the time for the next scheduled cleansing (step 36). While waiting for the next scheduled cleansing, changes to the address file can be made at step 37. When the next scheduled cleaning begins, the changes made in step 37 can then be cleansed in accordance with the steps listed above. Alternatively, every new address record or change added to the file may cause a cleansing routine to be initiated immediately for that new record or change.
In a preferred embodiment, after completing the cleansing of all the records in an address file, the address cleansing computer 12 can generate a report giving the status of address file and tasks performed. For example, the report could describe a range of unexpired cleansing dates on the records that were processed. The report could also include a listing of the oldest unexpired cleansing date in order to assist the user in planning future processing. Preferably, the report would also include information about how many records required changes as a result of the cleansing process, and how many could not be processed and were stored in the failed address file 16.
In a further preferred embodiment, the step 34 of adding a new address cleansing date to the address record will include measures to ensure that the date is not changed without undergoing proper processing. In that situation, the USPS could be subject to costly disadvantages. If mailing lists are not maintained properly, the mailer might be taking discounts to which they are not entitled to, and the USPS might not be receiving the work saving benefits from better address hygiene. Accordingly, security measures are appropriate for ensuring that the address records and corresponding cleansing verification dates are not altered, except in accordance with software and procedures approved by the USPS.
One preferred security method is to have the address cleansing computer encrypt the cleansing date associated with the address record. Using known and commercially available encryption techniques, an encryption key would be used to encrypt the cleansing date. A corresponding decryption key would be used by the address cleansing computer 12 when checking for cleansing expiration dates associated with the records. If the date had been improperly altered, then the decryption key would not be able to decrypt meaningful information, it would be known that there was a problem so that appropriate corrective action could be taken.
A preferred encryption technique would utilize known digital signature capabilities to sign the address record. If the address record was altered in any way, the signature would cease to match the information contained in the record, and improper alteration would be detected.
In some scenarios, security concerns may not be great enough to require relatively sophisticated encryption techniques. However, a different level of security could be achieved by programming the software cleansing software to encode the cleansing date information in a way that would make it less vulnerable to unauthorized changes. For example, letters could be substituted for months and days and years to create a barrier to prevent casual or inadvertent changes from being made.
In the preferred embodiment, USPS requirements determine the maximum amount of time that is allowed between subsequent verifications of address records. A user can also control the address cleansing computer 12 to automatically perform the cleansing and verification process on any schedule less than the maximum 180 days. For example, a user may decide that each address record should be verified at least every 60 days. Because the preferred embodiment only performs cleansing on records having dates within the criteria defined by the user, a user does not have to worry as much about using excessive processing power for cleansing the entire list.
Although the invention has been described with respect to preferred embodiments thereof, it will be understood by those skilled in the art that the foregoing and various other changes, omissions and deviations in the form and detail thereof may be made without departing from the spirit and scope of this invention.
Number | Name | Date | Kind |
---|---|---|---|
5452203 | Moore | Sep 1995 | A |
5930796 | Pierce et al. | Jul 1999 | A |
5974427 | Reiter | Oct 1999 | A |
6457012 | Jatkowski | Sep 2002 | B1 |
20020105670 | Maruyama | Aug 2002 | A1 |
20030149776 | Tsunezumi | Aug 2003 | A1 |
Number | Date | Country | |
---|---|---|---|
20060155714 A1 | Jul 2006 | US |