home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / POL103B1.ZIP / POLL!.DOC < prev    next >
Encoding:
Text File  |  1995-02-22  |  5.2 KB  |  142 lines

  1.      Poll! 1.03.b1 -- for FrontDoor / InterMail
  2.  
  3.      Copyright (C) Barto Veldhuis 1994, 1995. All rights reserved.
  4.       
  5.      Poll! creates empty poll messages, it reads the mailer's history
  6.      files to see how long ago a node was called or if you were called 
  7.      by that node.
  8.  
  9.      Poll! is designed to run from a batchfile. It automagically 
  10.      finds the FrontDoor logfile, your name and address(es). If you
  11.      are a point and want to poll your boss' system, simply type: 
  12.      
  13.      'Poll! .0'
  14.  
  15.      The general syntax is:
  16.  
  17.      POLL! [-options] <address to poll> [-options]            
  18.                                                                            
  19.      Options:                               
  20.      -dxxx    last call xxx days back     (with a margin of 10 minutes)
  21.      -hxxx    last call xxx hours back    ("    " "      "   5 minutes) 
  22.      -mxxx    last call xxx minutes back         
  23.      -sCIF    Crash (default) / Immediate / Force PickUp   
  24.      -i       read inbound history file too                
  25.      -n       do *not* log to logfile                      
  26.      -e       erase messages to <address> older than -dxx days/hours/minutes
  27.      -l       poll last-called node again   
  28.      -+xxx    set time-margin to xxx minutes    
  29.      -f<name> create message if <name> exists, <name> will be erased! 
  30.  
  31.      Example: poll! -d3 -h12 -sc 2:283/608 -i 
  32.               poll! @poll!.rsp                
  33.  
  34.  
  35.      Address 
  36.      ------- 
  37.      An address may be abbreviated the same way as in FrontDoor.
  38.      
  39.      e.g. your address is 2:282/210.15, 
  40.      poll! 320    -> 2:282/320
  41.      poll! .2     -> 2:282/210.2
  42.      poll! 2800/2 -> 2:2800/2
  43.  
  44.      Poll! uses the aka matching tables in SETUP.FD. With InterMail it
  45.      uses the zone:net from the address of the node to be polled to
  46.      match the AKA's. 
  47.     
  48.  
  49.      Logfile 
  50.      ------- 
  51.      Poll! searches for the FrontDoor logfile defined in SETUP.FD/SYS.FD.
  52.      To find SETUP.FD/SYS.FD, the environment variable FD/IM must be set: 
  53.      SET FD=C:\FD, or SETUP.FD/SYS.FD is found in the current directory. 
  54.  
  55.      In a FD mL setup, '$TASK$' in the logfilename will be replaced
  56.      by the tasknumber (taken from the environment variable 'TASK').
  57.  
  58.      With InterMail the logfilename of task 1 is used. To use the logfile
  59.      of another task Poll! has the -#?? option, in wich ?? is the tasknumber.
  60.      
  61.      Or:
  62.      
  63.      If you don't want to log to the FD logfile use the -n option. The
  64.      output is displayed on the screen and can be redirected to a file:
  65.      poll! -h4 210 -n >> poll!.log 
  66.      
  67.      Example log entries:
  68.                                                    
  69.      ----------  Wed 22 Feb 95, Poll! 1.03.b1
  70.      # 22:00:41  Command line: -h1 -sc .0               
  71.      # 22:00:41  Empty pollmessage created for 2:282/210
  72.                  
  73.     
  74.      If no poll is necessary it's logged as:
  75.                                                                          
  76.      ----------  Wed 22 Feb 95, Poll! 1.03.b1
  77.      #  0:50:10  Command line: /d1/h12/m45 282/210 /si
  78.      #  0:50:10  No need to poll 2:282/210. Last poll: Wed 30 Nov 94, 22:02:39
  79.  
  80.  
  81.      @Response file
  82.      --------------
  83.      Poll! can read commands from a responsefile. This is a plain
  84.      ASCII file with one command per line:
  85.      
  86.      ; This is a Poll! responsefile comment line
  87.      80:200/29   -i -d3 -si   ; poll novionet every 3 days
  88.      .0          -h1          ; poll boss if it's longer than 1 hour ago
  89.      111:314/10  -s
  90.      -fC:\FD\INBOUND\POLL_XX.NOW 2:280/10
  91.  
  92.      Everything after ';' is ignored. 
  93.  
  94.  
  95.      Erase Poll!-messages
  96.      --------------------
  97.      Addition of the '-e' option to the commandline tells Poll! to erase
  98.      all Poll!-messages directed to a given node older than -dxx days / 
  99.      -hxx hours / -mxx minutes.
  100.  
  101.      Poll! -e -h4 2:283/608
  102.      
  103.      Erases all messages to 2:283/608 that are older than 4 hours.
  104.      
  105.      Poll! -e
  106.      
  107.      Erases all messages created by Poll!
  108.  
  109.  
  110.      Errorlevels 
  111.      ----------- 
  112.      Poll! returns errorlevel 1 in case of a fatal error: probably
  113.      a file that couldn't be created or opened. An errormessage is
  114.      written to the logfile.
  115.      
  116.  
  117.      Disclaimer/legal note
  118.      ---------------------
  119.      * You may freely distribute and copy Poll! provided no fee 
  120.        is charged and the Poll! archive contains unmodified 
  121.        copies of the original files. Although care has been taken 
  122.        to write Poll!, it is provided "as is", without warranty 
  123.        or guarantee of any kind. 
  124.                                      
  125.      * In no event shall Barto Veldhuis be liable to you or anyone 
  126.        else for any damages or cost, including, but not limited 
  127.        to, any lost profits, lost savings or lost income which may 
  128.        result from the use or inability to use Poll!. 
  129.       
  130.      * FrontDoor is a trademark of Joaquim Homrighausen.
  131.  
  132.      * InterMail is a trademark of Scandinavian PC systems and
  133.        Interzone software inc.
  134.  
  135.  
  136.      Barto Veldhuis,  
  137.      Nijmegen (near Gendt) NL, Feb 1995
  138.  
  139.      2:283/608.15@fidonet 
  140.      barto.veldhuis@p15.f608.n283.z2.gds.nl
  141.      PGP-key: send routed netmail to 'PGPserver'
  142.