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

;name of the area
AREA "netmail"

;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 "Ali Rene Schams-Pirzadeh"

;address of receiver
;4-dim
TOADR 2:2464/220.0
;5-dim (does not work with Foozle 1.04)
;TOADR 2:2464/220.0@FiDoNeT

;name of receiver
TO "Ali Rene Schams-Pirzadeh"

;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
