• [tin] Filtering for Message-ID

    From Rene Kita@21:1/5 to All on Mon Oct 9 07:55:13 2023
    Due to recent events I finally tried to filter Google Groups users with
    tin. I do not want to filter followups to posts from GG users.

    AFAIU GG posters have a Message-ID which always ends with
    '@googlegroups.com'.

    I have the following regex in my filter file:
    group=*
    case=0
    score=-25
    msgid=.*@googlegroups.com>

    The above filter entry does not match initial articles. I tried multiple versions, including using msgid_last and msgid_only, but could not
    achieve what I wanted. I did not spot a pattern what is matched.

    Can I somehow see what tin filters to debug this?

    Does someone here has a working filter and would share it?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ralph Fox@21:1/5 to Rene Kita on Mon Oct 9 21:25:13 2023
    On Mon, 9 Oct 2023 07:55:13 -0000 (UTC), Rene Kita wrote:

    Due to recent events I finally tried to filter Google Groups users with
    tin. I do not want to filter followups to posts from GG users.

    AFAIU GG posters have a Message-ID which always ends with '@googlegroups.com'.

    I have the following regex in my filter file:
    group=*
    case=0
    score=-25
    msgid=.*@googlegroups.com>

    The above filter entry does not match initial articles. I tried multiple versions, including using msgid_last and msgid_only, but could not
    achieve what I wanted. I did not spot a pattern what is matched.

    Can I somehow see what tin filters to debug this?

    Does someone here has a working filter and would share it?


    This site is now a few years old, but its tin filter may still work.

    "The Usenet Improvement Project - Filters Examples 3"
    <http://twovoyagers.com/improve-usenet.org/filters_ex3.html>


    --
    Kind regards
    Ralph Fox
    🦊

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rene Kita@21:1/5 to Ralph Fox on Mon Oct 9 08:51:34 2023
    Ralph Fox <-rf-nz-@-.invalid> wrote:
    On Mon, 9 Oct 2023 07:55:13 -0000 (UTC), Rene Kita wrote:

    Due to recent events I finally tried to filter Google Groups users with
    tin. I do not want to filter followups to posts from GG users.

    AFAIU GG posters have a Message-ID which always ends with
    '@googlegroups.com'.

    I have the following regex in my filter file:
    group=*
    case=0
    score=-25
    msgid=.*@googlegroups.com>

    The above filter entry does not match initial articles. I tried multiple
    versions, including using msgid_last and msgid_only, but could not
    achieve what I wanted. I did not spot a pattern what is matched.

    Can I somehow see what tin filters to debug this?

    Does someone here has a working filter and would share it?


    This site is now a few years old, but its tin filter may still work.

    "The Usenet Improvement Project - Filters Examples 3"
    <http://twovoyagers.com/improve-usenet.org/filters_ex3.html>

    To quote the important part from that site:
    group=*
    case=0
    score=kill
    msgid_only=googlegroups

    I tried that and articles with a Message-Id containing googlegroups are
    not killed.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rene Kita@21:1/5 to issdr on Mon Oct 9 08:56:17 2023
    issdr <p_u_n_k_i_n_d@yahoo.it> wrote:
    issdr wrote:

    Rene Kita wrote:

    msgid=.*@googlegroups.com>

    try this:

    msgid=.*@googlegroups\.com

    nevermind. you should check tin's wildcard variable;

    wildcard is set to 1 in my tinrc.

    however, this should work in any case:

    msgid_only:@googlegroups.com

    I suppose you meant
    msgid_only=@googlegroups.com

    Does not work.

    E.g. Message-ID: <ab3059fc-cab2-4048-b901-f43283285324n@googlegroups.com>
    still has a score of 0 here.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From DV@21:1/5 to Rene Kita on Mon Oct 9 09:07:14 2023
    Rene Kita wrote:

    AFAIU GG posters have a Message-ID which always ends with '@googlegroups.com'.

    I found a message posted via Google Groups whose M-ID doesn't end with @googlegroups.com (but it's from 2012):

    <5593130.935.1330589899531.JavaMail.geo-discussion-forums@ynjc20>

    I think the best header field to filter Google Groups messages is Injection-Info, which always contains the string ’googlegroups’.

    --
    Denis

    Serveurs de news et passerelles web : <http://usenet-fr.yakakwatik.org> Lecteurs de news : <http://usenet-fr.yakakwatik.org/lecteurs-de-news.html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From issdr@21:1/5 to Rene Kita on Mon Oct 9 10:34:43 2023
    Rene Kita wrote:

    msgid=.*@googlegroups.com>

    try this:

    msgid=.*@googlegroups\.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From issdr@21:1/5 to Rene Kita on Mon Oct 9 10:25:17 2023
    Rene Kita wrote:

    AFAIU GG posters have a Message-ID which always ends with '@googlegroups.com'.

    don't know specifically about tin, but... i'd use `$' (end of line) on
    my regex

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From issdr@21:1/5 to issdr on Mon Oct 9 10:46:05 2023
    issdr wrote:

    Rene Kita wrote:

    msgid=.*@googlegroups.com>

    try this:

    msgid=.*@googlegroups\.com

    nevermind. you should check tin's wildcard variable; however, this
    should work in any case:

    msgid_only:@googlegroups.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From DrunkenThon@21:1/5 to Rene Kita on Mon Oct 9 09:07:42 2023
    Rene Kita <mail@rkta.de> wrote:
    To quote the important part from that site:
    group=*
    case=0
    score=kill
    msgid_only=googlegroups

    I tried that and articles with a Message-Id containing googlegroups are
    not killed.

    For *wildmat* this will work:
    msgid_only=*@googlegroups.com*

    For *rexexp* use this:
    msgid_only=@googlegroups\.com

    You can set this option (wildcard) to either 0 or 1 (0 for wildmat
    and 1 for regex) in your tinrc file (tipically its ~/.tin/tinrc).

    --
    Best regards,
    DrunkenThon.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sn!pe@21:1/5 to Rene Kita on Mon Oct 9 10:44:41 2023
    Rene Kita <mail@rkta.de> wrote:

    Due to recent events I finally tried to filter Google Groups users with
    tin. I do not want to filter followups to posts from GG users.

    AFAIU GG posters have a Message-ID which always ends with '@googlegroups.com'.

    I have the following regex in my filter file:
    group=*
    case=0
    score=-25
    msgid=.*@googlegroups.com>

    The above filter entry does not match initial articles. I tried multiple versions, including using msgid_last and msgid_only, but could not
    achieve what I wanted. I did not spot a pattern what is matched.

    Can I somehow see what tin filters to debug this?

    Does someone here has a working filter and would share it?


    In MacSOUP I kill Google posts with 'User-Agent contains "G2/1.0"'
    Perhaps that could work for tin too.

    --
    ^Ï^. Sn!pe <https://youtu.be/_kqytf31a8E>

    My pet rock Gordon just is.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rene Kita@21:1/5 to Rene Kita on Mon Oct 9 09:15:14 2023
    Rene Kita <mail@rkta.de> wrote:
    Due to recent events I finally tried to filter Google Groups users with
    tin. I do not want to filter followups to posts from GG users.

    AFAIU GG posters have a Message-ID which always ends with '@googlegroups.com'.

    I have the following regex in my filter file:
    group=*
    case=0
    score=-25
    msgid=.*@googlegroups.com>

    The above filter entry does not match initial articles. I tried multiple versions, including using msgid_last and msgid_only, but could not
    achieve what I wanted. I did not spot a pattern what is matched.

    Can I somehow see what tin filters to debug this?

    Does someone here has a working filter and would share it?

    As always, it was a PEBKAC. I had another rule that also matched.
    Apparently, if you have a msgid and a from in one rule those are not
    ANDed but ORed.

    Sorry for the noise and thanks for rubber-ducking.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Urs =?UTF-8?Q?Jan=C3=9Fen?=@21:1/5 to All on Mon Oct 9 10:51:07 2023
    I do not want to filter followups to posts from GG users.

    then you should use msgid_only instead of msgid

    I have the following regex in my filter file:
    group=*
    case=0
    score=-25
    msgid=.*@googlegroups.com>

    the leading .* is unnecessary when using regex-filters, but the dot should
    be escaped:

    msgid_only=@googlegroups\.com>

    and I would make the search case insensitive via either

    case=1

    or by prefixing the regexp with (?i):

    case=0
    msgid_only=(?i)@googlegroups\.com>

    Can I somehow see what tin filters to debug this?

    If tin is compiled with debugging support and started with "-D 2"
    it will create $TMPDIR/FILTER (details about the filter rules) and
    $TMPDIR/ARTS (status of the articles after applying the rules), but
    those files are hard to read without having some knowledge about the data-structures used. there is no simply "article killed due to the
    following rule" output available.

    As always, it was a PEBKAC. I had another rule that also matched.
    Apparently, if you have a msgid and a from in one rule those are not
    ANDed but ORed.

    yes, there is currently no AND (but you could use scores with sum up to score_limit_kill/score_limit_select only if all the rules are matched as
    some kind of a workaroud.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John McCue@21:1/5 to Rene Kita on Mon Oct 9 18:12:08 2023
    Rene Kita <mail@rkta.de> wrote:
    Due to recent events I finally tried to filter Google Groups users with
    tin. I do not want to filter followups to posts from GG users.

    AFAIU GG posters have a Message-ID which always ends with '@googlegroups.com'.

    I have the following regex in my filter file:
    group=*
    case=0
    score=-25
    msgid=.*@googlegroups.com>

    A few years ago tin made changes to their filter logic and I
    found this works for me:

    group=*
    case=0
    score=kill
    msgid_last=*<*@googlegroups.com>*

    Does someone here has a working filter and would share it?

    just did :)

    HTH

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rene Kita@21:1/5 to urs@buil.tin.org on Tue Oct 10 07:29:36 2023
    Urs Janßen <urs@buil.tin.org> wrote:
    Can I somehow see what tin filters to debug this?

    If tin is compiled with debugging support and started with "-D 2"
    it will create $TMPDIR/FILTER (details about the filter rules) and $TMPDIR/ARTS (status of the articles after applying the rules), but
    those files are hard to read without having some knowledge about the data-structures used. there is no simply "article killed due to the
    following rule" output available.

    I will try this out. Seeing that an article is matched by multiple rules
    would have been enough in my case.

    As always, it was a PEBKAC. I had another rule that also matched.
    Apparently, if you have a msgid and a from in one rule those are not
    ANDed but ORed.

    yes, there is currently no AND (but you could use scores with sum up to score_limit_kill/score_limit_select only if all the rules are matched as
    some kind of a workaroud.

    This was what I was trying to do. There is a user who sometimes posts
    via Google Groups. My idea was to apply a positive score when he posts
    via GG, but not when he uses a proper news reader.

    Thanks for the detailed answer.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rene Kita@21:1/5 to John McCue on Tue Oct 10 07:36:23 2023
    John McCue <jmccue@fuzzball.jmcunx.com> wrote:
    Rene Kita <mail@rkta.de> wrote:
    Due to recent events I finally tried to filter Google Groups users with
    tin. I do not want to filter followups to posts from GG users.

    AFAIU GG posters have a Message-ID which always ends with
    '@googlegroups.com'.

    I have the following regex in my filter file:
    group=*
    case=0
    score=-25
    msgid=.*@googlegroups.com>

    A few years ago tin made changes to their filter logic and I
    found this works for me:

    group=*
    case=0
    score=kill
    msgid_last=*<*@googlegroups.com>*

    Thanks for sharing.

    Urs recommended to use msgid_only. What difference does msgid_last make
    here? I guess some replies will be killed, too.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Urs =?UTF-8?Q?Jan=C3=9Fen?=@21:1/5 to Rene Kita on Tue Oct 10 11:06:31 2023
    In <ug2utl$10f6d$2@dont-email.me> on Tue, 10 Oct 2023 09:36:23,
    Rene Kita wrote:
    Urs recommended to use msgid_only. What difference does msgid_last make
    here? I guess some replies will be killed, too.

    [tin(5)]
    | ${TIN_HOMEDIR:-"$HOME"}/.tin/filter
    [...]
    | msgid_last
    | Match against ’’Message-ID:’’ and last ’’References:’’
    | entry only. The matching type used (wildmat or regex) deâ€
    | pends on the setting of the tinrc variable wildcard.
    |
    | msgid_only
    | Match against ’’Message-ID:’’. The matching type used
    | (wildmat or regex) depends on the setting of the tinrc
    | variable wildcard.

    so with msgid_last direct responses would be matched too.

    JFTR I've added the following to tin(5) to clarify things:

    #v+
    == modified file 'doc/tin.5'
    --- old/doc/tin.5 2023-07-31 06:03:39 +0000
    +++ new/doc/tin.5 2023-10-09 19:57:53 +0000
    @@ -759 +759,3 @@
    -lines beginning with a '#' are ignored.
    +lines beginning with a '#' are ignored. Multiple matching-rules in the same +scope are all applied individually and not only when they all hit at the
    +same time (logical OR not AND).
    @@ -879,0 +882,9 @@
    +
    +comment=downscore postings in nsr from google base on
    +comment=message-id or path, if both hit they end up with
    +comment=a score of -66 which is enough to mark them killed +group=news.software.readers
    +case=1
    +score=-33
    +path=\\.googlegroups\\.com!not-for-mail$
    +msgid_only=@googlegroups\\.com>
    #v-

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rene Kita@21:1/5 to urs@buil.tin.org on Wed Oct 11 07:24:43 2023
    Urs Janßen <urs@buil.tin.org> wrote:
    In <ug2utl$10f6d$2@dont-email.me> on Tue, 10 Oct 2023 09:36:23,
    Rene Kita wrote:
    Urs recommended to use msgid_only. What difference does msgid_last make
    here? I guess some replies will be killed, too.

    [tin(5)]
    | ${TIN_HOMEDIR:-"$HOME"}/.tin/filter
    [...]
    | msgid_last
    | Match against ’’Message-ID:’’ and last ’’References:’’
    | entry only. The matching type used (wildmat or regex) deâ€
    | pends on the setting of the tinrc variable wildcard.
    |
    | msgid_only
    | Match against ’’Message-ID:’’. The matching type used
    | (wildmat or regex) depends on the setting of the tinrc
    | variable wildcard.

    so with msgid_last direct responses would be matched too.

    Maybe you could clarify this too. For me it was not obvious that 'last References entry' means direct responses.

    JFTR I've added the following to tin(5) to clarify things:

    #v+
    == modified file 'doc/tin.5'
    --- old/doc/tin.5 2023-07-31 06:03:39 +0000
    +++ new/doc/tin.5 2023-10-09 19:57:53 +0000
    @@ -759 +759,3 @@
    -lines beginning with a '#' are ignored.
    +lines beginning with a '#' are ignored. Multiple matching-rules in the same +scope are all applied individually and not only when they all hit at the +same time (logical OR not AND).
    @@ -879,0 +882,9 @@
    +
    +comment=downscore postings in nsr from google base on
    +comment=message-id or path, if both hit they end up with
    +comment=a score of -66 which is enough to mark them killed +group=news.software.readers
    +case=1
    +score=-33
    +path=\\.googlegroups\\.com!not-for-mail$
    +msgid_only=@googlegroups\\.com>
    #v-

    Thanks for this.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Urs =?UTF-8?Q?Jan=C3=9Fen?=@21:1/5 to Rene Kita on Wed Oct 11 08:16:25 2023
    Rene Kita wrote:
    Maybe you could clarify this too. For me it was not obvious that 'last References entry' means direct responses.

    I've updated it to

    | msgid_last
    | Match against ''Message-ID:'' and last ''References:''
    | entry (direct responses) only. The matching type used
    | (wildmat or regex) depends on the setting of the tinrc
    | variable wildcard.

    keep in mind that this is the man page about the various file-formats
    used by tin and not to explain usenet (headers) in details.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Milo Asher@21:1/5 to All on Thu Oct 12 13:01:09 2023
    Buy ozempic online mexico without prescription https://buyozempiconlinemexico.com/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Milo Asher@21:1/5 to All on Thu Oct 12 13:00:49 2023
    Buy ozempic online mexico without prescription https://buyozempiconlinemexico.com/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?B?8J+MiPCfkpDwn4y78J+MuvCfj@21:1/5 to All on Tue Oct 17 16:21:51 2023
    XPost: alt.checkmate, alt.slack, alt.usenet.kooks

    On Mon, 9 Oct 2023 10:44:41 +0100, LO AND BEHOLD; WARNING:
    "Injection-Info: snipe.eternal-september.org" detected, therefore some
    british guy who was apprehended by bobbies in Lancashire having been
    accused of molesting several stones and pebbles in the area is on the
    loose once again. He may possibly be spotted in his natural
    environment of usenet ko0k froups demonstrating his UPA where he
    pretends that he's a bird that somehow is also a telepathic/spiritual
    conduit for a pet rock named Gordon that he purchased from a Roma
    fortune teller while completely fscked on lsd in 1971. He presently
    poasts his fascist and white supremacist-leaning sentiments using
    upwards of 3 ridiculous nyms including: "snipeco.2@gmail.com (Sn!pe)"
    DO NOT APPROACH HIM, as he has a pointy beak and is very very angry at
    the way that the tide is turning for white privilege and he determined
    that the following was of great importance and subsequently decided to
    freely share it with us in
    <1qibxph.183zkkmt7nnvfN%snipeco.2@gmail.com>:

    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡Rene✡Kita✡<mail@rkta.de>✡wrote: =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡ =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡Due✡to✡recent✡events✡I✡finally✡tried✡to✡filter✡Google✡Groups✡users✡with✡
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡tin.✡I✡do✡not✡want✡to✡filter✡followups✡to✡posts✡from✡GG✡users.✡AFAIU✡GG✡
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡posters✡have✡a✡Message-ID✡which✡always✡ends✡with✡'@googlegroups.com'.✡I✡
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡have✡the✡following✡regex✡in✡my✡filter✡file:✡group=*✡case=0✡score=-25
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡msgid=.*@googlegroups.com>✡The✡above✡filter✡entry✡does✡not✡match
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡initial✡articles.✡I✡tried✡multiple✡versions,✡including✡using✡msgid_last
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡and✡msgid_only,✡but✡could✡not✡achieve✡what✡I✡wanted.✡I✡did✡not✡spot✡a
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡pattern✡what✡is✡matched.✡Can✡I✡somehow✡see✡what✡tin✡filters✡to✡debug
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡this?✡Does✡someone✡here✡has✡a✡working✡filter✡and✡would✡share✡it?✡
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡ =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡In✡MacSOUP✡I✡kill✡Google✡posts✡with✡'User-Agent✡contains✡"G2/1.0"'
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡Perhaps✡that✡could✡work✡for✡tin✡too.✡
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡

    What's hilarious is that you do that and yet you still pollute usenet complaining about everything you've "blocked".

    --

    Golden Killfile, June 2005
    KOTM, November 2006
    Bob Allisat Memorial Hook, Line & Sinker, November 2006
    Special Ops Cody Memorial Purple Heart, November 2006
    Special Ops Cody Memorial Purple Heart, September 2007
    Tony Sidaway Memorial "Drama Queen" Award, November 2006
    Busted Urinal Award, April 2007
    Order of the Holey Sockpuppet, September 2007
    Barbara Woodhouse Memorial Dog Whistle, September 2006
    Barbara Woodhouse Memorial Dog Whistle, April 2008
    Tinfoil Sombrero, February 2007
    AUK Mascot, September 2007
    Putting the Awards Out of Order to Screw With the OCD Fuckheads, March 2016

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?B?8J+MiPCfkpDwn4y78J+MuvCfj@21:1/5 to All on Tue Oct 24 19:49:19 2023
    XPost: alt.usenet.kooks

    On Tue, 24 Oct 2023 17:54:47 +0100, LO AND BEHOLD; WARNING:
    "Injection-Info: snipe.eternal-september.org" detected, therefore some
    british guy who was apprehended by bobbies in Lancashire having been
    accused of molesting several stones and pebbles in the area is on the
    loose once again. He may possibly be spotted in his natural
    environment of usenet ko0k froups demonstrating his UPA where he
    pretends that he's a bird that somehow is also a telepathic/spiritual
    conduit for a pet rock named Gordon that he purchased from a Roma
    fortune teller while completely fscked on lsd in 1971. He presently
    poasts his fascist and white supremacist-leaning sentiments using
    upwards of 3 ridiculous nyms including: "snipeco.2@gmail.com (Sn!pe)"
    DO NOT APPROACH HIM, as he has a pointy beak and is very very angry at
    the way that the tide is turning for white privilege and he determined
    that the following was of great importance and subsequently decided to
    freely share it with us in
    <1qj49pb.1c9zsvrqx83z9N%snipeco.2@gmail.com>:

    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡The✡Bjornsdottirs✡-✡Lightning✡<zerda@umbrellix.net>✡wrote:
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡[...]
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡ =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡If✡you✡don't✡like✡long✡sigs,✡you✡can✡filter✡them✡yourself,✡or✡you✡can
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡killfile✡their✡known✡users.
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡ =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡Good✡advice.✡ =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡

    Another solution is shown below:

    --

    =?UTF-8?B?VXNlbmV0DQoNCg0KICAgICAgIFBlZGFudHMNCg0KDQogICAgICAgICAgICAgICAgICBVbml0ZSEhISoNCg0KKlRoaXMgc2lnIGlzIG9uZSBsaW5lIGxvbmch?=

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?B?8J+MiPCfkpDwn4y78J+MuvCfj@21:1/5 to All on Wed Oct 25 15:23:50 2023
    XPost: alt.usenet.kooks

    On Wed, 25 Oct 2023 01:58:12 +0100, LO AND BEHOLD; WARNING:
    "Injection-Info: snipe.eternal-september.org" detected, therefore some
    british guy who was apprehended by bobbies in Lancashire having been
    accused of molesting several stones and pebbles in the area is on the
    loose once again. He may possibly be spotted in his natural
    environment of usenet ko0k froups demonstrating his UPA where he
    pretends that he's a bird that somehow is also a telepathic/spiritual
    conduit for a pet rock named Gordon that he purchased from a Roma
    fortune teller while completely fscked on lsd in 1971. He presently
    poasts his fascist and white supremacist-leaning sentiments using
    upwards of 3 ridiculous nyms including: "snipeco.2@gmail.com (Sn!pe)"
    DO NOT APPROACH HIM, as he has a pointy beak and is very very angry at
    the way that the tide is turning for white privilege and he determined
    that the following was of great importance and subsequently decided to
    freely share it with us in
    <1qj4vmi.1pr0i611vskc5yN%snipeco.2@gmail.com>:

    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡VanguardLH✡<V@nguard.LH>✡wrote: =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡[...]
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡ =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡Oh,✡in✡addition,✡netiquette✡has✡you✡alert✡when✡you✡change✡the✡Subject✡as
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡you✡did.✡✡When✡changing✡the✡Subject,✡it✡should✡appear✡as:✡Subject:
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡<newSubject>✡(was:✡<oldsubject>)✡That's✡netiquette,✡too.✡✡
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡[...]
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡ =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡Not✡only✡that:✡✡a✡competent✡Newsreader✡will✡recognise✡the✡string✡"(was:✡
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡"✡as✡a✡cue✡to✡automatically✡snip✡the✡old✡subject✡from✡the✡Subject:✡line.
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡ =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡It✡isn't✡just✡a✡matter✡of✡netiquette,✡although✡of✡course✡that✡is
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡important.✡✡Your✡readers✡form✡their✡opinion✡of✡you✡by✡the✡way✡you✡write
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡and✡behave;✡they✡have✡nothing✡else✡to✡judge✡by.✡
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡

    Yes, and I have judged you as a pedantic, two-faced, shiftless whiner and bigot with zero-tolerance for non-conformity.

    When persons were posting my contact info and actionable threats while abusing usenet servers you were rather silent, but when your RL name is posted, it's "stalking". Ok, Steve!

    --

    Golden Killfile, June 2005
    KOTM, November 2006
    Bob Allisat Memorial Hook, Line & Sinker, November 2006
    Special Ops Cody Memorial Purple Heart, November 2006
    Special Ops Cody Memorial Purple Heart, September 2007
    Tony Sidaway Memorial "Drama Queen" Award, November 2006
    Busted Urinal Award, April 2007
    Order of the Holey Sockpuppet, September 2007
    Barbara Woodhouse Memorial Dog Whistle, September 2006
    Barbara Woodhouse Memorial Dog Whistle, April 2008
    Tinfoil Sombrero, February 2007
    AUK Mascot, September 2007
    Putting the Awards Out of Order to Screw With the OCD Fuckheads, March 2016

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?B?8J+MiPCfkpDwn4y78J+MuvCfj@21:1/5 to All on Fri May 3 12:18:14 2024
    On Tue, 30 Apr 2024 20:35:01 +0100, LO AND BEHOLD; WARNING:
    "Injection-Info: snipe.eternal-september.org" detected, therefore some
    british guy who was apprehended by bobbies in Lancashire having been
    accused of molesting several stones and pebbles in the area is on the
    loose once again. He may possibly be spotted in his natural
    environment of usenet ko0k froups demonstrating his UPA where he
    pretends that he's a bird that somehow is also a telepathic/spiritual
    conduit for a pet rock named Gordon that he purchased from a Roma
    fortune teller while completely fscked on lsd in 1971. He presently
    poasts his fascist and white supremacist-leaning sentiments using
    upwards of 3 ridiculous nyms including: "snipeco.2@gmail.com (Sn!pe)"
    DO NOT APPROACH HIM, as he has a pointy beak and is very very angry at
    the way that the tide is turning for white privilege and he determined
    that the following was of great importance to snipeco.2@gmail.com
    (Sn!pe) and subsequently decided to freely share it with us in <1qsugrl.17r5fo21m6ru00N%snipeco.2@gmail.com>:

    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡candycanearter07✡wrote: =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡[...]
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡ =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡Welcome✡back!✡
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡It's✡always✡good✡to✡see✡the✡return✡of✡prodigal✡sons✡(and✡daughters).✡It✡
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡must✡be✡time✡to✡barbecue✡the✡fatted✡calf.✡✡✡✡✡✡✡✡≈:o)✡
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡=?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡what?✡ =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡ =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡Just✡a✡weak✡attempt✡at✡a✡joke✡-✡it's✡a✡Bible✡reference.
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡<https://en.wikipedia.org/wiki/Parable_of_the_Prodigal_Son>✡
    =?UTF-8?B?8J+Ps++4j+KAjfCfjIg=?=✡

    Nobody reads that dumb shit anymore, gramps. The bible is banned by the GOP for violence, sexual themes, and talk of race.

    --

    "Yeah, but you think everybody's Greg. There are a couple people here who can't resist responding to everything the aSSwurm or the Pussy Willow says. It does me no good to plonk aSSwurm and Pussy Willow if I still have to wade through a hundred inane
    posts a day involving those two assholes, so now I've plonked the chronic responders as well. They'll figure it out, and then they can make a choice... exchange stupid drivel with those two, or have more intelligent and interesting conversations with me.
    I know damned well Greg got sick of all that shit, and now I'm sick of it too. Those who choose to get led around by the lowest common denominator are fucking up AC and every other group they play that game in. If that's the kind of Usenet they want,
    they can wallow in the same slop as the two retards elsewhere, because they're only contributing to fucking this group up too. I can take or leave this shit, because I have plenty to keep me occupied with my room addition project, and it's a hell of a
    lot more rewarding than exchanging baby talk with the likes of the aSSwurm. May his fucking worthless AIDS-infested carcass drop fucking dead ASAP and quit wasting oxygen. To sum it up, talk to those two idiots elsewhere, or they'll probably be the only
    people left to talk to here." One can only presume that Jim and Creon/Vallor have solved this problem and are together in a private chat "having more intelligent and interesting conversations" instead of these "Civil" calls for shunning and
    authoritative control of discussion. As Seen on TV : <MPG.35cd7d50e1b224b1994604@news.altopia.com>

    "I'm pretty sure all gods are fictional, I'm smart enough to not proclaim I know this." - Kwills is only smart enough to doubt himself while arguing that a belief in imaginary made-up gods can't just be ignored as "mental illness" in <
    mo4q0j9tcqjt68s039loiacrbarihsh9i5@4ax.com>

    "If you worried half as much about your own personal life as you do everyone else's, you might almost be tolerable, obsessed stalker." -James "Checkmate" Gorman, in perhaps the most ironic and mentally-challenged statement ever made on Usenet. <MPG.
    4001ba2c14cace6c98cb6f@usnews.blocknews.net>

    "Trying to diminish others doesn't make you look any better. In fact, it does quite the opposite. Why are you always so bitter and angry? Do you have AIDS or something like so many other tranny girls do?" -James "Checkmate" Gorman in <MPG.
    405409befd41f28898969d@test.blocknews.net>

    "You should see my archive on you" -James "Checkmate" Gorman teases us with his "dosser" in <MPG.3eea81b23145043b98c338@usnews.blocknews.net>

    "Sorry, nothing to see here. The joint wasn't as bad as they say, but I'm not looking to go back. I'm a model citizen, clean as a whistle. I've owned my own home for 12 years, owned my own business almost as long, don't bother anyone and they don't
    bother me. You have nothing in any "police report" pertaining to me. Don't you think they would have "come a-knockin" a long time ago if they had any reason to? You're delusional and paranoid, and I have to wonder why.

    Oh... I should mention that there are a LOT of trannies in prison. I don't know why, but there are. The State even has to give them hormone shots for their tiddies at taxpayer's expense, and they wear bras and panties. I found everything about them
    revolting. That's why the whole "Bubba" thing is almost completely a myth, except in cell living. That shit wouldn't fly in a 100-man dorm, but trust me, those little trollops find ways to serve the willing when the lights go out. You see something, you
    keep your mouth shut about it because that way you don't get in a wreck. I never partook in such activities because the whole idea is just repulsive. I think that's a big part of what I don't like about you. I've seen how they act and I've talked to a
    few... total drama queens in every sense." -James "Checkmate" Gorman reminisces about prison in <MPG.3ceb37c2eddbaff98b07a@usnews.blocknews.net>

    Golden Killfile, June 2005
    KOTM, November 2006
    Bob Allisat Memorial Hook, Line & Sinker, November 2006
    Special Ops Cody Memorial Purple Heart, November 2006
    Special Ops Cody Memorial Purple Heart, September 2007
    Tony Sidaway Memorial "Drama Queen" Award, November 2006
    Busted Urinal Award, April 2007
    Order of the Holey Sockpuppet, September 2007
    Barbara Woodhouse Memorial Dog Whistle, September 2006
    Barbara Woodhouse Memorial Dog Whistle, April 2008
    Tinfoil Sombrero, February 2007
    AUK Mascot, September 2007
    Putting the Awards Out of Order to Screw With the OCD Fuckheads, March 2016

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)