home *** CD-ROM | disk | FTP | other *** search
- After all the mailagent kits are run you should have the following files:
-
- Filename Kit Description
- -------- --- -----------
- Configure 2 Portability tool
- Copying 5 The GNU General Public Licence Version 2
- Jmakefile 14 Description of the main Makefile
- MANIFEST 8 This list of files
- Makefile.SH 11 A makefile to run subsidiary makefiles
- PACKLIST 8 Which files came with which kits
- README 1 Basic instructions
- agent/ Where mailagent support files are located
- agent/Jmakefile 14 High level description of Makefile
- agent/Makefile.SH 11 Makefile which builds and installs mailagent
- agent/README 1 Welcome to mailagent
- agent/examples/ A set of files from my own environment
- agent/examples/README 1 Explains what the examples are
- agent/examples/daemon 15 Rules for "vacation" emulation
- agent/examples/mailfolders 15 A copy of my ~/.mailfolders
- agent/examples/mchk 14 Checks for new mail
- agent/examples/mhinc 14 Call the MH inc command to incorporate new mail
- agent/examples/nocmds 14 Message you currently get if you send me a comm
- agent/examples/profile 14 What I added to my onw ~/.profile
- agent/examples/rules 1 The rules I am currently using
- agent/examples/vacation 14 A sample vacation message
- agent/files/ Mailagent's configuration files
- agent/files/Jmakefile 14 High level description for Makefile
- agent/files/Makefile.SH 12 Makefile for subsidiary files
- agent/files/agenthelp 10 Help file used by mailhelp
- agent/files/chkagent.sh 13 Cron script to spot problems in the mailagent s
- agent/files/commands 15 Allowed commands for mailagent
- agent/files/distribs 14 Example of distribution list
- agent/files/filter.sh 10 Shell script version of the mail filter
- agent/files/mailagent.cf 13 Example of configuration file
- agent/files/proglist 13 Example of description file
- agent/filter/ The C version of the mail filter
- agent/filter/Jmakefile 14 Generic makefile template
- agent/filter/Makefile.SH 11 Makefile for C filter
- agent/filter/README 1 Introduction to filter
- agent/filter/environ.c 10 Environment management routines
- agent/filter/environ.h 14 Declarations for environment management routine
- agent/filter/hash.c 9 Symbol table handling
- agent/filter/hash.h 13 Declarations for symbol table
- agent/filter/io.c 7 I/O routines
- agent/filter/io.h 14 Header for I/O routines
- agent/filter/lock.c 7 File locking
- agent/filter/lock.h 14 Declarations for file locking routines
- agent/filter/logfile.c 11 Logging facilities
- agent/filter/logfile.h 13 Header for logging routines
- agent/filter/main.c 12 The main entry point for filter
- agent/filter/misc.c 14 Miscellaneous routines
- agent/filter/msg.c 13 Handles fatal messages
- agent/filter/msg.h 14 Declarations for user messages
- agent/filter/parser.c 6 Parse the config file with variable substitutio
- agent/filter/parser.h 14 About config file parsing
- agent/filter/portable.h 13 Portable declarations
- agent/filter/sysexits.h 14 Standard exit codes
- agent/filter/user.c 13 To get login name from user
- agent/magent.SH 6 The main processor
- agent/maildist.SH 4 Mails a whole distribution
- agent/mailhelp.SH 13 Mails some help
- agent/maillist.SH 10 Mails a list of available distributions
- agent/mailpatch.SH 9 Mails patches for a given distribution
- agent/man/ Manual pages for mailagent
- agent/man/Jmakefile 14 Makefile description for jmake
- agent/man/Makefile.SH 12 Makefile for manual pages extraction
- agent/man/mailagent.SH 3 Produces a manual page for mailagent
- agent/man/maildist.SH 14 Produces a manual page for maildist
- agent/man/mailhelp.SH 11 Produces a manual page for mailhelp
- agent/man/maillist.SH 14 Produces a manual page for maillist
- agent/man/mailpatch.SH 14 Produces a manual page for mailpatch
- agent/pl/ Perl files used by mailagent scripts
- agent/pl/acs_rqst.pl 13 Perl library to ask for private file access
- agent/pl/actions.pl 4 Implementation of mailagent's actions
- agent/pl/add_log.pl 14 Perl library to add logs to logfile
- agent/pl/analyze.pl 8 Perl library analyzing the incoming mail
- agent/pl/builtins.pl 12 Perl library dealing with builtins
- agent/pl/checklock.pl 14 Perl library to check for long lasting locks
- agent/pl/context.pl 12 Mailagent context file handling
- agent/pl/dbr.pl 8 Internal database management
- agent/pl/distribs.pl 12 Perl library to scan the distribs file
- agent/pl/emergency.pl 12 Perl library dealing with emergencies
- agent/pl/eval.pl 11 A little expression interpreter
- agent/pl/fatal.pl 14 Perl library to deal with fatal errors
- agent/pl/filter.pl 6 Running the filtering commands
- agent/pl/free_file.pl 14 Perl library to free file access
- agent/pl/getdate.pl 1 Richard Ohnemus's getdate package
- agent/pl/header.pl 11 Header-related routines
- agent/pl/history.pl 13 Perl library to implement history mechanism
- agent/pl/lexical.pl 12 Perl library for lexical analysis
- agent/pl/listqueue.pl 11 Perl library to list the queue
- agent/pl/locate.pl 14 Perl library to locate loaded patterns/addresse
- agent/pl/macros.pl 12 Perl library for macros expansion
- agent/pl/makedir.pl 14 Perl library for making a directory
- agent/pl/matching.pl 7 Matching routines used by filter
- agent/pl/mbox.pl 13 Getting mails from a mailbox file
- agent/pl/once.pl 13 Dealing with once commands
- agent/pl/period.pl 13 Perl library to compute periods
- agent/pl/plsave.pl 11 Perl library to handle the plsave cache file
- agent/pl/pqueue.pl 13 Processing the queued mails
- agent/pl/queue_mail.pl 9 Queuing mails
- agent/pl/rangeargs.pl 14 Perl library to expand a list of patches
- agent/pl/read_conf.pl 13 Perl library to read configuration file
- agent/pl/rfc822.pl 13 Perl library to parse RFC822 addresses
- agent/pl/rules.pl 9 Compiles the filtering rules
- agent/pl/runcmd.pl 10 Filter commands ran from here
- agent/pl/sendfile.pl 9 Perl library to send files in shar / kit mode
- agent/pl/stats.pl 5 Mailagent's statistics recording and printing
- agent/pl/unpack.pl 13 Perl library to unpack archive files
- agent/test/ Regression test suite
- agent/test/Jmakefile 14 Generic makefile for test suite
- agent/test/Makefile.SH 12 Makefile for test suite
- agent/test/README 1 About the regression tests
- agent/test/TEST 12 Runs the full test suite
- agent/test/actions 12 Rule file for cmd tests
- agent/test/basic/ Basic tests
- agent/test/basic/config.t 13 Main test initialization and sanity checks
- agent/test/basic/filter.t 13 Make sure C filter works
- agent/test/basic/mailagent.t 13 Make sure mailagent basically works
- agent/test/cmd/ Tests of mailagent's filtering commands
- agent/test/cmd/abort.t 15 Test ABORT command
- agent/test/cmd/annotate.t 15 Test ANNOTATE command
- agent/test/cmd/assign.t 15 Test ASSIGN command
- agent/test/cmd/back.t 11 Test BACK command
- agent/test/cmd/begin.t 15 Test BEGIN command
- agent/test/cmd/bounce.t 15 Test BOUNCE command
- agent/test/cmd/delete.t 15 Test DELETE command
- agent/test/cmd/feed.t 15 Test FEED command
- agent/test/cmd/forward.t 7 Test FORWARD command
- agent/test/cmd/give.t 14 Test GIVE command
- agent/test/cmd/keep.t 14 Test KEEP command
- agent/test/cmd/leave.t 14 Test LEAVE command
- agent/test/cmd/message.t 15 Test MESSAGE command
- agent/test/cmd/nop.t 15 Test NOP command
- agent/test/cmd/notify.t 15 Test NOTIFY command
- agent/test/cmd/once.t 13 Test ONCE command
- agent/test/cmd/pass.t 15 Test PASS command
- agent/test/cmd/pipe.t 14 Test PIPE command
- agent/test/cmd/post.t 15 Test POST command
- agent/test/cmd/process.t 15 Test PROCESS command
- agent/test/cmd/purify.t 14 Test PURIFY command
- agent/test/cmd/queue.t 15 Test QUEUE command
- agent/test/cmd/record.t 14 Test RECORD command
- agent/test/cmd/reject.t 15 Test REJECT command
- agent/test/cmd/restart.t 15 Test RESTART command
- agent/test/cmd/resync.t 15 Test RESYNC command
- agent/test/cmd/run.t 14 Test RUN command
- agent/test/cmd/save.t 14 Test SAVE command
- agent/test/cmd/select.t 15 Test SELECT command
- agent/test/cmd/split.t 5 Test SPLIT command
- agent/test/cmd/store.t 14 Test STORE command
- agent/test/cmd/strip.t 14 Test STRIP command
- agent/test/cmd/subst.t 15 Test SUBST command
- agent/test/cmd/tr.t 15 Test TR command
- agent/test/cmd/unique.t 12 Test UNIQUE command
- agent/test/cmd/unknown.t 15 Make sure unknown command defaults correctly
- agent/test/cmd/vacation.t 4 Test VACATION command
- agent/test/cmd/write.t 13 Test WRITE command
- agent/test/filter/ Testing the filtering capabilities
- agent/test/filter/backref.t 15 Check backreferences
- agent/test/filter/default.t 14 Check default behaviour when mail not saved
- agent/test/filter/list.t 14 Check matching on lists like To and Newsgroups
- agent/test/filter/loop.t 15 Check loop detection
- agent/test/filter/multiple.t 14 Check multiple selectors
- agent/test/filter/pattern.t 15 Check patterns specification and loading
- agent/test/level 15 Default logging level for tests
- agent/test/mail 13 The mail used by testing routines
- agent/test/option/ Tests the options to the mailagent program
- agent/test/option/L.t 8 Test -L option
- agent/test/option/V.t 15 Test -V option
- agent/test/option/c.t 14 Test -c option
- agent/test/option/d.t 14 Test -d option
- agent/test/option/e.t 14 Test -e option
- agent/test/option/f.t 14 Test -f option
- agent/test/option/h.t 15 Test -h option
- agent/test/option/i.t 15 Test -i option
- agent/test/option/l.t 14 Test -l option
- agent/test/option/o.t 15 Test -o option
- agent/test/option/q.t 14 Test -q option
- agent/test/option/r.t 15 Test -r option
- agent/test/option/s.t 9 Test -s option
- agent/test/option/t.t 14 Test -t option
- agent/test/option/what.t 15 Ensure good behaviour with unknown option
- agent/test/pl/ Perl libraries for the regression test suite
- agent/test/pl/cmd.pl 15 Initializes command paths
- agent/test/pl/filter.pl 15 Set up environment for filter tests
- agent/test/pl/init.pl 15 Variable initializations
- agent/test/pl/logfile.pl 13 Logging file checking
- agent/test/pl/mail.pl 14 Modifies mail components
- agent/test/rules 14 Rules used by filtering tests
- bin/perload 7 The dataloading/autoloading perl translator
- config.h.SH 10 Produces config.h
- install.SH 10 Installation script
- patchlevel.h 15 Current version number and patch level
-