home *** CD-ROM | disk | FTP | other *** search
- ; Soup2Sq configuration file version 1.0
-
- ; Lines starting with a semi-colon are comment
- ; Empty lines are also skipped
-
- ; Name, FullName & Domain will form the 'From:' header
-
- ; Your email name
- Name myname
-
- ; Your full name
- FullName My Fullname
-
- ; Your domain
- Domain my.domain.com
-
- ; The previous three keywords are used to set the correct email address:
- ; myname@my.domain.com (My Fullname)
- ;
- ; If the 'From:' header keyword in an email msg is not correct (does not
- ; contain the '@' symbol) these keywords are used to create the correct
- ; 'From:' header keyword. This allows you to enter anything on the from line
- ; with your msgeditor and still get a correct 'From:' header keyword. Just as
- ; long as you don't use the '@' symbol. If you do use the '@' symbol
- ; (eg johndoe@somewhere.com) the msg will have that origin address
-
- ; Optional 'Reply-To:' header
- ; be sure to use the right format: name@domain (fullname)
- ReplyTo jdoe@foo.bar (John Doe)
-
- ; Optional 'Organization:' header
- Organization John's internet home
-
- ; Maximum number of lines per msg when uuencoding, if zero or not present,
- ; the file will be uuencoded in one BIG msg
- ; If you want to send a file to someone, just use your fido msgeditor to create
- ; a msg with a file-attach, Soup2Sq will do the rest (create multiple uuencoded
- ; msgs).
- EncodeLines 150
-
- ; The StripRe keyword will remove the 'Re: ' word from all subject lines
- ; for better message linking
- StripRe
-
- ; When articles are posted a copy will return to you, so you will have two
- ; of them. To avoid this you can have soup2sq delete all posted articles or
- ; have them moved to a dedicated squish area. Only one of the two following
- ; keywords may be used.
-
- ; Set this keyword to delete posted articles
- ;DeletePostedArticles
-
- ; Set this keyword to move posted articles
- MovePostedArticles c:\binkley\msgbase\usenet\posted
-
- ; Directory (without trailing '\') for reply files (replies, mail.msg, news.msg)
- ; The directory must already exist
- Reply c:\news
-
- ; Area definition
- ;
- ; Newsgroup tag path -n | -m
- ;
- ; where:
- ; * tag is the name of the newsgroup or 'Email' in case of your email area
- ; * path is the fully qualified path+filename of the area
- ; * -n specifies that tag is a USENET newsgroup
- ; * -m specifies that tag is an e-mail area
-
- ; Defenition of newsgroups to which you have subcription
- ;Newsgroup comp.os.os2.programmer c:\binkley\msgbase\usenet\prog -n
- ;Newsgroup comp.os.os2.programmer.misc c:\binkley\msgbase\usenet\misc -n
- ;Newsgroup comp.os.os2.announce c:\binkley\msgbase\usenet\announce -n
-
- ; The Email areatag should be 'Email' unless your internet provider uses
- ; some other name which is not likely
-
- Newsgroup Email c:\binkley\msgbase\email\email -m
-
- ; User definitions (simple address book)
- ;
- ; User alias address fullname
- ;
- ; Where:
- ; * alias is a descriptive name for the user (NO spaces allowed! case is
- ; NOT significant: 'John' is the same as 'jOhN')
- ; * address is the fully qualified address of the user
- ; * fullname is the users full name (spaces allowed)
- ;
- ; These definitions will be used if an alias is equal to the 'to' field of
- ; the fidomsg. This is for Email only, not newsgroups
-
- User svl svanloef@knoware.nl Steven van Loef
-