[Dxspider-support] forward.pl
Bob Nielsen
n7xy at clearwire.net
Thu Oct 18 22:29:47 CEST 2007
I put the following in /spider/msg/forward.pl:
'B', 'T', 'DXNEWS', 'F', [ qw(K7SDX) ],
'B', 'T', 'ALL', 'F', [ qw(K7SDX) ],
'B', 'T', 'BULLETIN', 'F', [ qw(K7SDX) ],
'B', 'T', 'DX', 'F', [ qw(K7SDX) ],
When I did the load/forward command, it gave a successful completion,
but in checking the log, nothing has been forwarded. I though that it
wouldn't forward existing bulletins, but have received a few
incoming ones since loading the file and they didn't forward either.
Can anyone see something wrong in my forward.pl?
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