[Dxspider-support] forward.pl
Bob Nielsen
n7xy at clearwire.net
Sun Oct 14 17:25:33 CEST 2007
Thanks, that clears it up for me.
Bob, N7XY
On Oct 14, 2007, at 1:13 AM, Dirk Koopman wrote:
> 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
>
> _______________________________________________
> Dxspider-support mailing list
> Dxspider-support at dxcluster.org
> http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support
>
More information about the Dxspider-support
mailing list