[Dxspider-support] Filer Problems

Dave Court EI3IO at connogue.com
Sat Jul 22 13:42:44 BST 2006


Hi All
Having some problems setting up filters to accept spots only from 
certain zones. I've tried entering from the command line and also 
writing the files directly into the filter folder.

The following is supposed to accept spots only on 80,40,20,15 and 10m 
(filter 1) and by spotters in ITU zones 17-20, 27-30 and 36-39. Filter 1 
is working, filter 2 isn't. BTW filter 2 would not go in from the 
command line; it looked as though it would only take up to 4 zones. Any 
ideas? 73s Dave

bless( {
   sort => 'spots',
   name => 'EJ0GI-1.pl',
   filter1 => {
     accept => {
       asc => '(($r->[0]>=3500 && $r->[0]<=4000) || ($r->[0]>=7000 && 
$r->[0]<=7400) || ($r->[0]>=14000 && $r->[0]<=14350) || ($r->[0]>=21000 
&& $r->[0]<=21450) || ($r->[0]>=28000 && $r->[0]<=29700))',
       user => 'on 80m,40m,20m,15m,10m',
       code => sub { "DUMMY" }
     }
   },
   filter2 => {
     accept => {
       asc => '($r->[10]==17 || $r->[10]==18 || $r->[10]==19 || 
$r->[10]==20 || $r->[10]==27 || $r->[10]==28 || $r->[10]==29 || 
$r->[10]==30 || $r->[10]==36 || $r->[10]==37 || $r->[10]==38 || 
$r->[10]==39)',
       user => 'by_itu 17,18,19,20,27,28,29,30,36,37,38,39',
       code => sub { "DUMMY" }
     }
   }
}, 'Filter' )



-- 
This Email comes from Dave Court - EI3IO, G3SDL, OZ3SDL
QTH (Grid) Locator - IO63WF
Web Site: http://EI3IO.com
EI7SDX:SHANDX DX packet cluster web site: http://shandx.ath.cx
Cluster Access telnet://shandx.ath.cx:5000
Node Access telnet://shandx.ath.cx:7400
QSL address: 'Connogue', River Lane, Shankill, Co. Dublin, Ireland

Tel: (EI) +353 1 272 2066 or (GI) +44 28 9099 6474
Skype Username: Connogue or Connport
VoIP: sip: 1996474 at sipgate.co.uk
Professional Web Site: http://connogue.com





More information about the Dxspider-support mailing list