In news.software.readers, Kenny McCormack <
[email protected]> wrote:
a.o has gotten bombed with spam the last few days.
I've noticed that the spam always contains URLs that look like https://bit.ly/...
I've been seeing a large uptick in Google Groups sourced spam and have
started to junk it all:
/@googlegroup/HMessage-ID:k
reading the group, which often happens, the newly arrived spam does not get killed; I have to kill it manually. Normally, this is not the case; in general this sort of things works. But in this case, it does not. Is this
a bug? Or is there something about 'a' type searches that behaves differently from normal "Subject only" type searches?
The 'a' article body searches are special, since they can't rely on
overview files but must prefetch the article bodies. News servers have
several levels of network optimization available and rn/trn likes to use
them. You can fetch just overview (a select group of headers), full
headers, or full article. The /a modifier only works with the last for
this use case. I'm guessing that trn is looking for new articles only
with overview information. The /b and /B body specific searches also
require the full body to be loaded, but maybe because they are body
specific they work better?
I sidestep this by turning off checking for new articles while reading.
It is the -K command line option, or stick it in TRNINIT environment
variable or the ~/.trn/trnrc file:
[environment]
SAVESCOREFILE=/dev/null
#
# -e causes each page within an article to be started at
# the top
# -f will make trn avoid various sleep calls and the
# prompt after the processing of the memorized commands
# -K is used to keep a trn from checking for new news
# while you're in the group.
# -x{<number>}{<list>}
# Enable the extended (threaded) features of trn beyond
# the rn compatibility mode (this may be the default on
# your system, use +x if you yearn for the good ol'
# days). The <number> is the maximum number of arti-
# cle-tree lines (from 0 to 11) you want displayed in
# your header. Use the <list> to choose which thread
# selector styles you like ('s'hort, 'm'edium, or
# 'l'ong), and in what order they are selected with the
# 'L' command.
#
TRNINIT="-x6ls -K -e"
[...]
Elijah
------
has 147 lines of configuration (not comments) in his trnrc file
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)