;
; FIRST: READ THE feddirc MANPAGE!!
;
; ------------------------------------------------------------------------
;
; The Paths
;
MsgBasePath	~/fnet/msgbase/
InboundPath	~/fnet/inbound/
UtilityPath	/usr/local/lib/utils/
;
; note: the outboundpath is only the 'root' of all outbounds.
; i.e. if you have ~/fnet/outbound/ ~/fnet/internet.0f2 as outbounds
;      then use ~/fnet as outbound path.
; OutboundPath == the path in which are the outbound directorIES
OutboundPath	~/fnet/
;
; Where to log
;
Log		~/fnet/log/feddi.log	200
;
; make backups in this path
;
CopyPath	~/fnet/copy/
;
; path for nodelists (fnlc)
;
NodelistPath	/usr/local/lib/nodelist/
;
;                                zipfile-v  v-list
Packer		/usr/bin/zip -q -m -k -j %s %s
Unpacker	unpack
;
; formatting scripts
;
ImportText	importtext
ExportMsg	exportmsg
PrintMsg	printmsg
;
; without editor-line the internal editor will be used
; please dont use this feature
;
;Editor		/usr/bin/joe %s 2>/dev/null
;
; quote text with this width
;
QuoteLength	70
;
; the profile
;
;  profile NAME
;  AKA NETNAME PASSWORD BTOUTBOUND ROUTE [ROUTE...]
;  ...
;  end
;
; BTOUTBOUND the domain-outbound (without any zone - i.e. not
;            outbound.002 or vnet.02e but outbound or vnet)
;
; ROUTE the routing for netmail. * == wildcard.
;       the fido example below will route all netmail for 
;       zones 1,2,3,4,5 and 6 to 2:2454/130.69
;
PROFILE No User
2:2454/130.69    FidoClassic password outbound 1:* 2:* 3:* 4:* 5:* 6:*
46:9611/1102.69  VNet        password vnet     46:* 47:*
242:2000/154.69  InterNet    password internet 242:*
END
;
; ask for from-name? (usefull if you have aliases and want to choose)
;
AskForOrigName	Yes
;
; delete empty (tic) messages after viewing?
;
AutoDelEmpty	Yes
;
; go to the folder list if you press RIGHT on the last message?
;
AutoNextFolder	Yes
;
; make nasty noises?
;
Beep		Yes
;
; keep tossed PKTs, compiled NODELISTs or messagebase BACKUPs?
;
KeepPKT		Yes
KeepNL		Yes
KeepBackups	Yes
;
; Use Binkley or Ifcico as mailer:
;
Mailer		Binkley
;
; Display warning and split too long messages?
;
MaxMsgLength    16k
;
; Break lines when quoting after # chars:
;
QuoteLength	70
;
; Insert 'Re:' when replying?
;
ReplySubject	Yes
;
; Show from-address in echo folders?
;
ShowAllAddr	Yes
;
; Skip deleted messages in folder list?
;
SkipDeleted	Yes
;
; Specify standard-flags:
;
StandardFlags	Lo
;
; Display "From:To:Subj" or "From:Subj" in folder list?
;
VerboseSubject	Yes
;
; Sample Color-line
;
; Color MenuHigh white on blue
; or
; Color Warning magenta+ on white
;