home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / gigop806.zip / OPTIONS.FAQ < prev    next >
Text File  |  1994-04-26  |  7KB  |  147 lines

  1. Q:  How do I use BIOS video writes?
  2. A:  Use the command line switch, "/BIOS".
  3.  
  4.  
  5. Q:  How do I use direct video writes?
  6. A:  That is the default.
  7.  
  8.  
  9. Q:  How do I turn off the video display?
  10. A:  Specify NOVIDEO in your configuration file.  Once GIGO is past
  11.     the configuration stage, and is fully loaded, GIGO will stop 
  12.     generating video output, giving you an approximate 20% increase
  13.     in speed.
  14.  
  15. Q:  How do I stop GIGO from deleting files, when I am testing?
  16. Q:  Why am I getting things in multiple when I use the TEST keyword?
  17. A:  Specify the TEST keyword.  When you use the TEST keyword, some
  18.     actions will still be ran more than once, and you may see multiple
  19.     instances of the same message.  
  20.  
  21. Q:  GIGO can find the .X files, but can not find the .D files.  What now?
  22. A:  Enable the "ALTMUNGING" keyword, and see if that works.
  23.     Some sites are feeding you nonstandard unix filenames; they 
  24.     should be handled anyways.   ALTMUNGING will only be needed by an 
  25.     estimated 3-4 sites in the world.
  26.  
  27.  
  28. Q:  The filenames contain my host's name instead of mine.
  29. A:  This is _normal_.  However, if you want to switch it to have
  30.     your site's name instead of your host's, for whatever reason,
  31.     specify "BACKWARDSFEED".  Don't do this unless you really need it.
  32.  
  33. Q:  My "From " lines need FQDN names, not bang paths..
  34. A:  Look at the BURT_JUDA_HACK.  This is only required if you are directly
  35.     piping the files into a sendmail session on unix; most UUCP hosts
  36.     handle this stuff properly automaticly.
  37.  
  38. Q:  My host requires the .XQT file to say it's from "uucp"..
  39. A:  Enable XQT_FROM_UUCP in your configuration.  Normally, the 
  40.     address that errors should be sent to would be the original 
  41.     person who wrote the message.  For some people, however, their
  42.     host will only accept "uucp" for the name that errors should go
  43.     to.  [Okay, not some people, but one specific person..:-)]
  44.  
  45. Q:  People say that my entire message is on a single line.  What I do?
  46. A:  LINESPLIT 80  tells GIGO to take all fidonet messages, and make 
  47.     sure that no line is longer than 80 characters, so that people
  48.     on the internet can read your messages.
  49.  
  50.  
  51. Q:  Arg, so many crossposts!  How do I limit the number of copies GIGO makes?
  52. A:  Use MAXNEWSGROUPS 5  if you want to limit GIGO to only 5 copies
  53.     of the same message, one copy per newsgroup that you are keeping.
  54.     Default is to allow for up to 20 crossposts.
  55.  
  56. Q:  How do I get rid of "cmsg cancel" messages?
  57.     Use CMSG_CANCEL - it will look for any message with a "Control:" header
  58.     in it (mostly used for cancellation messages), and junk the message.
  59.  
  60. Q:  Why is my tosser saying GIGO's pkts are from Net 65535 or Net -1 ?
  61. Q:  What is the OLDTOSSER option for?
  62.  
  63. A:  This only happens when GIGO is running as a point off of your main
  64.     address; this behavior is not apparent when GIGO has a dedicated
  65.     node address.
  66.  
  67.     Some fidonet software packages are not entirely FSC-0048 aware.
  68.     GIGO generates FSC-0048 mail packets, which specify that when
  69.     sending to a point, that the NET field be specifed as "65535"
  70.     (or "-1").
  71.  
  72.     To accomodate for the older programs that get a tad bit confused,
  73.     add the config option "OLDTOSSER".  It will generate "Almost-FSC-0048"
  74.     mail packets instead, which will be properly understood by those
  75.     tossers.
  76.  
  77.  
  78.  
  79. Q:  What is FSC-0035?  What are the ^aREPLYTO and ^aREPLYADDR kludge lines?
  80.  
  81. A:  An option in GIGO is called FSC-35.  FSC-35 states that
  82.     messages should contain kludge lines called REPLYTO and REPLYADDR
  83.     at the top, which help certain message editors reliable reply
  84.     to the authors of various messages.  These kludge lines contain
  85.     the address of the internet gateway, as well as the complete
  86.     internet address of the person that should receive the netmail reply.
  87.  
  88.  
  89. Q:  What is PARTIAL-35?
  90.  
  91. A:  Some people are annoyed with all of these extra kludge lines
  92.     in the messages.  PARTIAL-35 is a compromise; PARTIAL-35 will only
  93.     introduce the FSC-35 kludge lines, _if_ and _only if_ the netmail
  94.     "From:" field is not enough to get a guaranteed reply back to the
  95.     proper place.  For example, if the message was from "jfesler@netcom.com",
  96.     the fidonet header is big enough to hold the email address.
  97.     However, "Joe.Schmoe@Barbeque-BBS.wmeonlin.sacbbx.com" is too long -
  98.     FSC-35 kludge lines would be included, so that you can accurately
  99.     reply to him.
  100.  
  101.  
  102. Q:  How do I change the size of the .PKT files GIGO creates?
  103.  
  104. A:  Use the MAXPKT command.  It specifise the approximate .PKT file
  105.     size that you wish individual .PKT files to be.  MAXPKT 150000 seems
  106.     to be a decent number, your mileage may vary.
  107.  
  108. Q:  How do I stop large messages from coming in?
  109. Q:  How do I split up such large messages?
  110.  
  111. A:  Use the SPLIT keyword.  Suggested: SPLIT 15000 ; which leaves
  112.     enough room for other mail processors to keep the total message
  113.     under 16k.  Many mail processors (including those that the backbone
  114.     runs on) break after 16k; your mileage may and will vary.
  115.  
  116. Q:  How do I get people's addresses to show up in the fidonet header?
  117. Q:  Why are people's names in the fidonet header instead of their address?
  118.  
  119. A:  You can change what information GIGO places into the fidonet header
  120.     pretty easily; it is definable for both email and for newsgroups.
  121.     By default, GIGO places the _name_ of the person in the fidonet
  122.     header, when found; otherwise, as much of the person's email address
  123.     that can fit is used.
  124.  
  125.     [from options.cfg]
  126.     ;RETURNADDRESS_EMAIL     ; Uncomment this to put the email adddress in the hdr
  127.     ;RETURNADDRESS_EMAIL UUCP; Uncomment to put "UUCP" in the message hdr
  128.     ;RETURNADDRESS_NEWS      ; Uncomment this to put the email address in the hdr
  129.     ;RETURNADDRESS_NEWS UUCP ; Uncomment to put "UUCP" in the message hdr
  130.  
  131.  
  132. Q:  How do I get threading information from the usenet messages?
  133. Q:  How do I generate References: lines in my echomail replies?
  134. A:  Add the keyword "KEEP_THREADS" in your configuration.  This option
  135.     will generate MSGID and REPLY kludge lines that are in technical
  136.     violation of the standards; however, they are perfectly safe to use.
  137.     The MSGID and REPLY kludges generated will contain threading information
  138.     that some message base linkers are willing to take advantage of.
  139.     (Squish message bases: see QQLINK 1.24 - does a GREAT job!)
  140.  
  141. Q:  People are complaining that my MSGID fields are causing problems..
  142.     Turn off the KEEP_THREADS option.  This option has proven safe for
  143.     my area, but you may have someone that is extremely [expletive adj]
  144.     on adhering the technicallity instead of the spirit of the 
  145.     specifications.
  146.  
  147.