;
;
;   Mail address path file.
;
;   TODO: Handle multiple neighbours in the list.  (backup routes)
;
;   Only * and ? will be matched as wildcards.  The first match is taken!
;
;
;  Routes to yourself will TCPIP gate it! :-)  The 2nd args must match
;    the first part of MySystemHA as setup in 'Config' with such routes.
;
G7LED.*			G7LED
;
;  If I forward to someones PMS, I would use this.  (Don't forget an entry
;	in 'Systems' for them if you want to forward out, otherwise they
;	would have to collect)
;USER.G7LED.*		USER
;
;  If I were a BBS, and I SMTP gate all other users (that I didn't forward
;	to their PMS direct) then to following is also needed.
;*.G7LED.*		G7LED
;
;
GB9TST.*		GB9TST
*.GB9TST.*		GB9TST
;
;
GB7MIP.#29.GBR.EU	G7LED
*.GB7MIP.#29.GBR.EU	G7LED
MIPBBS.#29.GBR.EU	G7LED
*.MIPBBS.#29.GBR.EU	G7LED
MIPHUB.#29.GBR.EU	G7LED
*.MIPHUB.#29.GBR.EU	G7LED
;
;GB7PIT.#25.GBR.EU	GB7PIT
;*.GB7PIT.#25.GBR.EU	GB7PIT
;
GB7BIR.#29.GBR.EU	GB7BIR
*.GB7BIR.#29.GBR.EU	GB7BIR
;
;   These systems don't have their own BBS feeds, so if I gateway personal
;	for them to SMTP I would have:
;
GB7NJR.#29.GBR.EU	G7LED
*.GB7NJR.#29.GBR.EU	G7LED
;
;   The newish IARU locator system in HA might be implemented like this,
;      I would think (un-tested!).  My QTH is at IO92CJ.
;*.IO92??.GBR.EU		<some_local_BBS>
;
;   Where NORTH, WEST, SOUTH and EAST would be BBS systems!
;
;*.IO93??.GBR.EU		NORTH
;*.IO82??.GBR.EU		WEST
;*.IO91??.GBR.EU		SOUTH
;*.JO02??.GBR.EU		EAST
;
;
;   Yeah, Yeah, just the '*	GB7COV' would do but... you want examples!
;
GB7BHM.#29.GBR.EU	GB7COV
GB7COV.#29.GBR.EU	GB7COV
GB7SOL.#29.GBR.EU	GB7BIR
GB7SUT.#29.GBR.EU	GB7BIR
;
;   I should know all routes to xxx.#29.GBR.EU if it's not
;     above then bounce it.  (Not implemented)  I might trade this
;     for some proper mail ping-pong handling.
;
;*.#29.GBR.EU		#BOUNCE
;
*.GBR.EU		GB7COV
;
*.EU			GB7COV
;
*			GB7COV
;
;  IMPORTANT MARKER FOLLOWS, LEAVE ALONE
;
! THE END
