home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
FDMSG200.ZIP
/
TEMPLATE.CFG
< prev
Wrap
Text File
|
1995-11-30
|
5KB
|
181 lines
;
; Template for FDMsg configuration file
; by Bob Westcott
; Down Country BBS Macomb Oklahoma
; 1:147/48
; Voice 405-333-2252 Data/Fax 405-333-2424
;
; Make copies of this for you configure files
; Not all fields are always required see FDMSG.DOC file
; It does not hurt to use more fields than needed
; All comment lines (lines beginning with " " or ";" may be omitted.
;
;
; Type: This filed determines if the message is for a Netmail or
; Echo message. Net or Echo accepted. Default is Net
;
Type: Net
;
;
; When: is for how often messages is to be sent.
; D - Daily
; W - Weekly
; M - Monthly
; Q - Quarterly staring this month then every 3 months
; S - Semi Annual starting this month then every six months
; A - Annualy starting this month then every 12 months.
; 1 - Quarterly every Mar, Jun, Sept, Dec.
; 2 - Semi Annual every Jun and Dec.,
; 3 - Annualy every Dec.
; 4 - Every ODD month
; 5 - Every EVEN month
; 6 - 1st and 3rd week of each month
; 7 - 2nd and 4th week of each month
; 8 - Any date, but only ONE TIME.
;
When: d
;
;
; Year: is the year to send the message
; Is ONLY used if When is equal to 8.
; You MUST used all 4 digits of year.
;
Year: 1995
;
;
; Month: Use 1 - 12
;
Month: 5
;
;
; Date: Use 1 - 31 (Insure not to go over the max for any month) ;-)
;
Date: 1
;
;
; Day: Must be 3 alphas (SUN MON TUE WED THU FRI SAT)
; are the only vaild inputs
;
Day: Mon
;
;
; Time: The time of day you wish the message to go out.
; use 24 hour format and DIGITS. ie 1715 will send the message
; out the next time after 5:15pm FdMsg is called.
;
Time: 1715
;
;
;
; Subject: What is to go on the subject line of message.
; Files to send/request (including path/s)
; filename (a file containing the file/s name and path).
; Message subject
;
Subject: Test Message
;
;
; Address: Where to send message.
; zone:net/node.point
; Zone only needed if outside your Zone.
; Point not required if not a point address.
; @filename
; You can state a filename (with a @ in front of it) to send
; to multiple addresses.
; You can send to a complete hub by using a "*".
; ie 1:147/* will send to all nodes in Zone 1, hub 147 EXCEPT
; listed Private, Down, and you own node.
; Exceptions are allowed see Doc.
;
Address: 147/34
;
;
; Text: Text you would like in the message or place a "@" in front
; of a file name (and path) to send a ASCII file.
;
Text: @c:\im\msg\test.doc
;
;
; Flags: Message status Flags:
; c = Crash h = Hold p = Private d = Direct k = Kill/sent
; f = Send File r = File request u = Update Req e = Receipt Req
;
Flags: pdk
;
;
; NameTo: Name to whom the messages is going (default: SysOp)
; If you have the keyword 'NODELIST' equal to 'yes' then
; the name found in the nodelist will be used.
;
NameTo: Someone
;
;
; NameFrom: Name of sender of the message (default: The program owner)
;
NameFrom: Bob Westcott
;
;
; Alias: Allows you to use a alias that will overide the name
; that is in the FDMSG.FIL for this one configuration.
;
;
Alias: Big Bob
;
;
; Log: What to place in the FdMsg log.
; Leaving ";" in front of Log: No log entries for this configuration
; Yes = Complete Log (every time FdMsg is called) could get BIG fast.
; Yes1 = Just make log entry when message is created.
; Yes & Yes1 will also log errors.
;
Log: Yes1
;
;
; From:
; This will show the FROM address and should only be used when not
; in your normal Fidonet
; MUST show Zone, Net, Node.
;
From: 44:244/48
;
;
; Force: This will force this message EVERY time it is called.
; When: parameter is not considered.
;
Force:
;
;
; Nodelist: If you want to get the Sysop's name from the nodelist
; say "yes". This parameter is forced to yes when you
; send to more than 1 address.
;
Nodelist: yes
;
;
; PassReq: This parameter determines if there is to be a Packet
; password NOT session password. Yes or No accepted.
;
PassReq: Yes
;
;
; Password: This contains the Packet password (not session password)
; It is only used if PassReq is set to 'Yes'.
;
Password: newpass
;
;
; Area: This is the Echo area/tag name and determines what echo
; this message is to be placed in.
;
Area: sysops
;
;
; Origin: You may place what you would like on your Origin line
; maximum number of charactors is 55.
;
Origin: Down Country BBS "Home of FdMsg"
;
;
; End of configuration file
;