home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume43 / mailagent / patch11 < prev    next >
Encoding:
Internet Message Format  |  1994-07-24  |  3.1 KB

  1. From: Raphael Manfredi <ram@acri.fr>
  2. Newsgroups: comp.sources.misc
  3. Subject: v43i128:  mailagent - Flexible mail filtering and processing package, v3.0, Patch11
  4. Date: 24 Jul 1994 19:41:50 -0500
  5. Organization: Advanced Computer Research Institute, Lyon, France
  6. Sender: kent@sparky.sterling.com
  7. Approved: kent@sparky.sterling.com
  8. Message-ID: <30v1oe$i67@sparky.sterling.com>
  9. X-Md4-Signature: 2f0fad4de2a0018e4b436c73327783c3
  10.  
  11. Submitted-by: Raphael Manfredi <ram@acri.fr>
  12. Posting-number: Volume 43, Issue 128
  13. Archive-name: mailagent/patch11
  14. Environment: UNIX, Perl
  15. Patch-To: mailagent: Volume 41, Issue 1-26
  16.  
  17. [The latest patch for mailagent version 3.0 is #11.]
  18.  
  19. System: mailagent version 3.0
  20. Patch #: 11
  21. Priority: LOW
  22. Subject: patch #8, continued
  23. Date: Fri Jul 01 17:27:49 MET DST 1994
  24. From: Raphael Manfredi <ram@acri.fr>
  25.  
  26. Description:
  27.     See patch #8.
  28.  
  29.  
  30. Fix:    From rn, say "| patch -p -N -d DIR", where DIR is your mailagent source
  31.     directory.  Outside of rn, say "cd DIR; patch -p -N <thisarticle".
  32.     If you don't have the patch program, apply the following by hand,
  33.     or get patch (version 2.0, latest patchlevel).
  34.  
  35.     After patching:
  36.         Configure -ders
  37.         make depend
  38.         make
  39.         make install
  40.         make install.man
  41.  
  42.     If patch indicates that patchlevel is the wrong version, you may need
  43.     to apply one or more previous patches, or the patch may already
  44.     have been applied.  See the patchlevel.h file to find out what has or
  45.     has not been applied.  In any event, don't continue with the patch.
  46.  
  47.     If you are missing previous patches they can be obtained from me:
  48.  
  49.         Raphael Manfredi <ram@acri.fr>
  50.  
  51.     If you send a mail message of the following form it will greatly speed
  52.     processing:
  53.  
  54.         Subject: Command
  55.         @SH mailpatch PATH mailagent 3.0 LIST
  56.                ^ note the c
  57.  
  58.     where PATH is a return path FROM ME TO YOU either in Internet notation,
  59.     or in bang notation from some well-known host, and LIST is the number
  60.     of one or more patches you need, separated by spaces, commas, and/or
  61.     hyphens.  Saying 35- says everything from 35 to the end.
  62.  
  63.     To get some more detailed instructions, send me the following mail:
  64.  
  65.         Subject: Command
  66.         @SH mailhelp PATH
  67.  
  68.  
  69. Index: patchlevel.h
  70. Prereq: 10
  71. 4c4
  72. < #define PATCHLEVEL 10
  73. ---
  74. > #define PATCHLEVEL 11
  75.  
  76. Index: README
  77. *** README.old    Fri Jul  1 17:16:01 1994
  78. --- README    Fri Jul  1 17:16:01 1994
  79. ***************
  80. *** 14,19 ****
  81. --- 14,20 ----
  82.   ------------------------------------------------------------------------
  83.   
  84.   This version of mailagent requires you to have at least perl 4.0 PL36.
  85. + Note that perl 5.0 will not work: a port will be required to support it.
  86.   
  87.   Please read all the directions below before you proceed any further, and
  88.   then follow them carefully.
  89.  
  90. Index: Credits
  91. *** Credits.old    Fri Jul  1 17:16:00 1994
  92. --- Credits    Fri Jul  1 17:16:00 1994
  93. ***************
  94. *** 93,98 ****
  95. --- 93,99 ----
  96.       Keith Pyle <keith@ibmoto.com>
  97.       Keith Rose <rose@ultryx.com>
  98.       Kent Landfield <kent@imd.sterling.com>
  99. +     Khalid Sattar <khalid@harlequin.co.uk>
  100.       Kresten Krab Thorup <krab@iesd.auc.dk>
  101.       Larry W. Virden <lvirden@cas.org>
  102.       Mark Allman <mallman@oucsace.cs.ohiou.edu>
  103.  
  104. *** End of Patch 11 ***
  105.  
  106. exit 0 # Just in case...
  107.