Do you need to route all messages and file to this and that region?
If yes, read on:

Something which has been bothering me for some time is that FrontDoor
has no means of routing regions, such as

   route-to 2:2405/100
     region 24

To fill the gap, I've written a small awk script which extracts
Regions from the nodelist, and outputs them in a way suitable for
route.fd.

To use, run
   awk -f mkregion.awk nodelist.155 [>output]

(You should be able to use most any awk, I use Rob Duffs awk 3.20)

The output looks like:

; Region 24 (Germany)
    2:24/* 2:240/* 2:241/* 2:242/* 2:243/* 2:244/* 2:245/* 2:246/*
    2:247/* 2:248/* 2:249/* 2:2400/* 2:2401/* 2:2402/* 2:2403/*
    2:2405/* 2:2407/*

; Region 25 (United Kingdom)
    2:25/* 2:250/* 2:251/* 2:252/* 2:253/* 2:254/* 2:255/* 2:256/*
    2:257/* 2:258/* 2:259/* 2:440/* 2:441/* 2:442/* 2:444/*

You can easily cut, copy and paste this output into your route.fd
file.

If you have further questions, please write netmail
to Alexander Holy, 2:310/90

