;***************************************************************************;
;*                    config-file for GhostMail v0.7beta                   *;
;* ======================================================================= *;
;*         startup: rx GhostMail.rexx config "GhostMail.demo.cfg2"         *;
;* ======================================================================= *;
;*               written 1995/96 by Ali Rene Schams-Pirzadeh               *;
;***************************************************************************;

;name of the area
AREA "kommerz.ger"

;address of sender
;4-dim
FROMADR 2:2464/221.0
;5-dim (does not work with Foozle 1.04)
;FROMADR 2:2464/221.0@FiDoNeT

;name of sender
FROM "Rainer "Indy" Schulz"

;name of receiver
TO "Alle"

;subject to use
SUBJECT "This is an Example"

;flags to set (use space between them)
;   PV => Private mail (will be added automatically)
;   CM => Crash mail
;   KS => Kill if sent
;   FL => file attach
FLAGS "CM KS"

;name of file
FILE "GhostMail.demo"

;your inbound-directory
INBOUND "Inbound1:"

;origin
ORIGIN "-Original-<-Origin->-"

;tearline
TEARLINE "--- GhostMail demo"

;STACK
STACK 300000

;TASKPRI
TASKPRI 0
