home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / info / maillist.inf < prev    next >
Encoding:
Text File  |  1994-09-02  |  9.1 KB  |  210 lines

  1.  
  2.            HOW TO CLEAN UP YOUR MAILING LIST DATABASE
  3.  
  4.  
  5.    If you manage your mailing list on computer, the U.S. Postal 
  6. Service will upgrade your mailing list for you, FOR FREE.  The 
  7. main service is to (A) validate/correct all 5-digit zip codes, 
  8. adding zip-plus-4 wherever possible.  They will also (B) validate 
  9. the street or PO Box delivery address for deliverability, and (C) 
  10. standardize the entry for delivery addresses, city, and state.
  11.  
  12.      There is also a service to (D) "clean" your mailing list by 
  13. doing changes-of-address for you -- the post office knows where 
  14. everybody in the United States has moved to (as long as they've 
  15. been notified!), and if the person on your list has moved, it 
  16. might be cheaper to have your mailing list updated by computer 
  17. than for you to pay 25 cents for each address correction when you 
  18. do a mass mailing.  Unfortunately, service "D" is not free and 
  19. the United States Postal Service (hereafter, USPS) doesn't offer 
  20. it directly.  You CAN, however, hire a USPS franchise to do it 
  21. for you.  More on this later.
  22.  
  23. HOW TO START:
  24.  
  25.    Contact your local branch post office and ask for your 
  26. "account representive."  Every business in the U.S. has an 
  27. account rep, even if you never go to the post office.  You do 
  28. have to be incorporated to use this service.  The PO will tell 
  29. you the account rep's name.  Ask for a copy of Postal Service 
  30. Form #5603, "Request for free ZIP+4 coding of address files on 
  31. diskettes," and assistance in updating your mailing list.  The 
  32. form contains an application request and an instruction page, 
  33. telling you how to proceed.  The document you're reading right 
  34. now describes this service in a little more detail.
  35.  
  36. WHAT'S NEEDED:
  37.  
  38.    You must have 300 names (mininum) on your mailing list, 
  39. submitted on any standard-size diskette (3.5-, 5.25-, and 8-inch 
  40. disks are all acceptable).  The diskettes submitted can be 
  41. created on most computer operating systems.  Nearly all MS-DOS or 
  42. CP/M formatted disks are acceptable; some Apple disks are okay, 
  43. but Macintosh is not.
  44.  
  45.      The mailing list must be in a true "record" format, i.e., 
  46. one line per record, NOT the output text as it usually appears on 
  47. the mailing label, with 3 or 4 lines per entry.  (If it's not 
  48. evident yet, a "record" is a single entry created with a data 
  49. management program, not your favorite word processor, containing 
  50. the name, delivery address, city, state, zip, phone, id numbers, 
  51. date of birth, and similar information you may require.)  Each 
  52. record must be terminated with a newline, usually a carriage 
  53. return/linefeed combination.  The datafile must contain FIXED-
  54. LENGTH fields and FIXED-LENGTH records.  If your records are 
  55. delimited with anything other than a carriage return/linefeed 
  56. combination (0D 0A hex), it can still be processed, but you 
  57. should indicate this on the request form.
  58.  
  59.      Only 1 file may be on each disk.  If the file is too long to 
  60. fit on a single diskette, it may be spread over multiple disks.  
  61. The file will be overwritten unless you supply a blank, formatted 
  62. disk for the output file.  The file you submit may be in either 
  63. mixed upper-and-lower case letters, or in all upper case (solid 
  64. caps).  If the output file (the one the USPS sends back after 
  65. updating it) must contain mixed upper-and-lower case letters, the 
  66. post office can only do zip code update (A), and delivery 
  67. validation (B), above.  If you also want the delivery address 
  68. standardized (C), the file must be submitted in all caps.
  69.  
  70. HOW DO THESE CORRECTIONS DIFFER?
  71.  
  72. (A) ZIP code correction and encoding with ZIP+4
  73.  
  74.      If your input city/state/zip is 
  75.                           HOLLYWOODE, CALIF 90082
  76.      correcting the zip will change it to:  90028
  77.      adding zip-plus-4 will change it to:   90028-8521
  78.      "HOLLYWOODE" will remain misspelled.
  79.  
  80. (B) Validation of the delivery address.
  81.  
  82.      This means that the street address will be checked to see 
  83. that it is a deliverable address, not a vacant lot.  Validation 
  84. of the address does NOT insure that the addressee (e.g., JOHN 
  85. JONES) lives there.  The USPS pays no attention to the name of 
  86. the recipient.  All it does is confirm that someone receives mail 
  87. at that address.  Any addresses that aren't legitimate will be 
  88. indicated in report returned with your diskette.
  89.  
  90. (C) Standardize spelling of delivery address and/or the city and 
  91. state.
  92.  
  93.      This means that if your input data is:
  94.        APARTMENT 230
  95.        5505 SUNSETTE            <- note misspelled street name
  96.        HOLLYWOODE, CALIF  etc.  <- note misspelled city name
  97.      The output data will be:
  98.        5505 W SUNSET BLVD #230  <- standardized delivery address
  99.        HOLLYWOOD, CA  etc.      <- standard city/state spelling
  100.  
  101.      Remember, standardization (including spelling correction) is 
  102. only available if your input file is in upper case.
  103.  
  104. ADDITIONAL INFORMATION:
  105.  
  106.      The presence of Canadian and foreign addresses mixed in with 
  107. the U.S. addresses in your datafile makes no difference.  If the 
  108. zip code field contains Canadian and other foreign postal codes, 
  109. that's okay, too.  The USPS will not correct or validate these 
  110. records, but their presence is not a problem.
  111.  
  112.      The input file cannot contain any special document-
  113. formatting or control characters (remember, this is a datafile, 
  114. not a document file).  Nulls (00 hex) are okay if they are used 
  115. to pad unused characters in the fields, though spaces (20 hex) 
  116. are more common.  As stated previously, the critical thing is 
  117. that the fields be fixed-length, i.e., all fields must begin at 
  118. the same character position in each record.  You will be asked to 
  119. provide the length of the address-related fields, and the 
  120. character position each field begins at. 
  121.  
  122.      The application form specifies the maximum length for 
  123. certain fields.  For the zip code, it specifies that the maximum 
  124. length be 5 characters, but this is an apparent error.  If you 
  125. have already started using zip-plus-4 and set up your zip code 
  126. field to accept 9 or 10 characters, or more, the USPS will still 
  127. process this field properly.
  128.  
  129.      For those who need a perpetual reminder, NEVER send in your 
  130. original or only copy of your datafile.  Send the U.S. Postal 
  131. Service a duplicate of the datafile.  Ideally, you should have 
  132. back-up copies of an important mailing list (and all major 
  133. programs and documents) in several locations, in case of fire or 
  134. an electrical disaster.
  135.  
  136.      The application form specifies that the diskettes you send 
  137. them "must be in the 'copy' or transfer mode, not the 'backup' or 
  138. save/restore mode."  This primarily applies to MS-DOS or similar 
  139. users, who use a back-up program which encodes or compresses the 
  140. data when performing the backup.  The USPS wants normal, 
  141. printable characters, not encoded or compressed data.  (However, 
  142. a technical support specialist told me that, despite this 
  143. admonition, they WILL accept backed-up/compressed copies if 
  144. created with the BACKUP utility for MS-DOS version 3.1 or 
  145. higher.)
  146.  
  147.      The USPS promises that "all diskettes will be processed in 
  148. strict confidence."  You will mail the disk(s) to a special 
  149. office in Memphis, Tennessee.  Processing will take about 3 
  150. weeks.  And again, this service is FREE.
  151.  
  152. WHAT ABOUT CHANGES OF ADDRESS?
  153.  
  154.      The USPS will NOT do changes-of-address (COAs) for you, 
  155. since they ignore the name field(s) of your file.  However, there 
  156. is a way to get this done.  The Postal Service leases COA 
  157. information to private vendors for a fee, in a franchise-type of 
  158. operation.  The private corporations are strictly regulated in 
  159. how they handle the data provided them by both the consumers and 
  160. the USPS.  You simply contact the nearest NCOA Service, whose 
  161. name and address can be provided by your postal account rep.
  162.  
  163.      The NCOA service corporation will charge you according to 
  164. the size of the mailing list, and various auxillary services you 
  165. may request. 
  166.  
  167. CHICAGO-AREA NCOA SERVICES:
  168.  
  169.      The following are some NCOA (National Change Of Address) 
  170. services located in metro Chicago.  There are others across the 
  171. country; call your local postal account rep for names/addresses 
  172. of ones in your state or region.
  173.  
  174. May & Speh, Inc.
  175. Attn: Dale Ibis
  176. 18 W. 100 22nd Street
  177. Oakbrook Terrace, IL  60181-4403
  178. Tel. (312) 620-8060
  179.  
  180. Metro Mail Corp.
  181. 360 E. 22nd Street
  182. Lombard, IL  60148-4924
  183. Tel. (312) 620-3196
  184.  
  185. R.R. Donnelley & Sons
  186. Attn: Steve Sieloff
  187. 1815 S. Prairie Ave.
  188. Chicago, IL  60616-1391
  189. Tel. (312) 326-7166
  190.  
  191. Direct Marketing Technologies
  192. 955 American Lane
  193. Schaumburg, IL 60173-4843
  194. Tel. (312) 843-5600
  195.  
  196.  
  197.      Finally, if you have any further questions about technical 
  198. requirements related to datafile structure, disk format, etc., 
  199. or other specs required for this service, please contact:
  200.      Val Pailloz
  201.      Marketing and Communications
  202.      Central Regional Office, U.S. Postal Service
  203.      433 W. Van Buren
  204.      Chicago, IL  60699-0832
  205.      Tel. (312) 765-5183
  206.  
  207.  
  208.      Thanks to Val for her assistance in preparing this document. 
  209. Written by Eric Pement (rev. 10/26/88).
  210.