[Dxspider-support] forward.pl
Dirk Koopman
djk at tobit.co.uk
Sun Oct 14 10:13:05 CEST 2007
Bob Nielsen wrote:
> I'm trying to figure out how to forward bulletins I receive to the
> K7SDX node. The information in the FAQ and administrative manual is
> difficult for me to understand, so can someone please give me a
> simple example of what I need to use.
>
Here is the forward file for gb7tlh
@forward = (
'B', 'T', '^LOCAL', 'F', [ qw(GB7DJK GB7DJK-1) ],
'B', 'T', '^ALL$', 'F', [ qw(GB7DJK-1 GB7DJK GB7DXM GB7BAA) ],
'B', 'T', '^ALLNODES$', 'F', [ qw(GB7DJK-1 GB7BAA) ],
'B', 'T', '^DX', 'F', [ qw(GB7DJK-1 GB7BAA) ],
'B', 'T', '^UK', 'F', [ qw(GB7DJK GB7DXM GB7DJK-1 GB7BAA) ],
'B', 'T', 'BULLETIN', 'F', [ qw(GB7DJK GB7DXM GB7DJK-1 GB7BAA) ],
'P', 'T', '^(O|P[AEDI]|D)', 'F', [ qw(GB7DJK) ],
);
The 3rd column is a perl regular expression. But if all you want to do
is send everything to K7SDX, then all you need is:-
'B', 'T', '^.*$', 'F' [ qw(K7SDX) ],
As you add nodes you want to forward to, so you add callsigns to the
qw() list, as in the larger example.
Dirk
More information about the Dxspider-support
mailing list