[Dxspider-support] IR5AG-6 Spider Crash

Dirk Koopman G1TLH gb7tlh at dxcluster.org
Sat Feb 5 10:28:58 GMT 2011


On 04/02/11 21:00, IZ5FSA wrote:
> Here it is...
>
> #
> package DXMsg;
>
> @forward = (
> 'B', 'T', 'LOCAL', 'F', [ qw(IK5ZUK-6 IS0GRB-6) ],
> 'B', 'T', 'IOTA', 'F', [ qw(IK5ZUK-6 IS0GRB-6) ],
> 'B', 'T', 'DX*', 'F', [ qw(IK5ZUK-6 IS0GRB-6) ],
> 'B', 'T', 'TUTTI', 'F', [ qw(IK5ZUK-6 IS0GRB-6) ],
> 'B', 'T', 'KEP*', 'F', [ qw(IK5ZUK-6 IS0GRB-6) ],
> 'B', 'T', '*', 'I', 0,
> );
>

I don't suppose I made it very clear, but the regex strings have to perl 
regex strings, not unix shell.

So the 'DX*' should be '^DX' and 'KEP*' = '^KEP'. If one was being picky 
then things like 'LOCAL' should be '^LOCAL$' because otherwise 'LOCAL' 
would match 'VLOCAL' or 'LOCALISE'. Having said that, one does not see 
such things so it probably does not matter.

The last entry could be '' or '.*'.

Dirk



More information about the Dxspider-support mailing list