home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / oct93 / comm / carboncopy.lha / CarbonCopy / CarbonCopy.man < prev    next >
Text File  |  1993-03-07  |  5KB  |  125 lines

  1. ******* CarbonCopy.man *******************************************************
  2. *
  3. *   $VER: CarbonCopy V34.8 (06-Mar-93) -- A FSC-0039 MultiMatrix Utility.
  4. *
  5. *               Written by Klaus Seistrup @ FidoNet 2:230/119
  6. *
  7. ******************************************************************************
  8.  
  9.  
  10.     FUNCTION
  11.         CarbonCopy is a FidoNet Technical Networks utility that will create
  12.         FSC-0039 style packets, given a plain ASCII text file and a list of
  13.         nodes to send netmails to. You'll need a TrapList parsed NodeList
  14.         to accomplish this...
  15.  
  16.         CarbonCopy is for netmails only, but you might like to try CrossPost
  17.         written by SUne Trudslev (former 2:230/415@fidonet) for making multiple
  18.         postings in echomail areas.
  19.  
  20.  
  21.     SYNTAX
  22.         CarbonCopy -f FromFQFA -s Subject -t TextFile -d Directory [HOLD|CRASH]
  23.                    @ List ToFQFA/... [NOCC] [NOORIGINAL] [FORCEINTL]
  24.  
  25.             FromFQFA    FQFA of sender ($SYSNODE)
  26.             Subject     Subject ("Important message")
  27.             TextFile    Full path and name of text file to send (CC.txt)
  28.             Directory   Where to put the PKT file(s) ($INBOUND|MAIL:Inbound/)
  29.             HOLD|CRASH  Set HOLD|CRASH attributes (not really useful)
  30.             ToFQFA      FQFA of addressee(s)
  31.             List        Optional list of addressee(s)
  32.             NOCC        Skip "CC: [...]" header
  33.             NOORIGINAL  Don't put any " * Original to [...]"
  34.             FORCEINTL   Force ^aINTL kludge
  35.  
  36.  
  37.         CarbonCopy is neither sensitive to the ordering of arguments, nor
  38.         case-sensitive.
  39.  
  40.         FROMFQFA defaults to the FQFA found in $SYSNODE. The $SYSNODE
  41.         address can be overridden by specifying an address on the command
  42.         line.
  43.  
  44.         DIRECTORY could be anywhere on your system, but specifying your
  45.         inbound directory is an easy solution, since it will then be up
  46.         to your tosser to do the routing. :-) Defaults to $INBOUND or, if
  47.         not found, MAIL:Inbound/.
  48.  
  49.         HOLD|CRASH will set the appropriate attributes for the *.PKT
  50.         following the keyword. If you're using Foozle as your tosser
  51.         this is not really useful, since Foozle will 'strip off' the
  52.         attributes and put whatever you've specified in FzI instead.
  53.         Anyways, these two keywords are available for those who like. :-)
  54.  
  55.         TOFQFA takes as many node addresses as needed, but if you have a
  56.         numerous list, you might like the LIST option: LIST points to a
  57.         plain text file with one node address per line. Characters ';'
  58.         and '#' can be used for commenting.
  59.  
  60.         FORCEINTL will force a ^aINTL kludge - even if the source and
  61.         destination zones are the same. This is popular on some systems.
  62.  
  63.  
  64.     NOTES
  65.         Fully re-entrant ("PURE").
  66.         Requires traplist.library V4+.
  67.         Runs smoothly under AmigaOS 1.3+.
  68.  
  69.         CarbonCopy replaces all LF (ASCII 10) with CRLF (ASCII 13+10),
  70.         but I might implement a REFLOW switch (… la Foozle) in future
  71.         versions. If you need this, please lemme know...
  72.  
  73.         CarbonCopy creates a temporary file in T: before creating the
  74.         PKTs.
  75.  
  76.         CarbonCopy searches for the NodeList in the directory found in
  77.         $NODELIST -- defaults to NODELIST:.
  78.  
  79.         Do NOT abuse this program for netmail bombings! Remember that
  80.         the names of the addressees will all be put into each packet
  81.         created by CarbonCopy -- and even a small text file might end
  82.         up as fairly big PKTs if your list is extensive...!
  83.  
  84.         CarbonCopy is rather big because it's 1.3 compatible. If you
  85.         guys wants a smaller - but OS2.0-only - version, please netmail
  86.         me! If enough people wants the 2.0 version (who's running 1.3
  87.         now, after all?), I'll make it. :-)
  88.  
  89.  
  90.     ACKNOWLEDGEMENTS
  91.         For beta testing and suggestions, sincere thanks are due to:
  92.  
  93.             Thomas Agatz     (2:230/311@fidonet)
  94.             Mark Cassidy     (2:230/611@fidonet)    <--  DOWN!
  95.             Wim Peeters      (2:291/708@fidonet)
  96.             Steffen Salzmann (2:249/125.2@fidonet)
  97.  
  98.         Also a great many thanks to Matt Dillon for his wonderful DICE
  99.         compiler. 8-d;)
  100.  
  101.  
  102.     COPYRIGHT
  103.         CarbonCopy is Copyright (C) 1992,93 Magnetic Ink, but freely
  104.         redistributable as, of course, CarbonCopyWare. q;) If you like
  105.         this program and use it regularly, you are obliged to send a
  106.         carbon copy of the postcard included in the distribution archive
  107.         (please insert your own name!) to one of the following addresses:
  108.  
  109.                     2:230/119@fidonet
  110.                     92:910/102@badnet
  111.  
  112.                     InterNet: kleis@magneto.bbs.bad.se
  113.  
  114.  
  115.     HISTORY
  116.         34.1-34.4   Beta releases
  117.         34.5        First public release
  118.         34.6        Added $INBOUND (Mark Cassidy)
  119.         34.7        Added HOLD|CRASH attributes (Wim Peeters)
  120.         34.8        Fixed the ^aINTL bug.
  121.                     Added FORCEINTL keyword.
  122.                     Should be more OS 2.04+ aware now.
  123.                     CC will now also send a copy to sender (Steffen Salzmann)
  124.  
  125.