Changeset 1602
- Timestamp:
- Aug 5, 2011, 12:59:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ReleaseTool.tmp
r1600 r1602 1 1 2 2 ; $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 3 10 4 11 ; This file is a sample of a file used by ReleaseTool to provide … … 47 54 ; FTP 48 55 ; 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. 49 58 ; NNTP 50 59 ; 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. 52 65 ; SMTP 53 66 ; 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. 55 82 56 83 ; DATA LINES … … 162 189 Userid = 163 190 Password = 164 To = comp.os.os2.apps,comp.os.os2.utilities ; "alt.test" can be used for testing191 To = comp.os.os2.apps,comp.os.os2.utilities,comp.os.os2.announce ; "alt.test" can be used for testing 165 192 From = zjsmallz@osworld.net 166 193 Signature = John Small … … 175 202 Userid = 176 203 Password = 177 To = "FM/2 Developers" <fm2-dev@netlabs.org>,"FM/2 Users" <fm2-user@netlabs.org> ; <== Add other users/lists (separated by commas) as appropriate204 To = "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 178 205 From = 179 206 Signature = FM/2 Development Team
Note:
See TracChangeset
for help on using the changeset viewer.