home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / gpm108b.zip / English / Subst.CFG < prev   
Text File  |  2000-04-26  |  4KB  |  67 lines

  1. ;*===========================================================================*
  2. ;*   General Purpose Mailer. FTN-compatible Extended-Binkley-Style mailer    *
  3. ;*   for OS/2 Warp with multiline support and Presentation Manager GUI.      *
  4. ;*   Written by Igor Vanin (2:5030/448@fidonet, vanin@gpmail.spb.ru)         *
  5. ;*===========================================================================*
  6. ;*             Individual configuration for specific addresses.              *
  7. ;*===========================================================================*
  8.  
  9. ;      The "Override" command has the following syntax:
  10. ; Override <address> <parameters> [Hidden <parameters>]
  11. ;      The <address> field defines the address of the station, for which the
  12. ; parameters are set. The "Override" command may only contain one address;
  13. ; groups or lists are not allowed here.
  14. ;
  15. ;      The syntax for the "For" command as follows:
  16. ; For <addr_list> [AT <time_interval>] <parameters>
  17. ;      The <addr_list> field defines the list of addresses. If the main address
  18. ; of the remote (presented first in the EMSI) or the address we are calling to
  19. ; matches the list, then <commands> are executed. Otherwise this string is
  20. ; ignored.
  21. ; <time_interval> is a period of time. This "For" command will be
  22. ; executed only in the specified period of time.
  23. ; The <parameters> filed defines information used for connections to
  24. ; specified addresses. It may contain the following keywords:
  25. ;
  26. ; Phone <phone>            -- Sets the phone number for the specified address.
  27. ;                             This phone number is not translated.
  28. ;                             (only in Override command!)
  29. ; Time <time_interval>     -- Defines the time when we may call the specified
  30. ;                             address. (only in Override command!)
  31. ; AKA <your_aka>           -- When connecting to the specified address
  32. ;                             <your_aka> is presented to remote as your main
  33. ;                             address. If no such substitution is defined,
  34. ;                             then your main address will be the closest one
  35. ;                             to the remote's address.
  36. ; HideAKA <addr_group>     -- <addr> defines your address which is hidden from
  37. ;                             the remote. The addresses to hide are chosen
  38. ;                             from your AKAs after selecting the main address
  39. ;                             (which is presented first).
  40. ; Set <var> <value>        -- Sets the <var> variable to <value>. This command
  41. ;                             is executed after connection is established and
  42. ;                             can not affect parameters, which are used before
  43. ;                             connecting (for example, outgoing calls priority
  44. ;                             or dial prefix).
  45. ; SetImm <var> <value>     -- Sets the <var> variable to <value>. This command
  46. ;                             is executed immediately before calling to the
  47. ;                             specified address. It is not executed for
  48. ;                             incoming calls from that system. It may be used
  49. ;                             for changing parameters which control outgoing
  50. ;                             calls (e.g. CallPrio or Dial_Prefix).
  51.  
  52. ; Examples:
  53.  
  54. ; Time/Phone/Dialprefix override:
  55. Override 12:345/678 Phone 123-4567 Time 0:00-7:00 SetImm Dial_Prefix ATB1DP
  56.  
  57. ; Additional hidden line:
  58. Override 23:456/789 Phone 765-4321 Time CM #
  59.              Hidden Phone 654-3210 Time 1:00-10:00
  60.  
  61. ; ZMH (for zone2 - 2:30-3:30 UTC, our timezone is +4)
  62. For 2:*/*.0 AT 6:30-7:30 Set Mailonly Yes
  63.  
  64. ; Main address substitution, hiding some AKAs:
  65. For 1:*/*.* | 2:*/*.* | 3:*/*.* AKA 2:5030/448.999
  66. For 55:*/*.* AKA 55:1055/1.999 HideAKA 2:5030/448.999
  67.