Changeset 1602


Ignore:
Timestamp:
Aug 5, 2011, 12:59:35 PM (14 years ago)
Author:
John Small
Message:

Added comp.os.os2.announce and submit@… to proposed list of addressees and updated the documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ReleaseTool.tmp

    r1600 r1602  
    11
    22;  $Id$
     3
     4;  Change log:
     5;     11-07-23 JBS   Initial version (replaces obsolete ReleaseTool.CFG
     6;                    in the repository.)
     7;     11-88-05 JBS   -  Added comp.os.os2.announce and submit@os2voice.org
     8;                       to proposed list of addressees
     9;                    -  Updated the documentation
    310
    411;  This file is a sample of a file used by ReleaseTool to provide
     
    4754;     FTP
    4855;        FTP sections are used to define data for uploading one or more files.
     56;        If the internal REXX FTP code is used (instead of COMMAND's), then
     57;        an FTP section will be required for each FTP server.
    4958;     NNTP
    5059;        NNTP sections are used to define data for uploading messages to one
    51 ;        or more newsgroups on a single newsgroup server.
     60;        or more newsgroups on a single newsgroup server. Since the
     61;        eComstation newsgroups are available only at news.ecomstation.com
     62;        and since news.ecomstation.com does not offer other newsgroups
     63;        (comp.os.os2.*, for example), more than one NNTP section will
     64;        ususally be required.
    5265;     SMTP
    5366;        SMTP sections are used to define data for sending email messages
    54 ;        through a single email server.
     67;        through a single email server. Use multiple SMTP sections if:
     68;           -  You need to use different "From" addresses (perhaps because you
     69;              are registered to different lists under different ids
     70;           -  You want diffferent lists of "To"  addressees. Perhaps you
     71;              want to send individually addressed emails to particular
     72;              individfuals/lists.
     73;        NOTE: Only the first SMTP section is used to send...
     74;           -  The email requesting commtted work (Task #1)
     75;           -  The email to Netlabs requesting that the uploaded file be moved (Task #18)
     76;        For these two tasks the addressees, "To", are hard-coded in RT. (IOW, the "To"
     77;        setting in the CFG file is not used for these two tasks.
     78
     79;        All SMTP sections are used when sending announcement emails. So the "To" setting
     80;        for each section should be a list of addressees who should get an announcemnt using
     81;        the settings for that section.
    5582
    5683;  DATA LINES
     
    162189Userid      =
    163190Password    =
    164 To          = comp.os.os2.apps,comp.os.os2.utilities     ; "alt.test" can be used for testing
     191To          = comp.os.os2.apps,comp.os.os2.utilities,comp.os.os2.announce     ; "alt.test" can be used for testing
    165192From        = zjsmallz@osworld.net
    166193Signature   = John Small
     
    175202Userid      =
    176203Password    =
    177 To          = "FM/2 Developers" <fm2-dev@netlabs.org>,"FM/2 Users" <fm2-user@netlabs.org>    ; <== Add other users/lists (separated by commas) as appropriate
     204To          = "FM/2 Developers" <fm2-dev@netlabs.org>,"FM/2 Users" <fm2-user@netlabs.org>,submit@os2voice.org    ; <== Add other users/lists (separated by commas) as appropriate
    178205From        =
    179206Signature   = FM/2 Development Team
Note: See TracChangeset for help on using the changeset viewer.