home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sources / misc / 4106 / MANIFEST next >
Encoding:
Text File  |  1992-11-19  |  11.4 KB  |  205 lines

  1. Configure                  Portability tool
  2. Copying                    The GNU General Public Licence Version 2
  3. Jmakefile                  Description of the main Makefile
  4. MANIFEST                   This list of files
  5. Makefile.SH                A makefile to run subsidiary makefiles
  6. README                     Basic instructions
  7. agent/                     Where mailagent support files are located
  8. agent/Jmakefile            High level description of Makefile
  9. agent/Makefile.SH          Makefile which builds and installs mailagent
  10. agent/README               Welcome to mailagent
  11. agent/examples/            A set of files from my own environment
  12. agent/examples/README      Explains what the examples are
  13. agent/examples/daemon      Rules for "vacation" emulation
  14. agent/examples/mailfolders A copy of my ~/.mailfolders
  15. agent/examples/mchk        Checks for new mail
  16. agent/examples/mhinc       Call the MH inc command to incorporate new mail
  17. agent/examples/nocmds      Message you currently get if you send me a command
  18. agent/examples/profile     What I added to my onw ~/.profile
  19. agent/examples/rules       The rules I am currently using
  20. agent/examples/vacation    A sample vacation message
  21. agent/files/               Mailagent's configuration files
  22. agent/files/Jmakefile      High level description for Makefile
  23. agent/files/Makefile.SH    Makefile for subsidiary files
  24. agent/files/README         Notes about files found in this directory
  25. agent/files/agenthelp      Help file used by mailhelp
  26. agent/files/chkagent.sh    Cron script to spot problems in the mailagent system
  27. agent/files/commands       Allowed commands for mailagent
  28. agent/files/distribs       Example of distribution list
  29. agent/files/filter.sh      Shell script version of the mail filter
  30. agent/files/mailagent.cf   Example of configuration file
  31. agent/files/proglist       Example of description file
  32. agent/filter/              The C version of the mail filter
  33. agent/filter/Jmakefile     Generic makefile template
  34. agent/filter/Makefile.SH   Makefile for C filter
  35. agent/filter/README        Introduction to filter
  36. agent/filter/environ.c     Environment management routines
  37. agent/filter/environ.h     Declarations for environment management routines
  38. agent/filter/hash.c        Symbol table handling
  39. agent/filter/hash.h        Declarations for symbol table
  40. agent/filter/io.c          I/O routines
  41. agent/filter/io.h          Header for I/O routines
  42. agent/filter/lock.c        File locking
  43. agent/filter/lock.h        Declarations for file locking routines
  44. agent/filter/logfile.c     Logging facilities
  45. agent/filter/logfile.h     Header for logging routines
  46. agent/filter/main.c        The main entry point for filter
  47. agent/filter/misc.c        Miscellaneous routines
  48. agent/filter/msg.c         Handles fatal messages
  49. agent/filter/msg.h         Declarations for user messages
  50. agent/filter/parser.c      Parse the config file with variable substitutions
  51. agent/filter/parser.h      About config file parsing
  52. agent/filter/portable.h    Portable declarations
  53. agent/filter/sysexits.h    Standard exit codes
  54. agent/filter/user.c        To get login name from user
  55. agent/magent.SH            The main processor
  56. agent/maildist.SH          Mails a whole distribution
  57. agent/mailhelp.SH          Mails some help
  58. agent/maillist.SH          Mails a list of available distributions
  59. agent/mailpatch.SH         Mails patches for a given distribution
  60. agent/man/                 Manual pages for mailagent
  61. agent/man/Jmakefile        Makefile description for jmake
  62. agent/man/Makefile.SH      Makefile for manual pages extraction
  63. agent/man/mailagent.SH     Produces a manual page for mailagent
  64. agent/man/maildist.SH      Produces a manual page for maildist
  65. agent/man/mailhelp.SH      Produces a manual page for mailhelp
  66. agent/man/maillist.SH      Produces a manual page for maillist
  67. agent/man/mailpatch.SH     Produces a manual page for mailpatch
  68. agent/mhook.SH             The mail hook wrapper
  69. agent/pl/                  Perl files used by mailagent scripts
  70. agent/pl/acs_rqst.pl       Perl library to ask for private file access
  71. agent/pl/actions.pl        Implementation of mailagent's actions
  72. agent/pl/add_log.pl        Perl library to add logs to logfile
  73. agent/pl/analyze.pl        Perl library analyzing the incoming mail
  74. agent/pl/builtins.pl       Perl library dealing with builtins
  75. agent/pl/checklock.pl      Perl library to check for long lasting locks
  76. agent/pl/context.pl        Mailagent context file handling
  77. agent/pl/dbr.pl            Internal database management
  78. agent/pl/distribs.pl       Perl library to scan the distribs file
  79. agent/pl/emergency.pl      Perl library dealing with emergencies
  80. agent/pl/eval.pl           A little expression interpreter
  81. agent/pl/extern.pl         Perl library to handle persistent variables
  82. agent/pl/fatal.pl          Perl library to deal with fatal errors
  83. agent/pl/filter.pl         Running the filtering commands
  84. agent/pl/free_file.pl      Perl library to free file access
  85. agent/pl/getdate.pl        Richard Ohnemus's getdate package
  86. agent/pl/header.pl         Header-related routines
  87. agent/pl/history.pl        Perl library to implement history mechanism
  88. agent/pl/hook.pl           Mail hook wrapping functions
  89. agent/pl/interface.pl      Perl interface with filter commands
  90. agent/pl/jobnum.pl         Perl library to compute a job number
  91. agent/pl/lexical.pl        Perl library for lexical analysis
  92. agent/pl/listqueue.pl      Perl library to list the queue
  93. agent/pl/locate.pl         Perl library to locate loaded patterns/addresses
  94. agent/pl/macros.pl         Perl library for macros expansion
  95. agent/pl/mailhook.pl       Initializing and running hooks
  96. agent/pl/makedir.pl        Perl library for making a directory
  97. agent/pl/matching.pl       Matching routines used by filter
  98. agent/pl/mbox.pl           Getting mails from a mailbox file
  99. agent/pl/once.pl           Dealing with once commands
  100. agent/pl/parse.pl          Perl library to parse a mail message
  101. agent/pl/period.pl         Perl library to compute periods
  102. agent/pl/plsave.pl         Perl library to handle the plsave cache file
  103. agent/pl/pqueue.pl         Processing the queued mails
  104. agent/pl/queue_mail.pl     Queuing mails
  105. agent/pl/rangeargs.pl      Perl library to expand a list of patches
  106. agent/pl/read_conf.pl      Perl library to read configuration file
  107. agent/pl/rfc822.pl         Perl library to parse RFC822 addresses
  108. agent/pl/rules.pl          Compiles the filtering rules
  109. agent/pl/runcmd.pl         Filter commands ran from here
  110. agent/pl/sendfile.pl       Perl library to send files in shar / kit mode
  111. agent/pl/stats.pl          Mailagent's statistics recording and printing
  112. agent/pl/unpack.pl         Perl library to unpack archive files
  113. agent/test/                Regression test suite
  114. agent/test/Jmakefile       Generic makefile for test suite
  115. agent/test/Makefile.SH     Makefile for test suite
  116. agent/test/README          About the regression tests
  117. agent/test/TEST            Runs the full test suite
  118. agent/test/actions         Rule file for cmd tests
  119. agent/test/basic/              Basic tests
  120. agent/test/basic/config.t      Main test initialization and sanity checks
  121. agent/test/basic/filter.t      Make sure C filter works
  122. agent/test/basic/mailagent.t   Make sure mailagent basically works
  123. agent/test/cmd/                Tests of mailagent's filtering commands
  124. agent/test/cmd/abort.t         Test ABORT command
  125. agent/test/cmd/annotate.t      Test ANNOTATE command
  126. agent/test/cmd/assign.t        Test ASSIGN command
  127. agent/test/cmd/back.t          Test BACK command
  128. agent/test/cmd/begin.t         Test BEGIN command
  129. agent/test/cmd/bounce.t        Test BOUNCE command
  130. agent/test/cmd/delete.t        Test DELETE command
  131. agent/test/cmd/feed.t          Test FEED command
  132. agent/test/cmd/forward.t       Test FORWARD command
  133. agent/test/cmd/give.t          Test GIVE command
  134. agent/test/cmd/keep.t          Test KEEP command
  135. agent/test/cmd/leave.t         Test LEAVE command
  136. agent/test/cmd/message.t       Test MESSAGE command
  137. agent/test/cmd/nop.t           Test NOP command
  138. agent/test/cmd/notify.t        Test NOTIFY command
  139. agent/test/cmd/once.t          Test ONCE command
  140. agent/test/cmd/pass.t          Test PASS command
  141. agent/test/cmd/perl.t          Test PERL command
  142. agent/test/cmd/pipe.t          Test PIPE command
  143. agent/test/cmd/post.t          Test POST command
  144. agent/test/cmd/process.t       Test PROCESS command
  145. agent/test/cmd/purify.t        Test PURIFY command
  146. agent/test/cmd/queue.t         Test QUEUE command
  147. agent/test/cmd/record.t        Test RECORD command
  148. agent/test/cmd/reject.t        Test REJECT command
  149. agent/test/cmd/restart.t       Test RESTART command
  150. agent/test/cmd/resync.t        Test RESYNC command
  151. agent/test/cmd/run.t           Test RUN command
  152. agent/test/cmd/save.t          Test SAVE command
  153. agent/test/cmd/select.t        Test SELECT command
  154. agent/test/cmd/split.t         Test SPLIT command
  155. agent/test/cmd/store.t         Test STORE command
  156. agent/test/cmd/strip.t         Test STRIP command
  157. agent/test/cmd/subst.t         Test SUBST command
  158. agent/test/cmd/tr.t            Test TR command
  159. agent/test/cmd/unique.t        Test UNIQUE command
  160. agent/test/cmd/unknown.t       Make sure unknown command defaults correctly
  161. agent/test/cmd/vacation.t      Test VACATION command
  162. agent/test/cmd/write.t         Test WRITE command
  163. agent/test/filter/             Testing the filtering capabilities
  164. agent/test/filter/backref.t    Check backreferences
  165. agent/test/filter/case.t       Normalized header case tests
  166. agent/test/filter/default.t    Check default behaviour when mail not saved
  167. agent/test/filter/escape.t     Escape sequences within actions
  168. agent/test/filter/group.t      Selector combination tests
  169. agent/test/filter/hook.t       Ensure hooks are correctly invoked
  170. agent/test/filter/list.t       Check matching on lists like To and Newsgroups
  171. agent/test/filter/loop.t       Check loop detection
  172. agent/test/filter/multiple.t   Check multiple selectors
  173. agent/test/filter/not.t        Negated pattern tests
  174. agent/test/filter/pattern.t    Check patterns specification and loading
  175. agent/test/filter/status.t     Action status updating tests
  176. agent/test/level               Default logging level for tests
  177. agent/test/mail                The mail used by testing routines
  178. agent/test/option/             Tests the options to the mailagent program
  179. agent/test/option/L.t          Test -L option
  180. agent/test/option/V.t          Test -V option
  181. agent/test/option/c.t          Test -c option
  182. agent/test/option/d.t          Test -d option
  183. agent/test/option/e.t          Test -e option
  184. agent/test/option/f.t          Test -f option
  185. agent/test/option/h.t          Test -h option
  186. agent/test/option/i.t          Test -i option
  187. agent/test/option/l.t          Test -l option
  188. agent/test/option/o.t          Test -o option
  189. agent/test/option/q.t          Test -q option
  190. agent/test/option/r.t          Test -r option
  191. agent/test/option/s.t          Test -s option
  192. agent/test/option/t.t          Test -t option
  193. agent/test/option/what.t       Ensure good behaviour with unknown option
  194. agent/test/pl/                 Perl libraries for the regression test suite
  195. agent/test/pl/cmd.pl           Initializes command paths
  196. agent/test/pl/filter.pl        Set up environment for filter tests
  197. agent/test/pl/init.pl          Variable initializations
  198. agent/test/pl/logfile.pl       Logging file checking
  199. agent/test/pl/mail.pl          Modifies mail components
  200. agent/test/rules               Rules used by filtering tests
  201. bin/perload                The dataloading/autoloading perl translator
  202. config.h.SH                Produces config.h
  203. install.SH                 Installation script
  204. patchlevel.h               Current version number and patch level
  205.