[aprssig] Your U_R filter
Steve Dimse steve at dimse.comSun May 10 21:54:47 UTC 2009
- Previous message: [aprssig] Re : Re : NWS ON rf
- Next message: [aprssig] Your U_R filter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [aprssig] Re : Re : NWS ON rf
- Next message: [aprssig] Your U_R filter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the aprssig mailing list
