home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / comms / metamail-2.3a / man / splitmail.1 < prev   
Text File  |  1992-06-14  |  3KB  |  131 lines

  1.  
  2.  
  3.  
  4. splitmail(1)             USER COMMANDS               splitmail(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      splitmail - Split a large mail message  into  MIME-compliant
  10.      partial messages
  11.  
  12. SYNOPSIS
  13.      splitmail  [-d] [-v] [-s splitsize]  [-p  prefix]  [-i   id-
  14.      suffix] [file-name]
  15.  
  16. DESCRIPTION
  17.      The _s_p_l_i_t_m_a_i_l program will take an email message  and  break
  18.      it  up  into smaller pieces using the "message/partial" type
  19.      defined by MIME, the proposed  Internet  standard  for  mul-
  20.      timedia mail formats.
  21.  
  22.      By default it will take the  message  either  from  standard
  23.      input  or  the named file, and will produce a set of partial
  24.      message files with names like "/tmp/split.1" for  the  first
  25.      part, and so on.  The prefix "/tmp/split." can be overridden
  26.      using the "-p" option.
  27.  
  28.      If the -d option is specified, the  mail  will  actually  be
  29.      delivered.   If  -v  is  specified, the verbose flag will be
  30.      passed to sendmail.
  31.  
  32.      The -i option can be used to  make  splitmail  generate  the
  33.      pieces  with  similar (but not identical) message-id fields,
  34.      in a format which allows them to be easily  correlated  with
  35.      one  another  and  which end with the suffix provided on the
  36.      command line after -i.
  37.  
  38.      The default chunk size for spliting messages  is  250000  at
  39.      most sites, though this is also a compile-time option.  This
  40.      can be overriden with the -s switch, or with the environment
  41.      variable SPLITSIZE.
  42.  
  43.      Messages smaller than the chunk size will not be turned into
  44.      partial  messages,  but  will be written to a single file or
  45.      delivered as a single message.
  46.  
  47. ENVIRONMENT
  48.      SPLITSIZE overrides the default chunk size.  Setting  SPLIT-
  49.      SIZE to, say, 4000000 will effectively ensure that your mes-
  50.      sages are unlikely ever to be split, but it may  cause  them
  51.      to be rejected by some mail transport software.
  52.  
  53. SEE ALSO
  54.      mailto(1), metamail(1)
  55.  
  56. BUGS
  57.      If the size of the input is just on the fencepost, and if it
  58.      is  coming from a file rather than standard input, splitmail
  59.      will sometimes estimate the number of parts wrong  and  will
  60.  
  61.  
  62.  
  63. Sun Release 4.1      Last change: Release 1                     1
  64.  
  65.  
  66.  
  67.  
  68. splitmail(1)             USER COMMANDS               splitmail(1)
  69.  
  70.  
  71.  
  72.      have  to  write  out  an  extra  part.  This is harmless but
  73.      annoying.  It is especially annoying if the estimate  was  2
  74.      but the real number was 1.
  75.  
  76. COPYRIGHT
  77.      Copyright  (c)  1992  Bell  Communications  Research,   Inc.
  78.      (Bellcore)
  79.  
  80.      Permission  to  use,  copy,  modify,  and  distribute   this
  81.      material  for any purpose and without fee is hereby granted,
  82.      provided that the above copyright notice and this permission
  83.      notice  appear  in all copies, and that the name of Bellcore
  84.      not be used in advertising or publicity pertaining  to  this
  85.      material  without  the specific, prior written permission of
  86.      an authorized representative of Bellcore.  BELLCORE MAKES NO
  87.      REPRESENTATIONS  ABOUT  THE  ACCURACY OR SUITABILITY OF THIS
  88.      MATERIAL FOR ANY PURPOSE.  IT IS PROVIDED "AS  IS",  WITHOUT
  89.      ANY EXPRESS OR IMPLIED WARRANTIES.
  90.  
  91. AUTHOR
  92.      Nathaniel S. Borenstein, Bellcore
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125. Sun Release 4.1      Last change: Release 1                     2
  126.  
  127.  
  128.  
  129.