home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / uk-sendmail2.1 / Rules.a / version.m4 < prev   
Encoding:
Text File  |  1988-11-20  |  4.3 KB  |  104 lines

  1. #
  2. #    @(#)version.m4    UK-2.1 sendmail configuration        18/11/88
  3. #
  4.  
  5. #
  6. #    UK-2.1  18/11/88    jim + jem
  7. #    Ruleset 16 general rules replaced by "wildcard" matching rules
  8. #    generated from the tables.
  9. #    Added support for news channel and decnet and xerox mailers.
  10. #    Janet channel can use niftp or hhcp. Removed support for bitnet mail.
  11. #    Included various BSD4.3 options. Defined optional long Received header.
  12. #    Catch configuration errors in S0.  Miscellaneous bugs fixed.
  13. #
  14. #    UK-2.0    28/8/88        jim
  15. #    COMMENTS:
  16. #    Experimental version. Ruleset 15 now returns normalised local domain
  17. #    name ($J). This is called by S3; S0 now calls S3 iff domain is $J.
  18. #    S1 strips $J so mailer specific local domain is always added.
  19. #    Domain expansion (S11) is reworked - only explicit table entries are
  20. #    expanded making the sorting simpler and more correct.
  21. #    Support for nameserver and ida database lookup added.
  22. #    Reworked handling of transport addresses through header rulesets -
  23. #    they are enclosed in angle brackets which are removed in S4 (or S3). 
  24. #    Received/Via fields now generated according to whether $s or $S is set.
  25. #     Added support for TCP channel (for Internet).
  26. #    Janet channel now uses niftp rather than hhcp. Domain literal
  27. #    support now moved to TCP channel (niftp doesn't allow them).
  28. #
  29. #    UK-1.4a 9/10/86        jim
  30. #    COMMENTS:
  31. #    Band-aid for BSD4.3 (& Sun 3.0). The transport address goes through
  32. #    the header rulesets (big sigh) so have to do a kludge for uucp.
  33. #    $a -> $b in Resent-Date field: this seems to be what you want.
  34. #    change to $q: don't emit angle brackets if full name is unknown.
  35. #    Applied similar BSD4.3 band-aid to the janet channel on 6/5/87.
  36. #
  37. #    UK-1.4  12/2/86        jim
  38. #    COMMENTS:
  39. #    Added code to catch unknown local subdomains as errors.
  40. #    Added support for CSNet PhoneNet mailer.
  41. #    Merged barpa and buucp mailers into one bsmtp mailer (bitnet).
  42. #    Delay use of bitnet general rule in the same way as for janet.
  43. #    Added Message-Id header specification; generated for non-local mail.
  44. #    Changed local mailer specification to give fully qualified names
  45. #    except on uucp bang paths where domain is stripped.
  46. #    Changed "-f" argument to muucp from $f to $g.
  47. #    Changed "h" mailer flag to "u" in Janet mailer.
  48. #
  49. #    UK-1.3  8/9/85        jim
  50. #    COMMENTS:
  51. #    Delay use of general rule for janet mailer until no specific
  52. #    rule matches in uk domain.
  53. #    NRS domain order handling now ifdef-ed NRSFORMAT; thus separating
  54. #    it from Janet mailer specific code
  55. #    Domain literals now accepted & passed to Janet mailer.
  56. #    Set "metoo" option. Helps with multihost sites that talk SMTP.
  57. #    Set "x" & "X" options (load averages) for newer versions of sendmail
  58. #
  59. #    UK-1.2    9/6/85        jim
  60. #    COMMENTS:
  61. #    Bug fix: SMTP won't talk between local hosts of a multihost site.
  62. #    use $J to define site domain name, $j is the host domain name.
  63. #    Renumbered rulesets:
  64. #        Rulesets  0 -  4 :    basic rulesets
  65. #        Rulesets  5 -  9 :    address conversions
  66. #        Rulesets 10 - 13 :    domain name handling
  67. #        Rulesets 15 - 17 :    channel routing
  68. #        Rulesets 20 - 25 :    mailer specifications
  69. #    Reorganised channel routing to allow multiple names for local domain
  70. #    and to retry the main routing ruleset, with higher level domains
  71. #    when no match is found, before trying top level domain relaying.
  72. #    Each mailer channel can now have a different local domain name
  73. #    (default is official name - $J).  Multihost stuff simplified.
  74. #    New uucp front end program replaces uux. Produces the correct from line.
  75. #    
  76. #
  77. #    UK-1.1    22/4/85        jim
  78. #    COMMENTS:
  79. #    Changed janet rules in ruleset 3 to cope properly with domain expansion.
  80. #    Changed output of ruleset 9 (channel ruleset) so that ruleset 0
  81. #    can parse multiple-token hostnames.  Support files for janet added.
  82. #    Renamed janet mailer to "hhcp". Added 'n' mailer flag to prog mailer.
  83. #    Added ruleset 8 to detect and convert NRS style domains to 822 style.
  84. #
  85. #    UK-1.0    26/3/85        jim
  86. #    COMMENTS:
  87. #    Some rearranging. Removed ruleset 8 (path optimisation) as it
  88. #    optimised munged addresses away completely! 
  89. #    Ruleset 4 ensures an '@' in Percent style address.
  90. #    Uucp ruleset rewritten to get as close to the uucp transmission
  91. #    standard as sendmail allows.
  92. #
  93. #    HW-5.0    26/2/85        jim
  94. #    COMMENTS:
  95. #    major restructuring: rewrote ruleset 3 which now converts
  96. #    all addresses to one style. Added bitnet mailer and ether mailer
  97. #    Rewrote all the mailer specs. Various other cleanups.
  98. #
  99. #    HW-4.0    5/12/84        jim
  100. #    COMMENTS:
  101. #    This is a complete rewrite based on some ideas borrowed from
  102. #    mmdf.
  103. #
  104.