[aprssig] Your U_R filter
Steve Dimse
steve at dimse.com
Sun May 10 17:54:47 EDT 2009
Sergej-
I want to show you just how hard it is to fix the real problem on your
end. The Perl program to filter out tactical calls starting with U and
R is
-----------
#!/usr/bin/perl
while (<>)
{
print unless (m/^[UR][A-Z][A-Z]/i);
}
-----------
Want to filter all tactical calls? Change [UR] to another [A-Z].
Is avoiding this really worth all the trouble you are trying to cause
others???? This is a problem you need to deal with on your end, not by
trying to force your will on thousands of other hams!
Steve K4HG
More information about the aprssig
mailing list