MajorLanGod wrote:
> Mike Dee <mik...@emteedee.invalid> wrote in
> news:XnsACBEB2D4...@emteedee.invalid:
[...]
>> Well, if the numbers remain the same then all you need are the 3
>> numbers
>>
>> From: ^123
>>
>> Replace 123 with the actual #'s. The ^ at the beginning, informs
>> Xnews the from name begins with those numbers. The name changes
>> are of no importance if the name always begins with those
>> numbers. Xnews will kill them on those numbers alone.
>>
>> If the 3 numbers also change, ignore the name and use:
>>
>> From: ^[0-9][0-9][0-9]
>>
> And where an I supposed to use this? If it is in the custom filter
> page, I already have a regex that works. My question is rather
> than having to enter the filter for every news group, is there a
> way I can create the filter and have it be automatically applied
> to every news group I open?
Instead of using the "Custom Filter" or typing [F9], go instead to
"Special" menu and click "Edit Score File" or type [Ctrl + E]
This opens the score file in Notepad. Hand-edit your scorefile in
there and save the changes.
_When entering scores for ALL newsgroups_, they go under [.] in your
score file.
For example:
[.]
Score: -9999
From: ^123
Copy and paste the above into your score file, if that's all you
need. Change "123" to whatever the numbers are meant to be. If the
numbers are not constant but always in the form of
nnn+some-kind-of-name then use From: ^[0-9][0-9][0-9]
When entering scores for a particular group they go under the groups
name.
For example; this group you're reading and a kill score for that
individual would look like something this:
[^news\.software\.readers$]
Score: -9999
From: ^123
--
dee