<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<font size="4">After a few complaints about automated FTx spots on
the non-RBN feed, I have setup the following two filter
incantations in my user_default filter. Obviously, users can
change/remove this by creating their own spot filters. Equally,
users that have already created spot filters will not be affected
by this.<br>
<br>
reject/spot user_default 1 info
{ft\d\s+[+-]\d+d?b?(?:\s+from\s+[a-z][a-z]\d\d)?(?:\s+\d+\s*hz)?}<br>
</font><font size="4"><font size="4">reject/spot user_default 2</font>
info {ft\d\s+sent:\s+[-+]\d+}<br>
<br>
For those that are hard of perl regex fu, these filters detect the
following sorts of spot:<br>
<br>
FT8 +07dB 1247Hz<br>
FT8 +02dB from KO38 384Hz<br>
<br>
With or without leading 0s in numeric fields<br>
<br>
FT8 Send -18 Rcvd -10 <br>
FT4 Sent: -05 Rcvd: -02 Gracias desde Canarias <br>
JN01WK<>FK95 FT8 Sent: -14 Rcvd: -12 Distance: 6637 km <br>
<br>
All regexes are caseless (treats 'A' and 'a' as the same
character)<br>
<br>
73 Dirk G1TLH<br>
</font>
</body>
</html>