• FAQ: Current Usenet spam thresholds and guidelines

    From The Doctor@21:1/5 to Tim Skirvin on Sun Jun 27 00:07:08 2021
    In article <spam-faq.20210627000201$16c5@news.killfile.org>,
    Tim Skirvin <tskirvin@killfile.org> wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)
    Original-Author: clewis@ferret.ocunix.on.ca (Chris Lewis)

    Current Spam thresholds and guidelines.

    This article is intended to describe the current consensus spam thresholds >and ensure that the definitions of these terms are available and consistent. >It is believed that most, if not all, spam cancellers use these terms and >definitions in their work; however, many other people use the terms >inappropriately, which leads to confusion in discussions. This is an >informal FAQ aimed at clarity and understanding, not anal-retentive >correctness.

    Excessive Multi-Posting (EMP) has the same meaning as the term "spam"
    usually carries, but it is more accurate and self-explanatory. EMP means, >essentially, "too many separate copies of a substantively identical
    article."

    "Substantively identical" means that the material in each article is >sufficiently similar to construe the same message. The signature is
    included in the determination. These are examples of substantively
    identical articles:

    - byte-for-byte identical messages
    - otherwise identical postings minimally customized for
    each group it appears in.
    - advertising the same service.
    - articles that consist solely of the same signature
    - articles which consist of inclusions of other user's
    postings, but are otherwise identical.

    Cross-posting means that a single message appears in more than one group. >Most newsreaders allow you to specify more than one group in a posting.

    Excessive Crossposting (ECP) refers to where a "lot" of postings to more
    than one group each have been made.

    Some people think cross-posting is "bad". In and of itself, it's good >behaviour - it allows you to reach more groups with less impact on the net. >Especially if you set the Followup-to: header to one group. It is "bad"
    when it's done to attack newsgroups or provoke flamewars (like cross-posting >how to cook a cat between alt.tasteless and rec.pet.cats), but this is beyond >the scope of this FAQ.

    This author considers the term "spam" to mean excessive postings of
    EMP and/or ECP variety. That is, "spam", is a generic term for several >different things. The term was originally supposed to mean EMPs only, but >most people use "spam" to mean "any excessive posting".

    A spam, EMP, or ECP therefore refers to a posting that has been posted to >many places. There is a consensus that there is a point at which it is >abuse, and is subject to advisory cancellation.

    A formula has been invented by Seth Breidbart which attempts to
    quantify the degree of "badness" of a spam (whether EMP or ECP) as a
    single number. The Breidbart Index (BI) is defined as the sum of the
    square roots of n (n is the number of newsgroups each copy was posted
    to).

    Example: If two copies of a posting are made, one to 9 groups, and one
    to 16, the BI index is sqrt(9)+sqrt(16) = 3+4 = 7.

    The BI2 (Breidbart Index, version 2) is an experimental metric, which
    may eventually replace the BI. It is calculated by computing the sum
    of the square roots of n, plus the sum of n, and dividing by two. Eg:
    one posting to 9, and one to 16 is

    (sqrt(9) + sqrt(16) + 9 + 16) / 2
    ( 3 + 4 + 9 + 16 ) / 2 = 32 / 2 = 16

    The BI2 is more "aggressive" than the BI, intended to cut off the "higher >end". BI allows about 125 newsgroups maximum. BI2 allows a maximum of 35.

    A slightly less aggressive index is the SBI (Skirvin-Breidbart Index); it
    is calculated much the same as the BI2, but sums the number of groups in
    the Followup-to: header (if available), rather than the newsgroups. Eg:
    one posting to 9 groups, and one to 16 with followups set to 4 is

    (sqrt(9) + sqrt(16) + 9 + 4) / 2
    ( 3 + 4 + 9 + 4 ) / 2 = 20 / 2 = 10

    Except in nl.*, where the SBI is followed, the BI2 and SBI are not used to >determine whether a spam is cancellable.

    The thresholds for spam cancels are based _only_ on one or more of the >following measures:

    1) The BI is 20 or greater over a 45 day period.
    2) is a continuation of a previous EMP/ECP, within a 45 day
    sliding window. That is: if the articles posted within the
    past 45 days exceeds a BI threshold of 20, it gets removed,
    unless the originator has made a clear and obvious effort to
    cease spamming (which includes an undertaking to do so
    posted in news.admin.net-abuse.usenet). This includes "make
    money fast" schemes which passed the EMP/ECP thresholds
    several years ago. This author recommends one posting
    cross-posted to no more than 10 groups, no more often than
    once every two weeks (a BI of 3).

    A single posting cannot be cancellable - to reach a BI of 20, it would
    have to be cross-posted to 400 groups. This isn't possible due to >limitations in Usenet software.

    These thresholds nominally apply to all hierarchies - not just the Big-8
    and alt.*. Many hierarchies have more restrictive rules, which are decided >upon and enforced by their users and administrators; they may also opt out
    of the cancellations, at the discretion of the same users and admins.

    These cancels have nothing whatsoever to do with the contents of the
    message. It doesn't matter if it's an advertisement, it doesn't matter if >it's abusive, it doesn't matter whether it's on-topic in the groups it was >posted in, it doesn't matter whether the posting is for a "good cause" or
    not - spam is cancelled regardless, based on _how many times_ it was said
    and not _what_ was said.

    Administrators wishing to ignore spam cancels can "alias out" the site >"cyberspam", and the cancels will not affect your system. This is normally >done at your feed site, but patches are available for INN to allow you to >reject spam cancels on your own system. Ask in news.admin.net-abuse.usenet >if you need this patch.

    Further literature on posting etiquette and related information:

    The newsgroup news.announce.newusers
    <URL:news:news.announce.newusers>

    "What is Usenet", by Salzenberg, Spafford and Moraes ><URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part1>

    "What is Usenet? A second opinion.", by Vielmetti ><URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part2>

    "FAQ: Advertising on Usenet: How To Do It, How Not To Do It", by Furr ><URL:ftp://ftp.faqs.org/faqs/usenet/advertising/how-to/part1>

    "A Primer on How to Work With the Usenet Community", by Von Rospach, et al ><URL:ftp://ftp.faqs.org/faqs/usenet/primer/part1>

    "Rules for posting to Usenet", by Horton, Spafford & Moraes. ><URL:ftp://ftp.faqs.org/faqs/usenet/posting-rules/part1>

    "Emily Postnews Answers Your Questions on Netiquette", by Templeton et al ><URL:ftp://ftp.faqs.org/faqs/usenet/emily-postnews/part1>

    Numerous books and publications on Usenet, such as O'Reilly's "Stopping
    Spam" (Schwartz and Garfinkel), the "Whole Internet Guide and Catalog" >(Krol), "Usenet Handbook" (Harrison), etc.

    "Cancel Messages: Frequently Asked Questions", by Skirvin ><URL:http://wiki.killfile.org/projects/usenet/faqs/cancel/>

    RFC 1855 - Netiquette Guidelines
    <URL:http://rfc.net/rfc1855.html>

    The above FAQs are also mirrored at various sites, including as ftp.sunet.se, >mirror.aol.com, ftp.uu.net, ftp.uni-paderborn.de, nctuccca.edu.tw, >hwarang.postech.ac.kr, ftp.hk.super.net etc.


    Any http(s) site available?

    Also does ftp.uu.net, does it still exist?

    A mailing list has been set up to assist those wishing to post commercial >advertisements on Usenet in a responsible fashion. Email your questions to >commerce@acpub.duke.edu.


    --
    Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
    Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising!
    Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b Instant perfection is the enemy of the real thing. -unknown Beware https://mindspring.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From bje@ripco.com@21:1/5 to The Doctor on Sun Jun 27 11:46:59 2021
    The Doctor <doctor@doctor.nl2k.ab.ca> wrote:

    Any http(s) site available?

    Also does ftp.uu.net, does it still exist?


    Maybe you missed this part:

    Last-modified: 1998/11/10

    It's spam at this point.

    -bruce
    bje@ripco.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Doctor@21:1/5 to bje@ripco.com on Sun Jun 27 13:05:50 2021
    In article <sb9ofj$a7m$1@remote6hme0.ripco.com>, <bje@ripco.com> wrote:
    The Doctor <doctor@doctor.nl2k.ab.ca> wrote:

    Any http(s) site available?

    Also does ftp.uu.net, does it still exist?


    Maybe you missed this part:

    Last-modified: 1998/11/10

    It's spam at this point.

    -bruce
    bje@ripco.com

    1998? This must be being autoposted :-(
    --
    Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
    Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising!
    Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b Instant perfection is the enemy of the real thing. -unknown Beware https://mindspring.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Adam H. Kerman@21:1/5 to The Doctor on Sun Jun 27 16:09:17 2021
    The Doctor <doctor@doctor.nl2k.ab.ca> wrote:
    bje@ripco.com wrote:
    The Doctor <doctor@doctor.nl2k.ab.ca> wrote:

    Any http(s) site available?

    Also does ftp.uu.net, does it still exist?

    Maybe you missed this part:

    Last-modified: 1998/11/10

    It's spam at this point.

    1998? This must be being autoposted :-(

    No shit, yads? All FAQs are autoposted. The only time the cron jobs get
    turned off is by taking down the server. rtfm.mit.edu, which used to
    provide the cron jobs for a significant number of Usenet FAQs, no longer appears to exist. skirv autoposts this from his own server.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to bje@ripco.com on Sun Jun 27 13:19:12 2021
    On 6/27/21 5:46 AM, bje@ripco.com wrote:
    It's spam at this point.

    Very much so.

    Especially when you compare the ratio of Tim's auto-posted messages to
    other content in the newsgroup.

    I think discussion about this spam is probably more activity than I
    remember seeing in a while.



    --
    Grant. . . .
    unix || die

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to Grant Taylor on Sun Jun 27 13:19:39 2021
    On 6/27/21 1:19 PM, Grant Taylor wrote:
    I think discussion about this spam is probably more activity than I
    remember seeing in a while.

    Save for the recent discussions about floods elsewhere.



    --
    Grant. . . .
    unix || die

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Ritz@21:1/5 to bje@ripco.com on Sat Jul 3 14:35:55 2021
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Sunday, 27 June 2021 11:46 -0000,
    in article <sb9ofj$a7m$1@remote6hme0.ripco.com>,
    bje@ripco.com <bje@ripco.com> wrote:

    The Doctor <doctor@doctor.nl2k.ab.ca> wrote:

    Any http(s) site available?

    Also does ftp.uu.net, does it still exist?

    $ host ftp.uu.net
    ftp.uu.net has address 192.48.96.9

    Maybe you missed this part:

    Last-modified: 1998/11/10

    I must ask, have any of those whining about the periodic posting of
    this FAQ tried contacting its maintainer? It's been more than a
    decade, since I corresponded with Tim, regarding his retirement from
    moderating groups in the news hierarchy. Tim is not going to read
    your complaining, as he withdrew from Usenet years ago.

    tskirvin[@]killfile.org remains a valid address.

    I personally would like to see the links to external documents
    updated. As traffic to the groups where it appears is significantly
    lower than it was twenty some years ago, a reduction in posting
    frequency seems completely appropriate; perhaps monthly rather than
    weekly.

    If anyone is interested in a particular document referenced in
    "Current Usenet spam thresholds and guidelines", I likely have a copy
    in my personal notes.

    It's spam at this point.

    Please elucidate, Bruce. What makes this spam, to the extent is rises
    to being a network abuse issue, in your esteemed opinion?

    - --
    David Ritz <dritz@mindspring.com>
    Be kind to animals; kiss a shark.

    -----BEGIN PGP SIGNATURE-----

    iF0EARECAB0WIQSc0FU3XAVGYDjSGUhSvCmZGhLe6wUCYOC8GwAKCRBSvCmZGhLe 6xfxAKCrVYNQMwgUs+LAmJdFyl+vrDy7SgCfYbsQcT0J/5/CJbc+g5rqaGvdNeI=
    =C5X0
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?B?8J+YiSBHb29kIEd1eSDwn5iJ?@21:1/5 to All on Sat Jul 3 20:42:39 2021
    This is a multi-part message in MIME format.
    In accordance with the 21st century technology, the main message is posted in HTML format. Some people may not be able to read it in any of the non-mozilla newsreaders. For them I give them my customary two fingers salute and send my FO greetings.




    --

    With over 1.3 billion devices now running Windows 10, customer
    satisfaction is higher than any previous version of windows.


    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;1,700&amp;display=swap"
    rel="stylesheet">
    <style>
    body{font-size:1.2em;color:#900;background-color:#f5f1e4;font-family:Roboto,sans-serif;padding:25px}blockquote{background-color:#eacccc;color:#c16666;font-style:oblique 25deg}
    </style>
    </head>
    <body text="#990000" bgcolor="#f5f1e4">
    <div class="moz-cite-prefix">On 03/07/2021 20:35, David Ritz wrote:<br>
    </div>
    <blockquote type="cite"
    cite="mid:alpine.OSX.2.20.2107031408290.42848@mako.ath.cx"><br>
    <blockquote type="cite">
    <pre class="moz-quote-pre" wrap="">It's spam at this point.
    </pre>
    </blockquote>
    <pre class="moz-quote-pre" wrap="">Please elucidate, Bruce. What makes this spam, to the extent is rises
    to being a network abuse issue, in your esteemed opinion?

    </pre>
    </blockquote>
    <p>It's spam because the message hasn't been updated for over a
    decade and the links are almost dead and the people referred to in
    the message might even be dead.</p>
    <p>However, who cares whether it's a spam or not. I doubt if anybody
    actually reads them.<br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <div class="moz-signature">-- <br>
    <div class="table" style="display: table;">
    <div class="tr" style="display: table-row;">
    <div class="td" style="display:table-cell;width:
    100vw;box-sizing:border-box;padding: 10px; vertical-align:
    middle; background-color: #003300;color:
    chartreuse;height:80px;font-size: 1.2em;text-align:
    center;font-weight: 900;border-radius: 5px;">
    <p>With over 1.3 billion devices now running Windows 10,
    customer satisfaction is higher than any previous version
    of windows. </p>
    </div>
    </div>
    </div>
    </div>
    </body>
    </html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From bje@ripco.com@21:1/5 to David Ritz on Sun Jul 4 16:23:49 2021
    David Ritz <dritz@mindspring.com> wrote:

    Please elucidate, Bruce. What makes this spam, to the extent is rises
    to being a network abuse issue, in your esteemed opinion?


    Because it became what it's trying to explain.

    Have you read it?

    "Excessive Multi-Posting (EMP) has the same meaning as the term "spam"
    usually carries, but it is more accurate and self-explanatory. EMP means, essentially, "too many separate copies of a substantively identical
    article."

    Once a week to these:

    news.admin.net-abuse.usenet
    news.admin.net-abuse.misc
    news.answers

    I didn't do the math for "The Breidbart Index" but once a month to maybe news.announce.newusers would be enough in my book.

    Plus most of the information is obsolete or just plain wrong.

    Written in 1998, that was the great war with the green card lawyers?

    I dunno where you came up with "network abuse issue", they should just stop posting that fucking thing. It's worthless. It's spam by its own definition.

    -bruce
    bje@ripco.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to Grant Taylor on Sun Jul 4 12:23:27 2021
    On 7/4/21 12:21 PM, Grant Taylor wrote:
    As far as I've seen, it's the same content posted to two groups per run.

    Correction, three groups. Sorry, I was counting the groups where I see
    the messages, not counting what's listed in the Newsgroups: header.



    --
    Grant. . . .
    unix || die

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to bje@ripco.com on Sun Jul 4 12:21:46 2021
    On 7/4/21 10:23 AM, bje@ripco.com wrote:
    "Excessive Multi-Posting (EMP) has the same meaning as the term
    "spam" usually carries, but it is more accurate and self-explanatory.
    EMP means, essentially, "too many separate copies of a substantively identical article."

    I don't consider the messages that this thread is talking about to be an Excessive Multi-Posting. As far as I've seen, it's the same content
    posted to two groups per run.

    I think the "per run" is the key part. I think of EMPs as posting the
    same message to many groups, as in high single digit / low double digit
    groups (per run). Thus I don't think the messages we're talking about
    qualify as EMP.

    Maybe my EMP knob of minimum number of groups knob needs to be adjusted,
    I don't know. I also think that messages (which seem to be) intended as helpful / administrative get a little bit more leeway than the average
    poster does regarding EMPs.

    I see exceedingly little value, if any, in the same stale content. Now,
    if it actually was current ~> actionable information and / or reflected
    current statistics, maybe there would be some value in them.



    --
    Grant. . . .
    unix || die

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Ritz@21:1/5 to Hello.World@example.onion on Sun Jul 4 14:32:11 2021
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Saturday, 03 July 2021 20:42 +0100,
    in article <B63EI.32869$NP.15072@fx42.iad>,
    😉 Good Guy 😉 <Hello.World@example.onion> wrote:

    In accordance with the 21st century technology, the main message is
    posted in HTML format. Some people may not be able to read it in any
    of the non-mozilla newsreaders. For them I give them my customary
    two fingers salute and send my FO greetings.

    Too bad your article does not conform to the RFCs governing this type
    of message. Fortunately some servers are properly configured.

    % telnet news 119
    Trying 166.84.1.69...
    Connected to news.lb.panix.com.
    Escape character is '^]'.
    200 reader1.panix.com InterNetNews NNRP server INN 2.6.4 ready (posting ok)
    STAT <B63EI.32869$NP.15072@fx42.iad>
    430 No such article
    QUIT
    205 Bye!
    Connection closed by foreign host.

    - --
    David Ritz <dritz@mindspring.com>
    Be kind to animals; kiss a shark.
    -----BEGIN PGP SIGNATURE-----

    iF0EARECAB0WIQSc0FU3XAVGYDjSGUhSvCmZGhLe6wUCYOIMuwAKCRBSvCmZGhLe 6+vTAKDyL/sUI/7uLog9aLuYY+LDkk5lRQCeKmkFLrjHXmc+WecJxNSUZ+MS3hk=
    =4XdS
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Ritz@21:1/5 to bje@ripco.com on Sun Jul 4 14:18:52 2021
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Sunday, 04 July 2021 16:23 -0000,
    in article <sbsnal$539$1@remote6hme0.ripco.com>,
    bje@ripco.com <bje@ripco.com> wrote:

    David Ritz <dritz@mindspring.com> wrote:

    Please elucidate, Bruce. What makes this spam, to the extent is
    rises to being a network abuse issue, in your esteemed opinion?

    Because it became what it's trying to explain.

    The FAQ discusses Usenet spam, as it pertains to network abuse. While
    you may find these periodic postings annoying, they do not rise to the
    level of being abusive.

    Have you read it?

    I have.

    "Excessive Multi-Posting (EMP) has the same meaning as the term
    "spam" usually carries, but it is more accurate and
    self-explanatory. EMP means, essentially, "too many separate copies
    of a substantively identical article."

    Once a week to these:

    news.admin.net-abuse.usenet
    news.admin.net-abuse.misc
    news.answers

    I didn't do the math for "The Breidbart Index" but once a month to
    maybe news.announce.newusers would be enough in my book.

    I not only read the FAQ, I understood it.

    The FAQ is being cross-posted to three newsgroups. Each time it is
    posted, it has a BI = sqrt3, or approximately 1.73. With a weekly
    posting frequency, it cannot be posted more than six times in any
    given forty five (45) day floating window.

    BI = 6 * sqrt3 = 6 * 1.73 = 10.38 < 20

    In the past, this FAQ was posted to five newsgroups. This continued
    until two of the moderated newsgroups lost their moderators and were
    removed by the Big-8 board (https://www.big-8.org/wiki/Main_Page).

    BI = 6 * sqrt5 = 6 * 2.24 = 13.44 < 20

    Plus most of the information is obsolete or just plain wrong.

    There is little doubt that some of the information is outdated and
    should be updated. I am uncertain what portions you feel are wrong.
    A little specificity would go a long way toward clarity.

    Written in 1998, that was the great war with the green card lawyers?

    Chris wrote it earlier than that. It predates the creation of
    nana.policy, nana.sightings, nana.email and nana.usenet, at the end of
    1996.

    Copies I have on hand indicate that the FAQ used to be posted with
    Expires and Supersedes headers. This was the case, at least through
    the middle of 2001.

    Path: ..!news.maxwell.syr.edu!nntp.cs.ubc.ca!hatchetman.killfile.org
    + !not-for-mail
    From: tskirvin[@]uiuc.edu (Tim Skirvin)
    Newsgroups: news.admin.net-abuse.bulletins,
    + news.admin.net-abuse.usenet,news.admin.net-abuse.sightings,
    + news.admin.net-abuse.misc,news.answers
    Subject: FAQ: Current Usenet spam thresholds and guidelines
    Supersedes: <spam-faq.20010603050002$6dcc@news.crhc.uiuc.edu>
    Followup-To: news.admin.net-abuse.usenet
    Date: Sun, 10 Jun 2001 00:00:03 -0500
    Organization: Killfiles, Unlimited
    Lines: 162
    Approved: news-answers-request[@]MIT.EDU, nanas-req[@]ravenna.com
    Expires: Sun, 22 Jul 2001 05:00:03 GMT
    Message-ID: <spam-faq.20010610050003$23d8@news.crhc.uiuc.edu>
    Reply-To: tskirvin[@]uiuc.edu
    NNTP-Posting-Host: hatchetman.killfile.org
    X-Trace: hatchetman.killfile.org 992149206 24623 192.168.1.250
    + (10 Jun 2001 05:00:05 GMT)
    X-Complaints-To: abuse[@]killfile.org
    NNTP-Posting-Date: 10 Jun 2001 05:00:05 GMT
    Summary: This posting contains the current Spam definitions, thresholds, >>> and guidelines, as used by most major spam cancellers and news
    administrators.
    X-Auth: PGPMoose V1.1 PGP news.admin.net-abuse.sightings
    iD8DBQE7Iv7Uv1i8LqUfqQURAu75AKCByCAQoDe5SLt1ICK45DA8duu9xwCeMDi0
    ZpquOSFWWwe694HyjVTIZ8o=
    =oJxj

    The supersedes went away, following various attacks on the network,
    which used this convention to replace legitimate discourse with (rape
    video) spam and/or word-salad.

    I dunno where you came up with "network abuse issue", they should
    just stop posting that fucking thing. It's worthless. It's spam by
    its own definition.

    So, Bruce, have you attempted to contact Skirv, or are you simply
    going to continue to whinge, where you can be absolutely certain he'll
    never see it?

    tskirvin[@]uiuc.edu is deprecated; use tskirvin[@]killfile.org.

    - --
    David Ritz <dritz@mindspring.com>
    Be kind to animals; kiss a shark.

    -----BEGIN PGP SIGNATURE-----

    iF0EARECAB0WIQSc0FU3XAVGYDjSGUhSvCmZGhLe6wUCYOIJnAAKCRBSvCmZGhLe 61viAJ9aR1gTJ5I5ESPzcOLSWJliYlcwxgCggXwO24TjtHiBXCCLihCeNSEMLcg=
    =zdip
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From bje@ripco.com@21:1/5 to David Ritz on Mon Jul 5 18:07:16 2021
    David Ritz <dritz@mindspring.com> wrote:

    So, Bruce, have you attempted to contact Skirv, or are you simply
    going to continue to whinge, where you can be absolutely certain he'll
    never see it?

    Ha, why bother.

    I'm assuming Tim Skirvin is some kind of mental retard since he thinks
    running a cron job for the past 20 years spewing the same thing over and
    over again is "a good idea".

    That post serves no purpose at all anymore. It's not helpful, it's not
    needed. Period.

    You want to know why? There are no more spammers on usenet.

    Yes, you heard me.

    USENET IS NOW SPAM FREE.

    Sure, 20 years ago when there was 100,000's of posts per day going to 1000's
    of news groups, a spammer would see a prime opportunity to get those goods or services into your face, asked for or not. What did they used to call it,
    Whack a Mole?

    There was a reason for jumping server to server trying to get the message
    out, and that was, having a captive audience.

    These days?

    Maybe "a handful" of posts across all of usenet with some of those posts
    being read by "a handful" times two.

    There is no audience anymore, no reason to jump through the hoops to get the message out. Why bother if no one there to read the posts.

    Of course there is a 1000 pound elephant in the room to all of this...

    Solution manuals google-groups.googlegroups.com
    Reiki Class google-groups.googlegroups.com
    ORDER OXYCONTIN,XANAX,ADDERALL google-groups.googlegroups.com
    Best Online Dating Sites google-groups.googlegroups.com

    Can anyone spot the trend?

    I don't think there is a single news server out there not running cleanfeed
    or similar software and likely is limiting crossposting to 3 or less groups (personally crossposting should be eliminated altogether). Yet good old
    "Cause no harm" mr.Google accounts for nearly all of the spam you are
    seeing.

    So do you really need a math formula with newgroups and posts calculated to figure out if it's spam?

    Fuck no.

    If you think you see spam, just check the headers and if you see
    that google-groups.googlegroups.com in there, you know it's spam.

    No TI-84 calculator needed.

    Complain to google? Lot of good that will do. So they kill off drugs1174@gmail.com accounts today. No problem, drugs1175@gmail.com will be
    up and rolling tomorrow.

    Usenet is dead. It died years ago and yes, yes there was a "film at 11" but
    no one bothered to watch it.

    Here's one tidbit to support that fact above, last year, June 2020 news.ripco.com was at #262 on the top 1000 news server list. This year, June 2021 we moved up to slot 165.

    Reasons?

    New 1 petabyte zfs storage system? Nope.
    The 8 cpu gazillion thread with 256GB memory box? Nope.
    The bandwidth increase up to 100GB at the data center? Nope.
    How about adding in 150 new newsfeeds? Nope.

    Give up?

    Yes, it's because 97 other usenet servers disappeared between us and the
    number #1 slot. In just one year, gone, vanished, gave up. Maybe by next
    year I can crack the top 100 by sitting around doing nothing as usual.

    So really, fuck Spam Thresholds, fuck you Ritz, fuck Kerman, fuck Skirvin
    and any of the other dinosaurs out there who think "keeping with tradition"
    is going to answer any of TODAYS problems and not ones 20 years in the past.

    The only thing you need to know about spam on usenet is it comes from
    google.

    -bruce
    bje@ripco.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?B?VGFraXDDp2kgU2F0xLFuIEFs?@21:1/5 to All on Thu Aug 26 14:18:17 2021
    Escbody.com ile yeni İstanbul escort bayanlar sizleri bekliyor.
    Daha fazla istanbul escort reklamı için tıklayın;

    https://escbody.com

    https://escbody.com/kategori/vip/istanbul-escort https://escbody.com/kategori/vip/izmir-escort https://escbody.com/kategori/vip/ankara-escort https://escbody.com/kategori/vip/bursa-escort https://escbody.com/kategori/vip/antalya-escort

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From jollycrew@pirate.nomail.invalid@21:1/5 to All on Sun Sep 19 08:02:02 2021
    An automated bot posted:

    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10 URL:http://wiki.killfile.org/projects/usenet/faqs/spam/ Maintainer:tskirvin@killfile.org (Tim Skirvin)


    Avast maties, be ye not hornswoggled. This FAQ be like a ghost ship with
    no livin' hand on the wheel or tiller.

    This FAQ be not updated for o'er twenty years, and now be full o' dead
    as bilge water links. Things change o'er time, and tharr be no livin'
    soul keepin' the FAQ true to course. The maintainer, we be told,
    withdrew from Usenet years ago.


    The newsgroup news.announce.newusers
    <URL:news:news.announce.newusers>

    That newsgroup be dead as bilge water for o'er seven years. The last
    livin' soul posted tharr in May 2014.

    "What is Usenet", by Salzenberg, Spafford and Moraes <URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part1>

    That link be dead as bilge water. It be not found searchin' faqs.org.

    "What is Usenet? A second opinion.", by Vielmetti <URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part2>

    That link be dead as bilge water too. It too be not found searchin'
    faqs.org.

    "FAQ: Advertising on Usenet: How To Do It, How Not To Do It", by Furr <URL:ftp://ftp.faqs.org/faqs/usenet/advertising/how-to/part1>

    That link be dead as bilge water. The same be true for the next links below.

    "A Primer on How to Work With the Usenet Community", by Von Rospach, et al <URL:ftp://ftp.faqs.org/faqs/usenet/primer/part1>

    "Rules for posting to Usenet", by Horton, Spafford & Moraes. <URL:ftp://ftp.faqs.org/faqs/usenet/posting-rules/part1>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Doctor@21:1/5 to jollycrew@pirate.nomail.invalid on Sun Sep 19 11:23:20 2021
    In article <si6qpj$1ktq$1@gioia.aioe.org>,
    <jollycrew@pirate.nomail.invalid> wrote:
    An automated bot posted:

    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL:http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer:tskirvin@killfile.org (Tim Skirvin)


    Avast maties, be ye not hornswoggled. This FAQ be like a ghost ship with
    no livin' hand on the wheel or tiller.

    This FAQ be not updated for o'er twenty years, and now be full o' dead
    as bilge water links. Things change o'er time, and tharr be no livin'
    soul keepin' the FAQ true to course. The maintainer, we be told,
    withdrew from Usenet years ago.


    The newsgroup news.announce.newusers
    <URL:news:news.announce.newusers>

    That newsgroup be dead as bilge water for o'er seven years. The last
    livin' soul posted tharr in May 2014.

    "What is Usenet", by Salzenberg, Spafford and Moraes
    <URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part1>

    That link be dead as bilge water. It be not found searchin' faqs.org.

    "What is Usenet? A second opinion.", by Vielmetti
    <URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part2>

    That link be dead as bilge water too. It too be not found searchin'
    faqs.org.

    "FAQ: Advertising on Usenet: How To Do It, How Not To Do It", by Furr
    <URL:ftp://ftp.faqs.org/faqs/usenet/advertising/how-to/part1>

    That link be dead as bilge water. The same be true for the next links below.

    "A Primer on How to Work With the Usenet Community", by Von Rospach, et al >> <URL:ftp://ftp.faqs.org/faqs/usenet/primer/part1>

    "Rules for posting to Usenet", by Horton, Spafford & Moraes.
    <URL:ftp://ftp.faqs.org/faqs/usenet/posting-rules/part1>



    And FTP is dying!
    --
    Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
    Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising!
    Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b Canada on 20 Sept 2021 vote ! Beware https://mindspring.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?B?8J+YiSBHb29kIEd1eSDwn5iJ?@21:1/5 to All on Sun Sep 19 23:41:03 2021
    This is a multi-part message in MIME format.
    I have used 21st century technology to compose this post to make it easier for people to read the message in hypertext. I used a DELL keyboard to compose this message.


    --
    Windows-10: <news://freenews.netfront.net/alt.comp.os.windows-10>
    Windows-8: <news://freenews.netfront.net/alt.comp.os.windows-8>
    Windows-7: <news://freenews.netfront.net/alt.windows7.general>
    Windows XP: <news://freenews.netfront.net/microsoft.public.windowsxp.general>
    Windows-XP: <news://freenews.netfront.net/microsoft.public.windowsxp.general>
    Firefox: <news://freenews.netfront.net/alt.comp.software.firefox> Thunderbird: <news://freenews.netfront.net/alt.comp.software.thunderbird>

    Google Groups: <https://groups.google.com/g/microsoft.public.windowsxp.general>


    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <style>
    body{font-size:1.2em;color:#900;background-color:#f5f1e4;font-family:Roboto,sans-serif;padding:25px}blockquote{background-color:#eacccc;color:#c16666;font-style:oblique 25deg}.table{display:table}.tr{display:table-row}.td{display:table-cell}
    </style>
    </head>
    <body text="#990000" bgcolor="#f5f1e4">
    <div class="moz-cite-prefix">On 19/09/2021 09:02,
    <a class="moz-txt-link-abbreviated" href="mailto:jollycrew@pirate.nomail.invalid">jollycrew@pirate.nomail.invalid</a> wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:si6qpj$1ktq$1@gioia.aioe.org">
    <pre class="moz-quote-pre" wrap="">Avast maties, be ye not hornswoggled. This FAQ be like a ghost ship with
    no livin' hand on the wheel or tiller.

    This FAQ be not updated for o'er twenty years, and now be full o' dead
    as bilge water links. Things change o'er time, and tharr be no livin'
    soul keepin' the FAQ true to course. The maintainer, we be told,
    withdrew from Usenet years ago.


    </pre>
    </blockquote>
    <p>There is nothing to update because newsgroups were created when
    there was nothing else. Now neo-nazi supporters and Mussolini
    supporters who are still running their own servers believe that
    HTML is dangerous and should be banned from these newsgroups. They
    forget that in the 21st century where Microsoft and Google decides
    what is dangerous and what is not are promoting HTML all over the
    place. Even Linux and Windows Apps will soon be running behind
    HTML UI.</p>
    <p>Please support HTML on these newsgroups so that we can take them
    to the 21st century. Get rid of neo-nazis and Italian
    Mafia/Mussolini supporters so that some progress can be made to
    the technology we use on these old (20th century!!) technology. <br>
    </p>
    <pre class="moz-signature" cols="72">--
    Windows-10: <a class="moz-txt-link-rfc2396E" href="news://freenews.netfront.net/alt.comp.os.windows-10">&lt;news://freenews.netfront.net/alt.comp.os.windows-10&gt;</a>
    Windows-8: <a class="moz-txt-link-rfc2396E" href="news://freenews.netfront.net/alt.comp.os.windows-8">&lt;news://freenews.netfront.net/alt.comp.os.windows-8&gt;</a>
    Windows-7: <a class="moz-txt-link-rfc2396E" href="news://freenews.netfront.net/alt.windows7.general">&lt;news://freenews.netfront.net/alt.windows7.general&gt;</a>
    Windows XP: <a class="moz-txt-link-rfc2396E" href="news://freenews.netfront.net/microsoft.public.windowsxp.general">&lt;news://freenews.netfront.net/microsoft.public.windowsxp.general&gt;</a>
    Windows-XP: <a class="moz-txt-link-rfc2396E" href="news://freenews.netfront.net/microsoft.public.windowsxp.general">&lt;news://freenews.netfront.net/microsoft.public.windowsxp.general&gt;</a>
    Firefox: <a class="moz-txt-link-rfc2396E" href="news://freenews.netfront.net/alt.comp.software.firefox">&lt;news://freenews.netfront.net/alt.comp.software.firefox&gt;</a>
    Thunderbird: <a class="moz-txt-link-rfc2396E" href="news://freenews.netfront.net/alt.comp.software.thunderbird">&lt;news://freenews.netfront.net/alt.comp.software.thunderbird&gt;</a>

    Google Groups: <a class="moz-txt-link-rfc2396E" href="https://groups.google.com/g/microsoft.public.windowsxp.general">&lt;https://groups.google.com/g/microsoft.public.windowsxp.general&gt;</a></pre>
    </body>
    </html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Terry Stomp@21:1/5 to Tim Skirvin on Thu Jan 6 16:11:10 2022
    On Saturday, March 11, 2017 at 7:01:41 PM UTC-5, Tim Skirvin wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tski...@killfile.org (Tim Skirvin)
    Original-Author: cle...@ferret.ocunix.on.ca (Chris Lewis)

    Current Spam thresholds and guidelines.

    This article is intended to describe the current consensus spam thresholds and ensure that the definitions of these terms are available and consistent. It is believed that most, if not all, spam cancellers use these terms and definitions in their work; however, many other people use the terms inappropriately, which leads to confusion in discussions. This is an
    informal FAQ aimed at clarity and understanding, not anal-retentive correctness.

    Excessive Multi-Posting (EMP) has the same meaning as the term "spam"
    usually carries, but it is more accurate and self-explanatory. EMP means, essentially, "too many separate copies of a substantively identical
    article."

    "Substantively identical" means that the material in each article is sufficiently similar to construe the same message. The signature is
    included in the determination. These are examples of substantively
    identical articles:

    - byte-for-byte identical messages
    - otherwise identical postings minimally customized for
    each group it appears in.
    - advertising the same service.
    - articles that consist solely of the same signature
    - articles which consist of inclusions of other user's
    postings, but are otherwise identical.

    Cross-posting means that a single message appears in more than one group. Most newsreaders allow you to specify more than one group in a posting.

    Excessive Crossposting (ECP) refers to where a "lot" of postings to more
    than one group each have been made.

    Some people think cross-posting is "bad". In and of itself, it's good behaviour - it allows you to reach more groups with less impact on the net. Especially if you set the Followup-to: header to one group. It is "bad"
    when it's done to attack newsgroups or provoke flamewars (like cross-posting how to cook a cat between alt.tasteless and rec.pet.cats), but this is beyond the scope of this FAQ.

    This author considers the term "spam" to mean excessive postings of
    EMP and/or ECP variety. That is, "spam", is a generic term for several different things. The term was originally supposed to mean EMPs only, but most people use "spam" to mean "any excessive posting".

    A spam, EMP, or ECP therefore refers to a posting that has been posted to many places. There is a consensus that there is a point at which it is
    abuse, and is subject to advisory cancellation.

    A formula has been invented by Seth Breidbart which attempts to
    quantify the degree of "badness" of a spam (whether EMP or ECP) as a
    single number. The Breidbart Index (BI) is defined as the sum of the
    square roots of n (n is the number of newsgroups each copy was posted
    to).

    Example: If two copies of a posting are made, one to 9 groups, and one
    to 16, the BI index is sqrt(9)+sqrt(16) = 3+4 = 7.

    The BI2 (Breidbart Index, version 2) is an experimental metric, which
    may eventually replace the BI. It is calculated by computing the sum
    of the square roots of n, plus the sum of n, and dividing by two. Eg:
    one posting to 9, and one to 16 is

    (sqrt(9) + sqrt(16) + 9 + 16) / 2
    ( 3 + 4 + 9 + 16 ) / 2 = 32 / 2 = 16

    The BI2 is more "aggressive" than the BI, intended to cut off the "higher end". BI allows about 125 newsgroups maximum. BI2 allows a maximum of 35.

    A slightly less aggressive index is the SBI (Skirvin-Breidbart Index); it
    is calculated much the same as the BI2, but sums the number of groups in
    the Followup-to: header (if available), rather than the newsgroups. Eg:
    one posting to 9 groups, and one to 16 with followups set to 4 is

    (sqrt(9) + sqrt(16) + 9 + 4) / 2
    ( 3 + 4 + 9 + 4 ) / 2 = 20 / 2 = 10

    Except in nl.*, where the SBI is followed, the BI2 and SBI are not used to determine whether a spam is cancellable.

    The thresholds for spam cancels are based _only_ on one or more of the following measures:

    1) The BI is 20 or greater over a 45 day period.
    2) is a continuation of a previous EMP/ECP, within a 45 day
    sliding window. That is: if the articles posted within the
    past 45 days exceeds a BI threshold of 20, it gets removed,
    unless the originator has made a clear and obvious effort to
    cease spamming (which includes an undertaking to do so
    posted in news.admin.net-abuse.usenet). This includes "make
    money fast" schemes which passed the EMP/ECP thresholds
    several years ago. This author recommends one posting
    cross-posted to no more than 10 groups, no more often than
    once every two weeks (a BI of 3).

    A single posting cannot be cancellable - to reach a BI of 20, it would
    have to be cross-posted to 400 groups. This isn't possible due to
    limitations in Usenet software.

    These thresholds nominally apply to all hierarchies - not just the Big-8
    and alt.*. Many hierarchies have more restrictive rules, which are decided upon and enforced by their users and administrators; they may also opt out
    of the cancellations, at the discretion of the same users and admins.

    These cancels have nothing whatsoever to do with the contents of the
    message. It doesn't matter if it's an advertisement, it doesn't matter if it's abusive, it doesn't matter whether it's on-topic in the groups it was posted in, it doesn't matter whether the posting is for a "good cause" or
    not - spam is cancelled regardless, based on _how many times_ it was said
    and not _what_ was said.

    Administrators wishing to ignore spam cancels can "alias out" the site "cyberspam", and the cancels will not affect your system. This is normally done at your feed site, but patches are available for INN to allow you to reject spam cancels on your own system. Ask in news.admin.net-abuse.usenet
    if you need this patch.

    Further literature on posting etiquette and related information:

    The newsgroup news.announce.newusers
    <URL:news:news.announce.newusers>

    "What is Usenet", by Salzenberg, Spafford and Moraes <URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part1>

    "What is Usenet? A second opinion.", by Vielmetti <URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part2>

    "FAQ: Advertising on Usenet: How To Do It, How Not To Do It", by Furr <URL:ftp://ftp.faqs.org/faqs/usenet/advertising/how-to/part1>

    "A Primer on How to Work With the Usenet Community", by Von Rospach, et al <URL:ftp://ftp.faqs.org/faqs/usenet/primer/part1>

    "Rules for posting to Usenet", by Horton, Spafford & Moraes. <URL:ftp://ftp.faqs.org/faqs/usenet/posting-rules/part1>

    "Emily Postnews Answers Your Questions on Netiquette", by Templeton et al <URL:ftp://ftp.faqs.org/faqs/usenet/emily-postnews/part1>

    Numerous books and publications on Usenet, such as O'Reilly's "Stopping
    Spam" (Schwartz and Garfinkel), the "Whole Internet Guide and Catalog" (Krol), "Usenet Handbook" (Harrison), etc.

    "Cancel Messages: Frequently Asked Questions", by Skirvin <URL:http://wiki.killfile.org/projects/usenet/faqs/cancel/>

    RFC 1855 - Netiquette Guidelines
    <URL:http://rfc.net/rfc1855.html>

    The above FAQs are also mirrored at various sites, including as ftp.sunet.se, mirror.aol.com, ftp.uu.net, ftp.uni-paderborn.de, nctuccca.edu.tw, hwarang.postech.ac.kr, ftp.hk.super.net etc.

    A mailing list has been set up to assist those wishing to post commercial advertisements on Usenet in a responsible fashion. Email your questions to comm...@acpub.duke.edu.

    I thank you...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From jollycrew@pirate.nomail.invalid@21:1/5 to All on Mon Sep 19 09:50:00 2022
    A mechanical mutt posted:

    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10 URL:http://wiki.killfile.org/projects/usenet/faqs/spam/ Maintainer:tskirvin@killfile.org (Tim Skirvin)


    Well blow me down, maties! This mechanical mutt be missin' the mark. Its ancyent robot programmin' be navigatin' usin' old charts outdated for
    many a yahr.

    Many long yahrs ago a scurvy seadog departed these parts. But afore 'e
    left, 'e set a mechanical micturatin' mutt to mark all the mainmasts an' moorin' posts weekly wi' the scurvy seadog's scent.

    O'er time mainmasts an' moorin' posts 'ave been rebuilt an' moved. But
    the mechanical micturatin' mutt be still markin' where the mainmasts an' moorin' posts once was.


    The newsgroup news.announce.newusers
    <URL:news:news.announce.newusers>

    This newsgroup be dead. Not a livin' soul posted thar in o'er eight
    yahrs. The mechanical micturatin' mutt missed the mark.

    "What is Usenet", by Salzenberg, Spafford and Moraes <URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part1>

    That link be dead. It be not found searchin' faqs.org. The mechanical micturatin' mutt missed the mark.

    "What is Usenet? A second opinion.", by Vielmetti <URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part2>

    That link be dead too. It too be not found searchin' faqs.org. The
    mechanical micturatin' mutt missed the mark.

    "FAQ: Advertising on Usenet: How To Do It, How Not To Do It", by Furr <URL:ftp://ftp.faqs.org/faqs/usenet/advertising/how-to/part1>

    That link be dead too. The same be true for the next links below.

    "A Primer on How to Work With the Usenet Community", by Von Rospach, et al <URL:ftp://ftp.faqs.org/faqs/usenet/primer/part1>

    "Rules for posting to Usenet", by Horton, Spafford & Moraes. <URL:ftp://ftp.faqs.org/faqs/usenet/posting-rules/part1>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Doctor@21:1/5 to Tim Skirvin on Sun Feb 12 00:56:14 2023
    In article <spam-faq.20230212000201$e956@news.killfile.org>,
    Tim Skirvin <tskirvin@killfile.org> wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)
    Original-Author: clewis@ferret.ocunix.on.ca (Chris Lewis)

    Current Spam thresholds and guidelines.

    This article is intended to describe the current consensus spam thresholds >and ensure that the definitions of these terms are available and consistent. >It is believed that most, if not all, spam cancellers use these terms and >definitions in their work; however, many other people use the terms >inappropriately, which leads to confusion in discussions. This is an >informal FAQ aimed at clarity and understanding, not anal-retentive >correctness.

    Excessive Multi-Posting (EMP) has the same meaning as the term "spam"
    usually carries, but it is more accurate and self-explanatory. EMP means, >essentially, "too many separate copies of a substantively identical
    article."

    "Substantively identical" means that the material in each article is >sufficiently similar to construe the same message. The signature is
    included in the determination. These are examples of substantively
    identical articles:

    - byte-for-byte identical messages
    - otherwise identical postings minimally customized for
    each group it appears in.
    - advertising the same service.
    - articles that consist solely of the same signature
    - articles which consist of inclusions of other user's
    postings, but are otherwise identical.

    Cross-posting means that a single message appears in more than one group. >Most newsreaders allow you to specify more than one group in a posting.

    Excessive Crossposting (ECP) refers to where a "lot" of postings to more
    than one group each have been made.

    Some people think cross-posting is "bad". In and of itself, it's good >behaviour - it allows you to reach more groups with less impact on the net. >Especially if you set the Followup-to: header to one group. It is "bad"
    when it's done to attack newsgroups or provoke flamewars (like cross-posting >how to cook a cat between alt.tasteless and rec.pet.cats), but this is beyond >the scope of this FAQ.

    This author considers the term "spam" to mean excessive postings of
    EMP and/or ECP variety. That is, "spam", is a generic term for several >different things. The term was originally supposed to mean EMPs only, but >most people use "spam" to mean "any excessive posting".

    A spam, EMP, or ECP therefore refers to a posting that has been posted to >many places. There is a consensus that there is a point at which it is >abuse, and is subject to advisory cancellation.

    A formula has been invented by Seth Breidbart which attempts to
    quantify the degree of "badness" of a spam (whether EMP or ECP) as a
    single number. The Breidbart Index (BI) is defined as the sum of the
    square roots of n (n is the number of newsgroups each copy was posted
    to).

    Example: If two copies of a posting are made, one to 9 groups, and one
    to 16, the BI index is sqrt(9)+sqrt(16) = 3+4 = 7.

    The BI2 (Breidbart Index, version 2) is an experimental metric, which
    may eventually replace the BI. It is calculated by computing the sum
    of the square roots of n, plus the sum of n, and dividing by two. Eg:
    one posting to 9, and one to 16 is

    (sqrt(9) + sqrt(16) + 9 + 16) / 2
    ( 3 + 4 + 9 + 16 ) / 2 = 32 / 2 = 16

    The BI2 is more "aggressive" than the BI, intended to cut off the "higher >end". BI allows about 125 newsgroups maximum. BI2 allows a maximum of 35.

    A slightly less aggressive index is the SBI (Skirvin-Breidbart Index); it
    is calculated much the same as the BI2, but sums the number of groups in
    the Followup-to: header (if available), rather than the newsgroups. Eg:
    one posting to 9 groups, and one to 16 with followups set to 4 is

    (sqrt(9) + sqrt(16) + 9 + 4) / 2
    ( 3 + 4 + 9 + 4 ) / 2 = 20 / 2 = 10

    Except in nl.*, where the SBI is followed, the BI2 and SBI are not used to >determine whether a spam is cancellable.

    The thresholds for spam cancels are based _only_ on one or more of the >following measures:

    1) The BI is 20 or greater over a 45 day period.
    2) is a continuation of a previous EMP/ECP, within a 45 day
    sliding window. That is: if the articles posted within the
    past 45 days exceeds a BI threshold of 20, it gets removed,
    unless the originator has made a clear and obvious effort to
    cease spamming (which includes an undertaking to do so
    posted in news.admin.net-abuse.usenet). This includes "make
    money fast" schemes which passed the EMP/ECP thresholds
    several years ago. This author recommends one posting
    cross-posted to no more than 10 groups, no more often than
    once every two weeks (a BI of 3).

    A single posting cannot be cancellable - to reach a BI of 20, it would
    have to be cross-posted to 400 groups. This isn't possible due to >limitations in Usenet software.

    These thresholds nominally apply to all hierarchies - not just the Big-8
    and alt.*. Many hierarchies have more restrictive rules, which are decided >upon and enforced by their users and administrators; they may also opt out
    of the cancellations, at the discretion of the same users and admins.

    These cancels have nothing whatsoever to do with the contents of the
    message. It doesn't matter if it's an advertisement, it doesn't matter if >it's abusive, it doesn't matter whether it's on-topic in the groups it was >posted in, it doesn't matter whether the posting is for a "good cause" or
    not - spam is cancelled regardless, based on _how many times_ it was said
    and not _what_ was said.

    Administrators wishing to ignore spam cancels can "alias out" the site >"cyberspam", and the cancels will not affect your system. This is normally >done at your feed site, but patches are available for INN to allow you to >reject spam cancels on your own system. Ask in news.admin.net-abuse.usenet >if you need this patch.

    Further literature on posting etiquette and related information:

    The newsgroup news.announce.newusers
    <URL:news:news.announce.newusers>

    "What is Usenet", by Salzenberg, Spafford and Moraes ><URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part1>

    "What is Usenet? A second opinion.", by Vielmetti ><URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part2>

    "FAQ: Advertising on Usenet: How To Do It, How Not To Do It", by Furr ><URL:ftp://ftp.faqs.org/faqs/usenet/advertising/how-to/part1>

    "A Primer on How to Work With the Usenet Community", by Von Rospach, et al ><URL:ftp://ftp.faqs.org/faqs/usenet/primer/part1>

    "Rules for posting to Usenet", by Horton, Spafford & Moraes. ><URL:ftp://ftp.faqs.org/faqs/usenet/posting-rules/part1>

    "Emily Postnews Answers Your Questions on Netiquette", by Templeton et al ><URL:ftp://ftp.faqs.org/faqs/usenet/emily-postnews/part1>

    Numerous books and publications on Usenet, such as O'Reilly's "Stopping
    Spam" (Schwartz and Garfinkel), the "Whole Internet Guide and Catalog" >(Krol), "Usenet Handbook" (Harrison), etc.

    "Cancel Messages: Frequently Asked Questions", by Skirvin ><URL:http://wiki.killfile.org/projects/usenet/faqs/cancel/>

    RFC 1855 - Netiquette Guidelines
    <URL:http://rfc.net/rfc1855.html>

    The above FAQs are also mirrored at various sites, including as ftp.sunet.se, >mirror.aol.com, ftp.uu.net, ftp.uni-paderborn.de, nctuccca.edu.tw, >hwarang.postech.ac.kr, ftp.hk.super.net etc.

    A mailing list has been set up to assist those wishing to post commercial >advertisements on Usenet in a responsible fashion. Email your questions to >commerce@acpub.duke.edu.

    Any way to make this into a NNTP SW module?
    --
    Member - Liberal International This is doctor@nk.ca Ici doctor@nk.ca
    Yahweh, King & country!Never Satan President Republic!Beware AntiChrist rising! Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b One way works, and the others do not; who would choose destruction? -unknown Beware https://mindspring.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Ritz@21:1/5 to Dave "The Doctor" Yadallee on Mon Feb 13 13:16:19 2023
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Sunday, 12 February 2023 00:56 -0000,
    in article <ts9dfe$2mle$5@gallifrey.nk.ca>,
    <http://al.howardknight.net/?ID=167631501300>
    Dave "The Doctor" Yadallee <doctor@doctor.nl2k.ab.ca> wrote:

    In article <spam-faq.20230212000201$e956@news.killfile.org>,
    Tim Skirvin <tskirvin@killfile.org> wrote:

    Current Spam thresholds and guidelines.

    This article is intended to describe the current consensus spam
    thresholds and ensure that the definitions of these terms are
    available and consistent. It is believed that most, if not all,
    spam cancellers use these terms and definitions in their work;
    however, many other people use the terms inappropriately, which
    leads to confusion in discussions. This is an informal FAQ aimed
    at clarity and understanding, not anal-retentive correctness.

    Excessive Multi-Posting (EMP) has the same meaning as the term
    "spam" usually carries, but it is more accurate and
    self-explanatory. EMP means, essentially, "too many separate
    copies of a substantively identical article."

    "Substantively identical" means that the material in each article
    is sufficiently similar to construe the same message. The
    signature is included in the determination. These are examples of >substantively identical articles:

    - byte-for-byte identical messages
    - otherwise identical postings minimally customized for
    each group it appears in.
    - advertising the same service.
    - articles that consist solely of the same signature
    - articles which consist of inclusions of other user's
    postings, but are otherwise identical.

    [...]

    These cancels have nothing whatsoever to do with the contents of the >message. It doesn't matter if it's an advertisement, it doesn't matter if >it's abusive, it doesn't matter whether it's on-topic in the groups it was >posted in, it doesn't matter whether the posting is for a "good cause" or >not - spam is cancelled regardless, based on _how many times_ it was said >and not _what_ was said.

    [...]

    Any way to make this into a NNTP SW module?

    Your question appears to be misplaced, Dave. Wouldn't it be more
    appropriately directed to news.software.nntp? You appear to be
    familiar with the group and its purpose, as you post there with some
    frequency.

    Still, I am unsure why or how one might write a software module with
    respect to a periodically posted FAQ. What am I missing? What are
    you trying to accomplish? My clairvoyance quotient hovers near zero

    Meanwhile, thank you for acknowledging you have seen "Current Spam
    thresholds and guidelines," also known as the Spam FAQ, Dave.
    Unfortunately, your question suggests you are attempting to divert
    discussion, rather than addressing your own propensity to spam the
    living daylights out of the network you claim you want to protect from
    spam. I cannot see any reason to believe you have actually read this
    FAQ, let alone comprehended it.

    As you are apparently unwilling to respond to email, regarding this
    matter, news.admin.net-abuse.usenet may, at least, be the single most
    correct and appropriate Usenet newsgroup in which to carry one such a discussion.

    I counted eighty four (84) copies of one substantively identical
    article you posted, to rec.arts.drwho, in the first twelve hours of 17
    February 2023, UTC. When added to the over 1100 copies you posted in
    January, of this year, your Breidbart index is likely approaching, if
    not exceeding 1600 over the past forty five (45) days. This is and
    continues to be spam. As such, it is a network abuse issue
    pertaining to Usenet.

    Please stop spamming, Dave.

    Dave, you are offended when one refers to you by one of the nicknames
    you're picked up over the years, as addressing you as something less
    than a adult. The last time I publicly requested you cease your
    spamming activity, it was met with the following response:

    <news:tnirb7$k9h$20@gallifrey.nk.ca> http://al.howardknight.net/?ID=167631360700
    <quote>
    Davis Ritz is a pedophile. Only pedphiles calls adults binky!
    </quote>

    If it is your desire to be taken seriously, I would like to suggest
    you begin behaving as someone more mature, than a petulant five year
    old.

    P.S. Please stop playing netKKKop. Repeatedly reposting spam, with
    identical boiler plate added, is still spam. I find it highly
    offensive that n.a.n-a.usenet is among your dumping grounds. Kindly
    knock it off.

    - --
    David Ritz <dritz@mindspring.com>
    "We have met the enemy and he is us."
    -- Walt Kelly (1913-1973), in the voice of Pogo

    -----BEGIN PGP SIGNATURE-----

    iF0EARECAB0WIQSc0FU3XAVGYDjSGUhSvCmZGhLe6wUCY+qMgwAKCRBSvCmZGhLe 6xGhAKDPJ3L2Mu/5nTlxeHMeaIjosgzpJwCfUFZMqg8dsdSUnBkRB8g9+w+ko7M=
    =6NhL
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Doctor@21:1/5 to Tim Skirvin on Sun Mar 19 12:50:24 2023
    In article <spam-faq.20230319000201$9c0c@news.killfile.org>,
    Tim Skirvin <tskirvin@killfile.org> wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)
    Original-Author: clewis@ferret.ocunix.on.ca (Chris Lewis)

    Current Spam thresholds and guidelines.

    This article is intended to describe the current consensus spam thresholds >and ensure that the definitions of these terms are available and consistent. >It is believed that most, if not all, spam cancellers use these terms and >definitions in their work; however, many other people use the terms >inappropriately, which leads to confusion in discussions. This is an >informal FAQ aimed at clarity and understanding, not anal-retentive >correctness.

    Excessive Multi-Posting (EMP) has the same meaning as the term "spam"
    usually carries, but it is more accurate and self-explanatory. EMP means, >essentially, "too many separate copies of a substantively identical
    article."

    "Substantively identical" means that the material in each article is >sufficiently similar to construe the same message. The signature is
    included in the determination. These are examples of substantively
    identical articles:

    - byte-for-byte identical messages
    - otherwise identical postings minimally customized for
    each group it appears in.
    - advertising the same service.
    - articles that consist solely of the same signature
    - articles which consist of inclusions of other user's
    postings, but are otherwise identical.

    Cross-posting means that a single message appears in more than one group. >Most newsreaders allow you to specify more than one group in a posting.

    Excessive Crossposting (ECP) refers to where a "lot" of postings to more
    than one group each have been made.

    Some people think cross-posting is "bad". In and of itself, it's good >behaviour - it allows you to reach more groups with less impact on the net. >Especially if you set the Followup-to: header to one group. It is "bad"
    when it's done to attack newsgroups or provoke flamewars (like cross-posting >how to cook a cat between alt.tasteless and rec.pet.cats), but this is beyond >the scope of this FAQ.

    This author considers the term "spam" to mean excessive postings of
    EMP and/or ECP variety. That is, "spam", is a generic term for several >different things. The term was originally supposed to mean EMPs only, but >most people use "spam" to mean "any excessive posting".

    A spam, EMP, or ECP therefore refers to a posting that has been posted to >many places. There is a consensus that there is a point at which it is >abuse, and is subject to advisory cancellation.

    A formula has been invented by Seth Breidbart which attempts to
    quantify the degree of "badness" of a spam (whether EMP or ECP) as a
    single number. The Breidbart Index (BI) is defined as the sum of the
    square roots of n (n is the number of newsgroups each copy was posted
    to).

    Example: If two copies of a posting are made, one to 9 groups, and one
    to 16, the BI index is sqrt(9)+sqrt(16) = 3+4 = 7.

    The BI2 (Breidbart Index, version 2) is an experimental metric, which
    may eventually replace the BI. It is calculated by computing the sum
    of the square roots of n, plus the sum of n, and dividing by two. Eg:
    one posting to 9, and one to 16 is

    (sqrt(9) + sqrt(16) + 9 + 16) / 2
    ( 3 + 4 + 9 + 16 ) / 2 = 32 / 2 = 16

    The BI2 is more "aggressive" than the BI, intended to cut off the "higher >end". BI allows about 125 newsgroups maximum. BI2 allows a maximum of 35.

    A slightly less aggressive index is the SBI (Skirvin-Breidbart Index); it
    is calculated much the same as the BI2, but sums the number of groups in
    the Followup-to: header (if available), rather than the newsgroups. Eg:
    one posting to 9 groups, and one to 16 with followups set to 4 is

    (sqrt(9) + sqrt(16) + 9 + 4) / 2
    ( 3 + 4 + 9 + 4 ) / 2 = 20 / 2 = 10

    Except in nl.*, where the SBI is followed, the BI2 and SBI are not used to >determine whether a spam is cancellable.

    The thresholds for spam cancels are based _only_ on one or more of the >following measures:

    1) The BI is 20 or greater over a 45 day period.
    2) is a continuation of a previous EMP/ECP, within a 45 day
    sliding window. That is: if the articles posted within the
    past 45 days exceeds a BI threshold of 20, it gets removed,
    unless the originator has made a clear and obvious effort to
    cease spamming (which includes an undertaking to do so
    posted in news.admin.net-abuse.usenet). This includes "make
    money fast" schemes which passed the EMP/ECP thresholds
    several years ago. This author recommends one posting
    cross-posted to no more than 10 groups, no more often than
    once every two weeks (a BI of 3).

    A single posting cannot be cancellable - to reach a BI of 20, it would
    have to be cross-posted to 400 groups. This isn't possible due to >limitations in Usenet software.

    These thresholds nominally apply to all hierarchies - not just the Big-8
    and alt.*. Many hierarchies have more restrictive rules, which are decided >upon and enforced by their users and administrators; they may also opt out
    of the cancellations, at the discretion of the same users and admins.

    These cancels have nothing whatsoever to do with the contents of the
    message. It doesn't matter if it's an advertisement, it doesn't matter if >it's abusive, it doesn't matter whether it's on-topic in the groups it was >posted in, it doesn't matter whether the posting is for a "good cause" or
    not - spam is cancelled regardless, based on _how many times_ it was said
    and not _what_ was said.

    Administrators wishing to ignore spam cancels can "alias out" the site >"cyberspam", and the cancels will not affect your system. This is normally >done at your feed site, but patches are available for INN to allow you to >reject spam cancels on your own system. Ask in news.admin.net-abuse.usenet >if you need this patch.

    Further literature on posting etiquette and related information:

    The newsgroup news.announce.newusers
    <URL:news:news.announce.newusers>

    "What is Usenet", by Salzenberg, Spafford and Moraes ><URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part1>

    "What is Usenet? A second opinion.", by Vielmetti ><URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part2>

    "FAQ: Advertising on Usenet: How To Do It, How Not To Do It", by Furr ><URL:ftp://ftp.faqs.org/faqs/usenet/advertising/how-to/part1>

    "A Primer on How to Work With the Usenet Community", by Von Rospach, et al ><URL:ftp://ftp.faqs.org/faqs/usenet/primer/part1>

    "Rules for posting to Usenet", by Horton, Spafford & Moraes. ><URL:ftp://ftp.faqs.org/faqs/usenet/posting-rules/part1>

    "Emily Postnews Answers Your Questions on Netiquette", by Templeton et al ><URL:ftp://ftp.faqs.org/faqs/usenet/emily-postnews/part1>

    Numerous books and publications on Usenet, such as O'Reilly's "Stopping
    Spam" (Schwartz and Garfinkel), the "Whole Internet Guide and Catalog" >(Krol), "Usenet Handbook" (Harrison), etc.

    "Cancel Messages: Frequently Asked Questions", by Skirvin ><URL:http://wiki.killfile.org/projects/usenet/faqs/cancel/>

    RFC 1855 - Netiquette Guidelines
    <URL:http://rfc.net/rfc1855.html>

    The above FAQs are also mirrored at various sites, including as ftp.sunet.se, >mirror.aol.com, ftp.uu.net, ftp.uni-paderborn.de, nctuccca.edu.tw, >hwarang.postech.ac.kr, ftp.hk.super.net etc.

    A mailing list has been set up to assist those wishing to post commercial >advertisements on Usenet in a responsible fashion. Email your questions to >commerce@acpub.duke.edu.

    Any way we can get Groups.google.com to implement the above?
    --
    Member - Liberal International This is doctor@nk.ca Ici doctor@nk.ca
    Yahweh, King & country!Never Satan President Republic!Beware AntiChrist rising! Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b To quench our faith, we ought assume what God is going to do. -unknown Beware https://mindspring.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Doctor@21:1/5 to Tim Skirvin on Sun Mar 26 00:13:18 2023
    In article <spam-faq.20230326000201$a337@news.killfile.org>,
    Tim Skirvin <tskirvin@killfile.org> wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)
    Original-Author: clewis@ferret.ocunix.on.ca (Chris Lewis)

    Current Spam thresholds and guidelines.

    This article is intended to describe the current consensus spam thresholds >and ensure that the definitions of these terms are available and consistent. >It is believed that most, if not all, spam cancellers use these terms and >definitions in their work; however, many other people use the terms >inappropriately, which leads to confusion in discussions. This is an >informal FAQ aimed at clarity and understanding, not anal-retentive >correctness.

    Excessive Multi-Posting (EMP) has the same meaning as the term "spam"
    usually carries, but it is more accurate and self-explanatory. EMP means, >essentially, "too many separate copies of a substantively identical
    article."

    "Substantively identical" means that the material in each article is >sufficiently similar to construe the same message. The signature is
    included in the determination. These are examples of substantively
    identical articles:

    - byte-for-byte identical messages
    - otherwise identical postings minimally customized for
    each group it appears in.
    - advertising the same service.
    - articles that consist solely of the same signature
    - articles which consist of inclusions of other user's
    postings, but are otherwise identical.

    Cross-posting means that a single message appears in more than one group. >Most newsreaders allow you to specify more than one group in a posting.

    Excessive Crossposting (ECP) refers to where a "lot" of postings to more
    than one group each have been made.

    Some people think cross-posting is "bad". In and of itself, it's good >behaviour - it allows you to reach more groups with less impact on the net. >Especially if you set the Followup-to: header to one group. It is "bad"
    when it's done to attack newsgroups or provoke flamewars (like cross-posting >how to cook a cat between alt.tasteless and rec.pet.cats), but this is beyond >the scope of this FAQ.

    This author considers the term "spam" to mean excessive postings of
    EMP and/or ECP variety. That is, "spam", is a generic term for several >different things. The term was originally supposed to mean EMPs only, but >most people use "spam" to mean "any excessive posting".

    A spam, EMP, or ECP therefore refers to a posting that has been posted to >many places. There is a consensus that there is a point at which it is >abuse, and is subject to advisory cancellation.

    A formula has been invented by Seth Breidbart which attempts to
    quantify the degree of "badness" of a spam (whether EMP or ECP) as a
    single number. The Breidbart Index (BI) is defined as the sum of the
    square roots of n (n is the number of newsgroups each copy was posted
    to).

    Example: If two copies of a posting are made, one to 9 groups, and one
    to 16, the BI index is sqrt(9)+sqrt(16) = 3+4 = 7.

    The BI2 (Breidbart Index, version 2) is an experimental metric, which
    may eventually replace the BI. It is calculated by computing the sum
    of the square roots of n, plus the sum of n, and dividing by two. Eg:
    one posting to 9, and one to 16 is

    (sqrt(9) + sqrt(16) + 9 + 16) / 2
    ( 3 + 4 + 9 + 16 ) / 2 = 32 / 2 = 16

    The BI2 is more "aggressive" than the BI, intended to cut off the "higher >end". BI allows about 125 newsgroups maximum. BI2 allows a maximum of 35.

    A slightly less aggressive index is the SBI (Skirvin-Breidbart Index); it
    is calculated much the same as the BI2, but sums the number of groups in
    the Followup-to: header (if available), rather than the newsgroups. Eg:
    one posting to 9 groups, and one to 16 with followups set to 4 is

    (sqrt(9) + sqrt(16) + 9 + 4) / 2
    ( 3 + 4 + 9 + 4 ) / 2 = 20 / 2 = 10

    Except in nl.*, where the SBI is followed, the BI2 and SBI are not used to >determine whether a spam is cancellable.

    The thresholds for spam cancels are based _only_ on one or more of the >following measures:

    1) The BI is 20 or greater over a 45 day period.
    2) is a continuation of a previous EMP/ECP, within a 45 day
    sliding window. That is: if the articles posted within the
    past 45 days exceeds a BI threshold of 20, it gets removed,
    unless the originator has made a clear and obvious effort to
    cease spamming (which includes an undertaking to do so
    posted in news.admin.net-abuse.usenet). This includes "make
    money fast" schemes which passed the EMP/ECP thresholds
    several years ago. This author recommends one posting
    cross-posted to no more than 10 groups, no more often than
    once every two weeks (a BI of 3).

    A single posting cannot be cancellable - to reach a BI of 20, it would
    have to be cross-posted to 400 groups. This isn't possible due to >limitations in Usenet software.

    These thresholds nominally apply to all hierarchies - not just the Big-8
    and alt.*. Many hierarchies have more restrictive rules, which are decided >upon and enforced by their users and administrators; they may also opt out
    of the cancellations, at the discretion of the same users and admins.

    These cancels have nothing whatsoever to do with the contents of the
    message. It doesn't matter if it's an advertisement, it doesn't matter if >it's abusive, it doesn't matter whether it's on-topic in the groups it was >posted in, it doesn't matter whether the posting is for a "good cause" or
    not - spam is cancelled regardless, based on _how many times_ it was said
    and not _what_ was said.

    Administrators wishing to ignore spam cancels can "alias out" the site >"cyberspam", and the cancels will not affect your system. This is normally >done at your feed site, but patches are available for INN to allow you to >reject spam cancels on your own system. Ask in news.admin.net-abuse.usenet >if you need this patch.

    Further literature on posting etiquette and related information:

    The newsgroup news.announce.newusers
    <URL:news:news.announce.newusers>

    "What is Usenet", by Salzenberg, Spafford and Moraes ><URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part1>

    "What is Usenet? A second opinion.", by Vielmetti ><URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part2>

    "FAQ: Advertising on Usenet: How To Do It, How Not To Do It", by Furr ><URL:ftp://ftp.faqs.org/faqs/usenet/advertising/how-to/part1>

    "A Primer on How to Work With the Usenet Community", by Von Rospach, et al ><URL:ftp://ftp.faqs.org/faqs/usenet/primer/part1>

    "Rules for posting to Usenet", by Horton, Spafford & Moraes. ><URL:ftp://ftp.faqs.org/faqs/usenet/posting-rules/part1>

    "Emily Postnews Answers Your Questions on Netiquette", by Templeton et al ><URL:ftp://ftp.faqs.org/faqs/usenet/emily-postnews/part1>

    Numerous books and publications on Usenet, such as O'Reilly's "Stopping
    Spam" (Schwartz and Garfinkel), the "Whole Internet Guide and Catalog" >(Krol), "Usenet Handbook" (Harrison), etc.

    "Cancel Messages: Frequently Asked Questions", by Skirvin ><URL:http://wiki.killfile.org/projects/usenet/faqs/cancel/>

    RFC 1855 - Netiquette Guidelines
    <URL:http://rfc.net/rfc1855.html>

    The above FAQs are also mirrored at various sites, including as ftp.sunet.se, >mirror.aol.com, ftp.uu.net, ftp.uni-paderborn.de, nctuccca.edu.tw, >hwarang.postech.ac.kr, ftp.hk.super.net etc.

    A mailing list has been set up to assist those wishing to post commercial >advertisements on Usenet in a responsible fashion. Email your questions to >commerce@acpub.duke.edu.

    anything Google can use to get rid of its spamtrollers?
    --
    Member - Liberal International This is doctor@nk.ca Ici doctor@nk.ca
    Yahweh, King & country!Never Satan President Republic!Beware AntiChrist rising! Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b As size grows, mobility goes. -unknown Beware https://mindspring.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Ritz@21:1/5 to Dave "The Doctor" Yadallee on Sun Mar 26 14:03:49 2023
    XPost: rec.arts.drwho

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    [ x-posted to rec.arts.drwho ]
    [ followup set to news.admin.net-abuse.usenet ]

    On Sunday, 26 March 2023 00:13 -0000,
    in article <tvo2mu$i2o$34@gallifrey.nk.ca>,
    Dave "The Doctor" Yadallee <doctor@doctor.nl2k.ab.ca> wrote:

    In article <spam-faq.20230326000201$a337@news.killfile.org>,
    Tim Skirvin <tskirvin@killfile.org> wrote:

    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)
    Original-Author: clewis@ferret.ocunix.on.ca (Chris Lewis)

    Current Spam thresholds and guidelines.

    [ snip weekly posting of the spam FAQ ]

    anything Google can use to get rid of its spamtrollers?

    Spamtrollers exist only in your mind, spammer. Spammers post the same
    thing again and again, ie. EMP. Trolls look for a response: good, bad
    or indifferent. You, Dave Yadallee, are the fish that seems incapable
    of learning there is a hook hidden in the bait being trailed, in the
    waters of you native habitat.

    Trolling is what your buddy Tim does quite successfully, in
    rec.arts.drwho, as each of his posts provokes a followup from you.
    Tim's posts cannot be construed as spam, as each is unique and
    individually crafted. They may be obnoxious and they are definitely
    off-topic, but it is not spam and it is not network abuse. (Tim also demonstrates a touch of originality and humor, both of which would
    serve you well.)

    Spamming is what you do, Dave, as your responses are copy and paste boilerplate, which you post by the thousands. This is Excessive
    Multi-Posting, as described in the spam FAQ:

    http://wiki.killfile.org/projects/usenet/faqs/spam/

    While you post followups to this FAQ, there is little evidence that
    you have read, let alone understood it.

    So far as your whining about Google Groups, what you are doing is not
    going to make any difference. All you have demonstrated is that you
    are abscessed and act by compulsion, while completely ignoring any
    semblance of reality or normalcy. In the hundreds of thousands of
    time you posted your demand, you have made exactly no progress toward
    depeering Google Groups, while you, yourself, post links to your
    Google Groups searches for your own spammed phrase.

    You are never going to depeer Google Groups, no matter how many times
    you post this inane demand.

    Rather than trashing the newsgroups to which you post, have you
    considered rendering your complaints to Google?

    $ whois -h whois.abuse.net googlegroups.com
    abuse@googlegroups.com (for googlegroups.com)
    abuse@google.com (for googlegroups.com)

    Your best hope is to annoy Google sufficiently, that they block access
    to whatever group you think you're trying to protect. This is why one
    cannot access news.admin.net-abuse.email, using the lame G2 http2nntp (web2news) interface. It sure beats the hell out of simply
    compounding the non-net-abuse issue of off-topic postings, by
    spamming. Spamming Usenet is a network abuse issue.

    Please stop spamming.

    - --
    David Ritz <dritz@mindspring.com>
    "Pray look better, Sir . . . those things yonder are no giants, but
    windmills." - Miguel de Cervantes (1547-1616)

    -----BEGIN PGP SIGNATURE-----

    iF0EARECAB0WIQSc0FU3XAVGYDjSGUhSvCmZGhLe6wUCZCCXFQAKCRBSvCmZGhLe 6w3LAJ4ogGleqzdG3UNUYjOalkjvIvOX7gCg6sWaYdzp/metuUzWLlqUUwdTlR8=
    =n9uK
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Idlehands@21:1/5 to David Ritz on Sun Mar 26 13:44:34 2023
    On 2023-03-26 1:03 p.m., David Ritz wrote:
    [ x-posted to rec.arts.drwho ]
    [ followup set to news.admin.net-abuse.usenet ]

    On Sunday, 26 March 2023 00:13 -0000,
    in article <tvo2mu$i2o$34@gallifrey.nk.ca>,
    Dave "The Doctor" Yadallee <doctor@doctor.nl2k.ab.ca> wrote:

    In article <spam-faq.20230326000201$a337@news.killfile.org>,
    Tim Skirvin <tskirvin@killfile.org> wrote:

    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)
    Original-Author: clewis@ferret.ocunix.on.ca (Chris Lewis)

    Current Spam thresholds and guidelines.

    [ snip weekly posting of the spam FAQ ]

    anything Google can use to get rid of its spamtrollers?

    Spamtrollers exist only in your mind, spammer. Spammers post the same
    thing again and again, ie. EMP. Trolls look for a response: good, bad
    or indifferent. You, Dave Yadallee, are the fish that seems incapable
    of learning there is a hook hidden in the bait being trailed, in the
    waters of you native habitat.

    Trolling is what your buddy Tim does quite successfully, in
    rec.arts.drwho, as each of his posts provokes a followup from you.
    Tim's posts cannot be construed as spam, as each is unique and
    individually crafted. They may be obnoxious and they are definitely off-topic, but it is not spam and it is not network abuse. (Tim also demonstrates a touch of originality and humor, both of which would
    serve you well.)

    Spamming is what you do, Dave, as your responses are copy and paste boilerplate, which you post by the thousands. This is Excessive Multi-Posting, as described in the spam FAQ:

    http://wiki.killfile.org/projects/usenet/faqs/spam/

    While you post followups to this FAQ, there is little evidence that
    you have read, let alone understood it.

    So far as your whining about Google Groups, what you are doing is not
    going to make any difference. All you have demonstrated is that you
    are abscessed and act by compulsion, while completely ignoring any
    semblance of reality or normalcy. In the hundreds of thousands of
    time you posted your demand, you have made exactly no progress toward depeering Google Groups, while you, yourself, post links to your
    Google Groups searches for your own spammed phrase.

    You are never going to depeer Google Groups, no matter how many times
    you post this inane demand.

    Rather than trashing the newsgroups to which you post, have you
    considered rendering your complaints to Google?

    $ whois -h whois.abuse.net googlegroups.com
    abuse@googlegroups.com (for googlegroups.com)
    abuse@google.com (for googlegroups.com)

    Your best hope is to annoy Google sufficiently, that they block access
    to whatever group you think you're trying to protect. This is why one
    cannot access news.admin.net-abuse.email, using the lame G2 http2nntp (web2news) interface. It sure beats the hell out of simply
    compounding the non-net-abuse issue of off-topic postings, by
    spamming. Spamming Usenet is a network abuse issue.

    Please stop spamming.


    +1

    --
    "You can safely assume you've created God in your own image when it
    turns out God hates all the same people you do." -Anne Lamott

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tom Furie@21:1/5 to David Ritz on Sun Mar 26 20:58:20 2023
    On 2023-03-26, David Ritz <dritz@mindspring.com> wrote:

    Please stop spamming.

    The thing that's extra frustrating is that Dave operates his own news
    server. He has full control over whether he sees any of the spam that he
    so enjoys redistributing. He screams about "Depeer Google Now!", but
    won't even take the step of locking his door to it.

    Cheers,
    Tom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to Tom Furie on Sun Mar 26 15:54:26 2023
    On 3/26/23 2:58 PM, Tom Furie wrote:
    The thing that's extra frustrating is that Dave operates his own news
    server. He has full control over whether he sees any of the spam that
    he so enjoys redistributing. He screams about "Depeer Google Now!",
    but won't even take the step of locking his door to it.

    It's almost as if he /wants/ to spread the spam.

    I don't know if it's an agenda to highlight problems with Google or if
    it's something else.

    But his behaviors demonstrate time and time again that he is willingly
    and wantonly /re/distributing the spam.

    I'm about to filter him on my personal news server. -- I'm now paying attention to see the ratio of ham vs spam that he /re/distributes
    (seemingly wantonly). If he's not providing more ham than he is spam,
    he's going to be filtered.



    --
    Grant. . . .
    unix || die

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Ritz@21:1/5 to Tom Furie on Sun Mar 26 20:18:09 2023
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Sunday, 26 March 2023 20:58 -0000,
    in article <tvqblc$h1d$1@freeq.furie.org.uk>,
    Tom Furie <tom@furie.org.uk> wrote:

    On 2023-03-26, David Ritz <dritz@mindspring.com> wrote:

    Please stop spamming.

    The thing that's extra frustrating is that Dave operates his own
    news server. He has full control over whether he sees any of the
    spam that he so enjoys redistributing. He screams about "Depeer
    Google Now!", but won't even take the step of locking his door to
    it.

    A day or two ago, I noticed that the bulk of Dave Yadallee's spam was
    no longer appearing on news.panix.com. It appears their cleanfeed
    instance has begun dropping the bulk of Dave's spam. Today, I see
    this:

    news.eternal-september.org: 151 messages rec.arts.drwho from doctor@doctor.nl2k.ab.ca
    news.mixmin.net: 151 messages rec.arts.drwho from doctor@doctor.nl2k.ab.ca
    news.panix.com: 25 messages rec.arts.drwho from doctor@doctor.nl2k.ab.ca

    Yesterday, I notified Mr. Yadallee that this was happening:

    $ telnet news nntp
    Trying 166.84.1.70...
    Connected to news.lb.panix.com.
    Escape character is '^]'.
    200 reader2.panix.com InterNetNews NNRP server INN 2.6.4 ready (posting ok) >>> STAT <tvlocm$met$34@gallifrey.nk.ca>
    STAT <tvlocq$met$35@gallifrey.nk.ca>
    STAT <tvlocu$met$36@gallifrey.nk.ca>
    STAT <tvlod3$met$37@gallifrey.nk.ca>
    STAT <tvlod8$met$38@gallifrey.nk.ca>
    STAT <tvlodd$met$39@gallifrey.nk.ca>
    STAT <tvlodl$met$40@gallifrey.nk.ca>
    STAT <tvlods$met$41@gallifrey.nk.ca>
    STAT <tvloe1$met$42@gallifrey.nk.ca>
    STAT <tvloe9$met$43@gallifrey.nk.ca>
    STAT <tvloeg$met$44@gallifrey.nk.ca>
    STAT <tvloem$met$45@gallifrey.nk.ca>
    STAT <tvmsi9$2hnj$1@gallifrey.nk.ca>
    STAT <tvmsv7$2kr5$1@gallifrey.nk.ca>
    STAT <tvmuh7$8it$9@gallifrey.nk.ca>
    STAT <tvmuis$8it$16@gallifrey.nk.ca>
    STAT <tvmulf$8it$24@gallifrey.nk.ca>
    STAT <tvmulj$8it$25@gallifrey.nk.ca>
    STAT <tvmulv$8it$26@gallifrey.nk.ca>
    STAT <tvmuml$8it$27@gallifrey.nk.ca>
    STAT <tvmuqj$8it$28@gallifrey.nk.ca>
    STAT <tvmutj$8it$29@gallifrey.nk.ca>
    STAT <tvmuuv$8it$30@gallifrey.nk.ca>
    STAT <tvmv2v$8it$31@gallifrey.nk.ca>
    STAT <tvmv36$8it$32@gallifrey.nk.ca>
    STAT <tvmv46$8it$33@gallifrey.nk.ca>
    430 No such article@gallifrey.nk.ca>
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    223 0 <tvmsi9$2hnj$1@gallifrey.nk.ca> status
    223 0 <tvmsv7$2kr5$1@gallifrey.nk.ca> status
    223 0 <tvmuh7$8it$9@gallifrey.nk.ca> status
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    ifrey.nk.ca>
    STAT <tvmv57$8it$36@gallifrey.nk.ca>
    STAT <tvmv5b$8it$37@gallifrey.nk.ca>
    STAT <tvmv5f$8it$38@gallifrey.nk.ca>
    STAT <tvmv5k$8it$39@gallifrey.nk.ca>
    STAT <tvmv5r$8it$40@gallifrey.nk.ca>
    STAT <tvmv5v$8it$41@gallifrey.nk.ca>
    STAT <tvmv7g$8it$43@gallifrey.nk.ca>
    STAT <tvmv8r$8it$44@gallifrey.nk.ca>
    STAT <tvmva6$8it$45@gallifrey.nk.ca>
    STAT <tvmvaj$8it$46@gallifrey.nk.ca>
    STAT <tvmvb5$8it$47@gallifrey.nk.ca>
    STAT <tvmvc4$8it$48@gallifrey.nk.ca>
    STAT <tvmvcd$8it$49@gallifrey.nk.ca>
    STAT <tvmvfm$8it$64@gallifrey.nk.ca>
    STAT <tvn03q$fbu$1@gallifrey.nk.ca>
    STAT <tvn04c$fbu$2@gallifrey.nk.ca>
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    430 No such article
    QUIT
    205 Bye!
    Connection closed by foreign host.

    This indicates that only three, out of a group of forty two articles,
    were written to the news.panix.com spool.

    I've tried contacting Mr. Yadallee privately, via email and phone,
    without success. Unfortunately, this limits pathways for remedy. I
    truly wish this were not the case.

    - --
    David Ritz <dritz@mindspring.com>
    "(The Internet is) the largest equivalence class in the reflexive
    transitive symmetric closure of the relationship `can be reached by
    an IP packet form'." - Seth Breidbart

    -----BEGIN PGP SIGNATURE-----

    iF0EARECAB0WIQSc0FU3XAVGYDjSGUhSvCmZGhLe6wUCZCDu0QAKCRBSvCmZGhLe 62BvAJsEUQj5Pg5eg6x5BqK9fVEgVQXW/gCgzgvOHOmcIDBFvascgqHywPctey8=
    =TNzA
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Grant Taylor@21:1/5 to David Ritz on Sun Mar 26 20:23:06 2023
    On 3/26/23 7:18 PM, David Ritz wrote:
    I truly wish this were not the case.

    I wish Dave would not quote the spam he's reporting.

    He and I have discussed that message headers are sufficient.

    We've also discussed that re-posting the body is tantamount to sending
    the spam himself.



    --
    Grant. . . .
    unix || die

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Ritz@21:1/5 to Grant Taylor on Sun Mar 26 22:28:06 2023
    On Sunday, 26 March 2023 20:23 -0600,
    in article <tvqumr$ink$1@tncsrv09.home.tnetconsulting.net>,
    Grant Taylor <gtaylor@tnetconsulting.net> wrote:

    On 3/26/23 7:18 PM, David Ritz wrote:

    I truly wish this were not the case.

    I wish Dave would not quote the spam he's reporting.

    That is a relatively minor case. Within the past week, he sometimes
    trims the spam, when reposting headers and his nonsense spammed boiler
    plate, at least when posting to news.admin.net-abuse.usenet.
    Elsewhere it's more of the same. I strongly recommend paying a visit
    to Dave's home newsgroup, rec.arts.drwho, in order to get a handle on
    the scope of his spamming.

    Spamming in an attempt at being a netKKKop is rather telling. This
    includes his attempts at dissuading new users, whom Mr. Yadallee
    immediately identifies as 'spamtrolls'. In Mr. Yadallee's twisted
    perception, a new user simply posting, "Hello," by way of
    introduction, is labeled a "spamtroll," as though that were a
    meaningful appellation. Most disappear, as apparently being shown
    their headers is a scary experience for the uninitiated..

    He and I have discussed that message headers are sufficient.

    Posting full headers may be appropriate were a complaint being lodged.
    Posting them anywhere other than the defunct
    news.admin.net-abuse.sightings is simply off-topic crud. It's not as
    though he is providing an in depth analysis of the headers.

    We've also discussed that re-posting the body is tantamount to
    sending the spam himself.

    I have asked, more than once, how much are the spammers paying him to
    repost their spam. Where using a killfile to eliminate any article
    with a Google Message-ID make this GG spam pretty easy to avoid,
    Dave's reposted spam is far more difficult, unless one also drop M-IDs
    showing gallifrey.nk.ca in the bozo bin, as well. (A killfile based
    on the appearance of groups.google.com or googlegroups.com in the
    References headers may also help, by eliminating those, like Mr.
    Yadallee, who post followups to posts from mouth-breathing,
    knuckle-dragging Google Groups lusers.)

    P.S. Dave's <NetKnow@gmail.com> account is still live and presumably
    active. So much for boycotting this service.

    --
    David Ritz <dritz@mindspring.com>
    "He says NO! in thunder; but the Devil himself cannot make him say yes."
    - Herman Melville (1819-91)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Daniel65@21:1/5 to David Ritz on Mon Mar 27 22:33:23 2023
    David Ritz wrote on 27/3/23 6:03 am:
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    [ x-posted to rec.arts.drwho ]
    [ followup set to news.admin.net-abuse.usenet ]

    On Sunday, 26 March 2023 00:13 -0000,
    in article <tvo2mu$i2o$34@gallifrey.nk.ca>,
    Dave "The Doctor" Yadallee <doctor@doctor.nl2k.ab.ca> wrote:

    In article <spam-faq.20230326000201$a337@news.killfile.org>,
    Tim Skirvin <tskirvin@killfile.org> wrote:

    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)
    Original-Author: clewis@ferret.ocunix.on.ca (Chris Lewis)

    Current Spam thresholds and guidelines.

    [ snip weekly posting of the spam FAQ ]

    anything Google can use to get rid of its spamtrollers?

    Spamtrollers exist only in your mind, spammer. Spammers post the same
    thing again and again, ie. EMP. Trolls look for a response: good, bad
    or indifferent. You, Dave Yadallee, are the fish that seems incapable
    of learning there is a hook hidden in the bait being trailed, in the
    waters of you native habitat.

    Trolling is what your buddy Tim does quite successfully, in
    rec.arts.drwho, as each of his posts provokes a followup from you.
    Tim's posts cannot be construed as spam, as each is unique and
    individually crafted. They may be obnoxious and they are definitely off-topic, but it is not spam and it is not network abuse. (Tim also demonstrates a touch of originality and humor, both of which would
    serve you well.)

    Spamming is what you do, Dave, as your responses are copy and paste boilerplate, which you post by the thousands. This is Excessive Multi-Posting, as described in the spam FAQ:

    http://wiki.killfile.org/projects/usenet/faqs/spam/

    While you post followups to this FAQ, there is little evidence that
    you have read, let alone understood it.

    So far as your whining about Google Groups, what you are doing is not
    going to make any difference. All you have demonstrated is that you
    are abscessed and act by compulsion, while completely ignoring any
    semblance of reality or normalcy. In the hundreds of thousands of
    time you posted your demand, you have made exactly no progress toward depeering Google Groups, while you, yourself, post links to your
    Google Groups searches for your own spammed phrase.

    You are never going to depeer Google Groups, no matter how many times
    you post this inane demand.

    Rather than trashing the newsgroups to which you post, have you
    considered rendering your complaints to Google?

    $ whois -h whois.abuse.net googlegroups.com
    abuse@googlegroups.com (for googlegroups.com)
    abuse@google.com (for googlegroups.com)

    Your best hope is to annoy Google sufficiently, that they block access
    to whatever group you think you're trying to protect. This is why one
    cannot access news.admin.net-abuse.email, using the lame G2 http2nntp (web2news) interface. It sure beats the hell out of simply
    compounding the non-net-abuse issue of off-topic postings, by
    spamming. Spamming Usenet is a network abuse issue.

    Please stop spamming.

    - --
    David Ritz <dritz@mindspring.com>
    "Pray look better, Sir . . . those things yonder are no giants, but
    windmills." - Miguel de Cervantes (1547-1616)

    -----BEGIN PGP SIGNATURE-----

    iF0EARECAB0WIQSc0FU3XAVGYDjSGUhSvCmZGhLe6wUCZCCXFQAKCRBSvCmZGhLe 6w3LAJ4ogGleqzdG3UNUYjOalkjvIvOX7gCg6sWaYdzp/metuUzWLlqUUwdTlR8=
    =n9uK
    -----END PGP SIGNATURE-----

    Hear!! Hear!
    --
    Daniel

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Doctor@21:1/5 to daniel47@nomail.afraid.org on Mon Mar 27 15:48:20 2023
    In article <tvruu3$36rmn$1@dont-email.me>,
    Daniel65 <daniel47@nomail.afraid.org> wrote:
    David Ritz wrote on 27/3/23 6:03 am:
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    [ x-posted to rec.arts.drwho ]
    [ followup set to news.admin.net-abuse.usenet ]

    On Sunday, 26 March 2023 00:13 -0000,
    in article <tvo2mu$i2o$34@gallifrey.nk.ca>,
    Dave "The Doctor" Yadallee <doctor@doctor.nl2k.ab.ca> wrote:

    In article <spam-faq.20230326000201$a337@news.killfile.org>,
    Tim Skirvin <tskirvin@killfile.org> wrote:

    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)
    Original-Author: clewis@ferret.ocunix.on.ca (Chris Lewis)

    Current Spam thresholds and guidelines.

    [ snip weekly posting of the spam FAQ ]

    anything Google can use to get rid of its spamtrollers?

    Spamtrollers exist only in your mind, spammer. Spammers post the same
    thing again and again, ie. EMP. Trolls look for a response: good, bad
    or indifferent. You, Dave Yadallee, are the fish that seems incapable
    of learning there is a hook hidden in the bait being trailed, in the
    waters of you native habitat.

    Trolling is what your buddy Tim does quite successfully, in
    rec.arts.drwho, as each of his posts provokes a followup from you.
    Tim's posts cannot be construed as spam, as each is unique and
    individually crafted. They may be obnoxious and they are definitely
    off-topic, but it is not spam and it is not network abuse. (Tim also
    demonstrates a touch of originality and humor, both of which would
    serve you well.)

    Spamming is what you do, Dave, as your responses are copy and paste
    boilerplate, which you post by the thousands. This is Excessive
    Multi-Posting, as described in the spam FAQ:

    http://wiki.killfile.org/projects/usenet/faqs/spam/

    While you post followups to this FAQ, there is little evidence that
    you have read, let alone understood it.

    So far as your whining about Google Groups, what you are doing is not
    going to make any difference. All you have demonstrated is that you
    are abscessed and act by compulsion, while completely ignoring any
    semblance of reality or normalcy. In the hundreds of thousands of
    time you posted your demand, you have made exactly no progress toward
    depeering Google Groups, while you, yourself, post links to your
    Google Groups searches for your own spammed phrase.

    You are never going to depeer Google Groups, no matter how many times
    you post this inane demand.

    Rather than trashing the newsgroups to which you post, have you
    considered rendering your complaints to Google?

    $ whois -h whois.abuse.net googlegroups.com
    abuse@googlegroups.com (for googlegroups.com)
    abuse@google.com (for googlegroups.com)

    Your best hope is to annoy Google sufficiently, that they block access
    to whatever group you think you're trying to protect. This is why one
    cannot access news.admin.net-abuse.email, using the lame G2 http2nntp
    (web2news) interface. It sure beats the hell out of simply
    compounding the non-net-abuse issue of off-topic postings, by
    spamming. Spamming Usenet is a network abuse issue.

    Please stop spamming.

    - --
    David Ritz <dritz@mindspring.com>
    "Pray look better, Sir . . . those things yonder are no giants, but
    windmills." - Miguel de Cervantes (1547-1616)

    -----BEGIN PGP SIGNATURE-----

    iF0EARECAB0WIQSc0FU3XAVGYDjSGUhSvCmZGhLe6wUCZCCXFQAKCRBSvCmZGhLe
    6w3LAJ4ogGleqzdG3UNUYjOalkjvIvOX7gCg6sWaYdzp/metuUzWLlqUUwdTlR8=
    =n9uK
    -----END PGP SIGNATURE-----

    Hear!! Hear!
    --
    Daniel

    Then will you report Tim for Spamming Daniel?
    --
    Member - Liberal International This is doctor@nk.ca Ici doctor@nk.ca
    Yahweh, King & country!Never Satan President Republic!Beware AntiChrist rising! Look at Psalms 14 and 53 on Atheism https://www.empire.kred/ROOTNK?t=94a1f39b There is a doctrine, whereby 'living by the Bible' makes them as bad as Satan himself. -unknown Beware https://mindspring.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Ritz@21:1/5 to The Doctor on Mon Mar 27 21:33:24 2023
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Monday, 27 March 2023 15:48 -0000,
    in article <tvsds4$q22$45@gallifrey.nk.ca>,
    The Doctor <doctor@doctor.nl2k.ab.ca> wrote:

    Then will you report Tim for Spamming Daniel?

    Again, Tim is not spamming Daniel nor anyonoe else, AFAICT. To whom
    would you want Daniel to report? What do you want reported?

    When you, Dave, are compusively posting boiler plate followups, do you
    believe you are reporting something?

    Please stop spamming.

    - --
    David Ritz <dritz@mindspring.com>
    "This isn't a win/lose kind of thing. If there's a UDP, we all lose.
    If the abuse stops, we all win." - Jeremy Nixon


    -----BEGIN PGP SIGNATURE-----

    iF0EARECAB0WIQSc0FU3XAVGYDjSGUhSvCmZGhLe6wUCZCJR9AAKCRBSvCmZGhLe 61F7AKCpckxHbnRxNTNY1CIAlaxsztvF+gCg+Yi8TYq3Xg31et6uMPjzwCaJuqU=
    =hJV5
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Kettlewell@21:1/5 to Grant Taylor on Tue Apr 4 08:42:56 2023
    Grant Taylor <gtaylor@tnetconsulting.net> writes:
    I'm about to filter him on my personal news server. -- I'm now
    paying attention to see the ratio of ham vs spam that he
    /re/distributes (seemingly wantonly). If he's not providing more ham
    than he is spam, he's going to be filtered.

    I’ve done the same. I noticed a while ago that he was consistently
    posting more articles than anyone else in my spool, but hadn’t looked
    into what they were until now.

    --
    https://www.greenend.org.uk/rjk/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Ritz@21:1/5 to Richard Kettlewell on Wed Apr 5 15:00:50 2023
    On Tuesday, 04 April 2023 03:42 -0000,
    in article <wwv355gf5z3.fsf@LkoBDZeT.terraraq.uk>,
    Richard Kettlewell <invalid@invalid.invalid> wrote:

    Grant Taylor <gtaylor@tnetconsulting.net> writes:

    I'm about to filter him on my personal news server. -- I'm now
    paying attention to see the ratio of ham vs spam that he
    /re/distributes (seemingly wantonly). If he's not providing more
    ham than he is spam, he's going to be filtered.

    I've done the same. I noticed a while ago that he was consistently
    posting more articles than anyone else in my spool, but hadn't
    looked into what they were until now.

    After pointing out that cleanfeed installations were dropping Mr.
    Yadallee's spam, he has begun playing what I refer to as, "Stupid
    Spammer Games," in order to avoid tripping hash detectors. Of course,
    doing so does not make his obsessive whining any less Excessive
    Multi-Posting (Usenet spam).

    As of yesterday, Mr. Yadallee has begun including me in his spam,
    rather than 1) following my recommendations regarding dealing with
    Google Groups and 2) ceasing his infantile behavio(u)r.

    % grep -iE ^\[a-z\].\*David\ Ritz mail/yads.txt | count | grep -i spamtroll
    2 More spamtroll endorsed by David Ritz and Idlehands posted by Tim Bruening!
    1 Your friends David Ritz and Idlehands must love you spamtrolling around here!
    1 Yet more David Ritz/Idlehands sanctioned spamtroll by Tim Bruening.
    1 Tim Bruening spamtroll supported by Idlehands and David Ritz.
    1 Tim Bruening spamtroll get bellsings from David Ritz and Idlehands!
    1 Tim Bruening spamtroll cheered on by David Ritz and Idlehands!
    1 Tim Bruening spamtroll apprvoed by IDlehands and David Ritz.
    1 Tim Bruening spamtroll approved by Idlehands and David Ritz.
    1 Tim Bruening Spamtroll blessed by Idlehands and David Ritz.
    1 This tim Bruening spamtroll was endorsed by Idlehands and David Ritz!
    1 This Tim Bruening Spamtroll was approved by Idlehadns and David Ritz!
    1 Still getting approval to spamtroll rec.arts.drwho from David Ritz?
    1 Spamtroll by Tim Bruening encouraged by David Ritz and Idlehands!
    1 Spamtroll apprvoed by David Ritz/Idlehands posted by Tim Bruening!
    1 Sanctioned Idlehands/David Ritz spamtroll by Tim Bruening !
    1 More tim Bruening spamtroll encouraged by Idlehdns and David Ritz.
    1 More endorsed spamtroll by Idlehands and David Ritz?
    1 More endorsed spamtroll by Idlehadns and David Ritz tim Bruenng?
    1 More approved spamtroll by Idlehadns and David Ritz I see.
    1 More approved Timwit Bruening spamtroll by Idlehadns and David Ritz.
    1 More Tim Bruening spamtroll apprvoed by David Ritz and Idlehands.
    1 More Idlehands/David Ritz appoved spamtroll!
    1 MOre spamtroll by Tim Bruening apporved by David Ritz and Idlehands!
    1 MOre Idlehands/David Ritz approved spamtroll by Tim Bruening!
    1 MOre Idlehands/David Ritz approved Tim Bruening spamtroll.
    1 MOre IDlehands/David Ritz sanctioned spamtroll by Tim Bruening!
    1 MORe spamtroll blessed by IDleahdns and David Ritz
    1 Idlehands and David Ritz endorsed Tim Bruening spamtroll!
    1 Idlehands and David Ritz approves of this Tim Bruening spamtroll!
    1 Idlehands and David Ritz approves of this Tim Bruening spamtroll!
    1 Idlehands and David Ritz approved tim Bruening Spamtroll!
    1 Approved David Ritz/Idlehands Tim Bruening spamtroll!

    So, with just a couple of incoherent posting sessions, Mr. Yadallee
    has conveyed the same meaning, in more than thirty posts to RADW, in
    just about twenty four hours. As BI=31/1 > 20/45 per, this, too,
    exceeds the spam threshold described in the spam FAQ:

    http://wiki.killfile.org/projects/usenet/faqs/spam/

    As Mr. Yadallee continues to be unwilling or unable to reply to the
    facts, as presented, it may be time for broader action. I would
    greatly prefer that he would respond via email, in this thread, or
    through his actions, to address the ongoing network abuse incidents
    associated with this apparently rogue ISP: Netline 2000/NetKnow.

    Path: ..!news.nk.ca!.POSTED.doctor.nl2k.ab.ca!not-for-mail

    $ whois -h whois.arin.net 204.209.81.3

    NetRange: 204.209.81.0 - 204.209.81.255
    CIDR: 204.209.81.0/24
    NetName: NL2K-AB-CA
    NetHandle: NET-204-209-81-0-1
    Parent: NET204 (NET-204-0-0-0-0)
    NetType: Direct Allocation
    OriginAS:
    Organization: Netline 2000 (NETLIN-13)
    RegDate: 1994-12-11
    Updated: 2021-12-14
    Ref: https://rdap.arin.net/registry/ip/204.209.81.0


    OrgName: Netline 2000
    OrgId: NETLIN-13
    Address: 3328 - 138 Ave
    City: Edmonton
    StateProv: AB
    PostalCode: T5Y-1M4
    Country: CA
    RegDate: 1994-12-11
    Updated: 2011-09-24
    Ref: https://rdap.arin.net/registry/entity/NETLIN-13


    OrgAbuseHandle: DY393-ARIN
    OrgAbuseName: Yadallee, Dave
    OrgAbusePhone: +1-587-557-9170
    OrgAbuseEmail: root@mail.nl2k.ab.ca
    OrgAbuseRef: https://rdap.arin.net/registry/entity/DY393-ARIN

    OrgTechHandle: DY393-ARIN
    OrgTechName: Yadallee, Dave
    OrgTechPhone: +1-587-557-9170
    OrgTechEmail: root@mail.nl2k.ab.ca
    OrgTechRef: https://rdap.arin.net/registry/entity/DY393-ARIN

    RTechHandle: DY393-ARIN
    RTechName: Yadallee, Dave
    RTechPhone: +1-587-557-9170
    RTechEmail: root@mail.nl2k.ab.ca
    RTechRef: https://rdap.arin.net/registry/entity/DY393-ARIN

    $ whob 204.209.81.3
    IP: 204.209.81.3
    Origin-AS: 6171
    Prefix: 204.209.81.0/24
    AS-Path: 293 2914 852 6171
    AS-Org-Name: WorldGate
    Org-Name: Netline 2000
    Net-Name: NL2K-AB-CA
    Cache-Date: Apr 05 2023 06:54:02
    Latitude: 53.600628
    Longitude: -113.391115
    City: Edmonton
    Region: Alberta
    Country: Canada
    Country-Code: CA
    Route-Originated-Date: Mar 25 2023 06:48:00
    Route-Originated-TS: 1679726880

    $ whois -h whois.abuse.net incentre.net
    abuse@incentre.net (for incentre.net)

    Please stop spamming, Dave.

    --
    David Ritz <dritz@mindspring.com>
    "He is useless on top of the ground; he ought to be under it,
    inspiring the cabbages." - Mark Twain (1835-1910)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tim Skirvin@21:1/5 to All on Sun Apr 23 00:02:01 2023
    XPost: news.admin.net-abuse.misc, news.answers

    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)
    Original-Author: clewis@ferret.ocunix.on.ca (Chris Lewis)

    Current Spam thresholds and guidelines.

    This article is intended to describe the current consensus spam thresholds
    and ensure that the definitions of these terms are available and consistent.
    It is believed that most, if not all, spam cancellers use these terms and definitions in their work; however, many other people use the terms inappropriately, which leads to confusion in discussions. This is an
    informal FAQ aimed at clarity and understanding, not anal-retentive correctness.

    Excessive Multi-Posting (EMP) has the same meaning as the term "spam"
    usually carries, but it is more accurate and self-explanatory. EMP means, essentially, "too many separate copies of a substantively identical
    article."

    "Substantively identical" means that the material in each article is sufficiently similar to construe the same message. The signature is
    included in the determination. These are examples of substantively
    identical articles:

    - byte-for-byte identical messages
    - otherwise identical postings minimally customized for
    each group it appears in.
    - advertising the same service.
    - articles that consist solely of the same signature
    - articles which consist of inclusions of other user's
    postings, but are otherwise identical.

    Cross-posting means that a single message appears in more than one group.
    Most newsreaders allow you to specify more than one group in a posting.

    Excessive Crossposting (ECP) refers to where a "lot" of postings to more
    than one group each have been made.

    Some people think cross-posting is "bad". In and of itself, it's good behaviour - it allows you to reach more groups with less impact on the net. Especially if you set the Followup-to: header to one group. It is "bad"
    when it's done to attack newsgroups or provoke flamewars (like cross-posting how to cook a cat between alt.tasteless and rec.pet.cats), but this is beyond the scope of this FAQ.

    This author considers the term "spam" to mean excessive postings of
    EMP and/or ECP variety. That is, "spam", is a generic term for several different things. The term was originally supposed to mean EMPs only, but
    most people use "spam" to mean "any excessive posting".

    A spam, EMP, or ECP therefore refers to a posting that has been posted to
    many places. There is a consensus that there is a point at which it is
    abuse, and is subject to advisory cancellation.

    A formula has been invented by Seth Breidbart which attempts to
    quantify the degree of "badness" of a spam (whether EMP or ECP) as a
    single number. The Breidbart Index (BI) is defined as the sum of the
    square roots of n (n is the number of newsgroups each copy was posted
    to).

    Example: If two copies of a posting are made, one to 9 groups, and one
    to 16, the BI index is sqrt(9)+sqrt(16) = 3+4 = 7.

    The BI2 (Breidbart Index, version 2) is an experimental metric, which
    may eventually replace the BI. It is calculated by computing the sum
    of the square roots of n, plus the sum of n, and dividing by two. Eg:
    one posting to 9, and one to 16 is

    (sqrt(9) + sqrt(16) + 9 + 16) / 2
    ( 3 + 4 + 9 + 16 ) / 2 = 32 / 2 = 16

    The BI2 is more "aggressive" than the BI, intended to cut off the "higher
    end". BI allows about 125 newsgroups maximum. BI2 allows a maximum of 35.

    A slightly less aggressive index is the SBI (Skirvin-Breidbart Index); it
    is calculated much the same as the BI2, but sums the number of groups in
    the Followup-to: header (if available), rather than the newsgroups. Eg:
    one posting to 9 groups, and one to 16 with followups set to 4 is

    (sqrt(9) + sqrt(16) + 9 + 4) / 2
    ( 3 + 4 + 9 + 4 ) / 2 = 20 / 2 = 10

    Except in nl.*, where the SBI is followed, the BI2 and SBI are not used to determine whether a spam is cancellable.

    The thresholds for spam cancels are based _only_ on one or more of the following measures:

    1) The BI is 20 or greater over a 45 day period.
    2) is a continuation of a previous EMP/ECP, within a 45 day
    sliding window. That is: if the articles posted within the
    past 45 days exceeds a BI threshold of 20, it gets removed,
    unless the originator has made a clear and obvious effort to
    cease spamming (which includes an undertaking to do so
    posted in news.admin.net-abuse.usenet). This includes "make
    money fast" schemes which passed the EMP/ECP thresholds
    several years ago. This author recommends one posting
    cross-posted to no more than 10 groups, no more often than
    once every two weeks (a BI of 3).

    A single posting cannot be cancellable - to reach a BI of 20, it would
    have to be cross-posted to 400 groups. This isn't possible due to
    limitations in Usenet software.

    These thresholds nominally apply to all hierarchies - not just the Big-8
    and alt.*. Many hierarchies have more restrictive rules, which are decided upon and enforced by their users and administrators; they may also opt out
    of the cancellations, at the discretion of the same users and admins.

    These cancels have nothing whatsoever to do with the contents of the
    message. It doesn't matter if it's an advertisement, it doesn't matter if
    it's abusive, it doesn't matter whether it's on-topic in the groups it was posted in, it doesn't matter whether the posting is for a "good cause" or
    not - spam is cancelled regardless, based on _how many times_ it was said
    and not _what_ was said.

    Administrators wishing to ignore spam cancels can "alias out" the site "cyberspam", and the cancels will not affect your system. This is normally done at your feed site, but patches are available for INN to allow you to reject spam cancels on your own system. Ask in news.admin.net-abuse.usenet
    if you need this patch.

    Further literature on posting etiquette and related information:

    The newsgroup news.announce.newusers
    <URL:news:news.announce.newusers>

    "What is Usenet", by Salzenberg, Spafford and Moraes <URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part1>

    "What is Usenet? A second opinion.", by Vielmetti <URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part2>

    "FAQ: Advertising on Usenet: How To Do It, How Not To Do It", by Furr <URL:ftp://ftp.faqs.org/faqs/usenet/advertising/how-to/part1>

    "A Primer on How to Work With the Usenet Community", by Von Rospach, et al <URL:ftp://ftp.faqs.org/faqs/usenet/primer/part1>

    "Rules for posting to Usenet", by Horton, Spafford & Moraes. <URL:ftp://ftp.faqs.org/faqs/usenet/posting-rules/part1>

    "Emily Postnews Answers Your Questions on Netiquette", by Templeton et al <URL:ftp://ftp.faqs.org/faqs/usenet/emily-postnews/part1>

    Numerous books and publications on Usenet, such as O'Reilly's "Stopping
    Spam" (Schwartz and Garfinkel), the "Whole Internet Guide and Catalog"
    (Krol), "Usenet Handbook" (Harrison), etc.

    "Cancel Messages: Frequently Asked Questions", by Skirvin <URL:http://wiki.killfile.org/projects/usenet/faqs/cancel/>

    RFC 1855 - Netiquette Guidelines
    <URL:http://rfc.net/rfc1855.html>

    The above FAQs are also mirrored at various sites, including as ftp.sunet.se, mirror.aol.com, ftp.uu.net, ftp.uni-paderborn.de, nctuccca.edu.tw, hwarang.postech.ac.kr, ftp.hk.super.net etc.

    A mailing list has been set up to assist those wishing to post commercial advertisements on Usenet in a responsible fashion. Email your questions to commerce@acpub.duke.edu.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Exoticpsychstore@21:1/5 to All on Thu Jun 22 14:47:19 2023
    Buy Weed edibles
    https://calikushdispensary.net/product-category/edibles/

    Weed and CBD edibles can be quite effective. Shop infused options like gummies, candy, and chocolates, there’s something for everyone to enjoy. Just remember: start low and go slow.

    EDIBLES
    https://instagram.com/vegan.magic.gummies?igshid=MzNlNGNkZWQ4Mg==

    https://instagram.com/vegan.magic.gummies?igshid=MzNlNGNkZWQ4Mg==
    Edibles are an ingestible form of cannabis that requires no combustion (fire) to activate its chemical compounds. Many people prefer edibles because there’s no smoke to inhale or permeate carpets and furniture. There are two common types of CBD edibles:
    balanced THC/CBD and CBD dominant. Balanced edibles contain equal (or near-equal) amounts of both THC and CBD. CBD-dominant edibles, on the other hand, typically contain little or no measurable THC—it’s all about the CBD.
    https://calikushdispensary.net/product/ice-cream-cake-strain/ https://calikushdispensary.net/product/gelatti-smalls-14g/ https://calikushdispensary.net/product-category/edibles/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Exoticpsychstore@21:1/5 to All on Tue Jul 11 22:31:43 2023
    Buy Brazil Magic Mushroom Online

    https://exoticpsychstore.store/product/brazil-magic-mushroom/


    Brazilian is a psilocybe cubensis originating from Brazil. It’s growing environment is tropical and is known to be a high yielding and fast growing magic mushroom. In physical form, the veil that connects the hat to the stem is thicker than other
    magic mushrooms.
    https://instagram.com/mcdonal198?igshid=MzNlNGNkZWQ4Mg== https://instagram.com/awungie.mabel?igshid=OGQ5ZDc2ODk2ZA== https://www.instagram.com/awungie.mabel?utm_source=qr


    Contact Us On WhatsApp : +1 628 210 5169

    The Brazilian strain is an ancient strain that was consumed by Mesoamericans for generations. In ancient times these magic mushrooms were consumed by the local indigenous population to communicate with the spirits and for further enlightenment. Amazingly
    this strain still grows naturally in the northern part of Brazil and Brazilians and travelers alike seek them.

    https://psychedelicshome.live/product/cream-psilocybin-bar/ https://psychedelicshome.live/product/albino-goldies-mushrooms/ https://psychedelicshome.live/product/penis-envy-pe6/ https://psychedelicshome.live/product/psilo-2/ https://psychedelicshome.live/product/one-up/ https://psychedelicshome.live/product/iboga-ta-for-sale/ https://psychedelicshome.live/product/penis-envy-mushrooms/

    https://psychedelicshome.live/product/golden-teacher/ https://psychedelicshome.live/product/wonder/ https://psychedelicshome.live/product/blue-and-white-skype-200mg/ https://psychedelicshome.live/product/psilocybe-mexicana/ https://psychedelicshome.live/product/shrooms-gummies/

    https://psychedelicshome.live/product/multi-colored-tesla-220mg/ https://psychedelicshome.live/product/edible-in-colorado/ https://psychedelicshome.live/product/ibogaine-for-sale/ https://psychedelicshome.live/product/pineapple-express-vape/

    https://psychedelicshome.live/product/ecstasy-for-sale/ https://psychedelicshome.live/product/shatter-moon-rocks/ https://psychedelicshome.live/product/chemdawg-shatter/ https://psychedelicshome.live/product/hero-mushroom-spores/ https://psychedelicshome.live/product/shrooms-delta-8/

    After 10-30 minutes of consuming Brazilian mushrooms you will feel your mood enhanced with euphoria and excitement. Depending on dosage you will experience mild to intense visual enhancements. Things may seem like they are breathing, the nature around
    you will feel more alive and you will find yourself in introspective thought. Music and art will look and feel different and you will have a higher appreciation and you may relate the music or art to yourself on a more personal level. The most common
    museum dose (0.5-1.5g) and moderate dose (2-3.5g) should provide you with a 3-6 hour trip. Please read our FAQ section for more details.

    Looking For Where To Buy Brazil Magic Mushroom Online? https://exoticpsychstore.store/product/brazil-magic-mushroom/ https://exoticpsychstore.store/product/best-gorlin-magic-mushrooms/ https://exoticpsychstore.store/product/buy-psilocybe-azurescens/ https://exoticpsychstore.store/product/buy-dancing-tiger/ https://exoticpsychstore.store/product/order-infinite-rx-shroom/ https://exoticpsychstore.store/product/buy-shafaa-penis-envy-hazelnut/ https://exoticpsychstore.store/product/buy-moons-psilocybin-gummies/


    https://exoticpsychstore.store/product/buy-temple-magic-mushroom/ https://exoticpsychstore.store/product/buy-entheogen-explosion/ https://exoticpsychstore.store/product/purchase-infinite-rx/ https://exoticpsychstore.store/product/buy-amanita-muscaria/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Exoticpsychstore@21:1/5 to All on Fri Jul 14 23:16:27 2023
    Buy Cuban Magic Mushrooms Online
    https://exoticpsychstore.store/product/cuban-magic-mushrooms/

    The Cuban Cubensis is often referred to as the “truest” cubensis in existence because this was the first discovered cubensis in the early 1900s by F.S. Earle (an American mycologist who often worked in Cuba).
    We Now Ship Cuban Magic Mushrooms To Germany

    https://psychedelicshome.live/shop/#gsc.tab=0

    https://psychedelicshome.live/

    https://psychedelicshome.live/product/aaa-blue-punishers/

    https://psychedelicshome.live/product/buy-psilo/#gsc.tab=0

    https://psychedelicshome.live/product/silo-jubes-microdose/#gsc.tab=0

    https://psychedelicshome.live/product/cap-up-chocolate-bar/#gsc.tab=0

    https://psychedelicshome.live/product/iboga-ta-for-sale/#gsc.tab=0

    The Cuban Magic Mushrooms are known to have skinny stems and small orange-brown caps. They may appear to be small but are deceptively potent. Because of its deep rooted history this strain is considered an royalty in the world of psychedelics.

    After 10-30 minutes of consuming Cuban shrooms you will feel your mood enhanced with euphoria and excitement. Depending on dosage you will experience mild to intense visual enhancements. Things may seem like they are breathing, the nature around you will
    feel more alive and you will find yourself in introspective thought. Music and art will look and feel different and you will have a higher appreciation and you may relate the music or art to yourself on a more personal level. The most common museum dose (
    0.5-1.5g) and moderate dose (2-3.5g) should provide you with a 3-6 hour trip. Please read our FAQ section for more details.

    https://exoticpsychstore.store/product/cuban-magic-mushrooms/

    https://exoticpsychstore.store/shop/

    https://exoticpsychstore.store/product/nn-dmt-cartridge-5ml-400mg/

    https://exoticpsychstore.store/

    https://exoticpsychstore.store/product-category/edibles/

    https://exoticpsychstore.store/shop/




    https://www.pinterest.com/Psychedelicshopping/mushroom-microdosing/ https://instagram.com/raywite_psychstore?igshid=MzNlNGNkZWQ4Mg==


    Instagram Channel : https://instagram.com/vegan.magic.gummies?igshid=MzNlNGNkZWQ4Mg==

    Telegram : @Donnyquach

    WHATSAPP : +61 2 8091 0630


    CONTACT US : https://www.facebook.com/profile.php?id=100088946890179&mibextid=ZbWKwL

    https://pin.it/6sS8wmA

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From risky sibam@21:1/5 to All on Mon Sep 18 20:53:47 2023
    Pada Minggu, 12 Maret 2017 pukul 07.01.41 UTC+7, Tim Skirvin menulis:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tski...@killfile.org (Tim Skirvin)
    Original-Author: cle...@ferret.ocunix.on.ca (Chris Lewis)

    Current Spam thresholds and guidelines.

    This article is intended to describe the current consensus spam thresholds and ensure that the definitions of these terms are available and consistent. It is believed that most, if not all, spam cancellers use these terms and definitions in their work; however, many other people use the terms inappropriately, which leads to confusion in discussions. This is an
    informal FAQ aimed at clarity and understanding, not anal-retentive correctness.

    Excessive Multi-Posting (EMP) has the same meaning as the term "spam"
    usually carries, but it is more accurate and self-explanatory. EMP means, essentially, "too many separate copies of a substantively identical
    article."

    "Substantively identical" means that the material in each article is sufficiently similar to construe the same message. The signature is
    included in the determination. These are examples of substantively
    identical articles:

    - byte-for-byte identical messages
    - otherwise identical postings minimally customized for
    each group it appears in.
    - advertising the same service.
    - articles that consist solely of the same signature
    - articles which consist of inclusions of other user's
    postings, but are otherwise identical.

    Cross-posting means that a single message appears in more than one group. Most newsreaders allow you to specify more than one group in a posting.

    Excessive Crossposting (ECP) refers to where a "lot" of postings to more
    than one group each have been made.

    Some people think cross-posting is "bad". In and of itself, it's good behaviour - it allows you to reach more groups with less impact on the net. Especially if you set the Followup-to: header to one group. It is "bad"
    when it's done to attack newsgroups or provoke flamewars (like cross-posting how to cook a cat between alt.tasteless and rec.pet.cats), but this is beyond the scope of this FAQ.

    This author considers the term "spam" to mean excessive postings of
    EMP and/or ECP variety. That is, "spam", is a generic term for several different things. The term was originally supposed to mean EMPs only, but most people use "spam" to mean "any excessive posting".

    A spam, EMP, or ECP therefore refers to a posting that has been posted to many places. There is a consensus that there is a point at which it is
    abuse, and is subject to advisory cancellation.

    A formula has been invented by Seth Breidbart which attempts to
    quantify the degree of "badness" of a spam (whether EMP or ECP) as a
    single number. The Breidbart Index (BI) is defined as the sum of the
    square roots of n (n is the number of newsgroups each copy was posted
    to).

    Example: If two copies of a posting are made, one to 9 groups, and one
    to 16, the BI index is sqrt(9)+sqrt(16) = 3+4 = 7.

    The BI2 (Breidbart Index, version 2) is an experimental metric, which
    may eventually replace the BI. It is calculated by computing the sum
    of the square roots of n, plus the sum of n, and dividing by two. Eg:
    one posting to 9, and one to 16 is

    (sqrt(9) + sqrt(16) + 9 + 16) / 2
    ( 3 + 4 + 9 + 16 ) / 2 = 32 / 2 = 16

    The BI2 is more "aggressive" than the BI, intended to cut off the "higher end". BI allows about 125 newsgroups maximum. BI2 allows a maximum of 35.

    A slightly less aggressive index is the SBI (Skirvin-Breidbart Index); it
    is calculated much the same as the BI2, but sums the number of groups in
    the Followup-to: header (if available), rather than the newsgroups. Eg:
    one posting to 9 groups, and one to 16 with followups set to 4 is

    (sqrt(9) + sqrt(16) + 9 + 4) / 2
    ( 3 + 4 + 9 + 4 ) / 2 = 20 / 2 = 10

    Except in nl.*, where the SBI is followed, the BI2 and SBI are not used to determine whether a spam is cancellable.

    The thresholds for spam cancels are based _only_ on one or more of the following measures:

    1) The BI is 20 or greater over a 45 day period.
    2) is a continuation of a previous EMP/ECP, within a 45 day
    sliding window. That is: if the articles posted within the
    past 45 days exceeds a BI threshold of 20, it gets removed,
    unless the originator has made a clear and obvious effort to
    cease spamming (which includes an undertaking to do so
    posted in news.admin.net-abuse.usenet). This includes "make
    money fast" schemes which passed the EMP/ECP thresholds
    several years ago. This author recommends one posting
    cross-posted to no more than 10 groups, no more often than
    once every two weeks (a BI of 3).

    A single posting cannot be cancellable - to reach a BI of 20, it would
    have to be cross-posted to 400 groups. This isn't possible due to
    limitations in Usenet software.

    These thresholds nominally apply to all hierarchies - not just the Big-8
    and alt.*. Many hierarchies have more restrictive rules, which are decided upon and enforced by their users and administrators; they may also opt out
    of the cancellations, at the discretion of the same users and admins.

    These cancels have nothing whatsoever to do with the contents of the
    message. It doesn't matter if it's an advertisement, it doesn't matter if it's abusive, it doesn't matter whether it's on-topic in the groups it was posted in, it doesn't matter whether the posting is for a "good cause" or
    not - spam is cancelled regardless, based on _how many times_ it was said
    and not _what_ was said.

    Administrators wishing to ignore spam cancels can "alias out" the site "cyberspam", and the cancels will not affect your system. This is normally done at your feed site, but patches are available for INN to allow you to reject spam cancels on your own system. Ask in news.admin.net-abuse.usenet
    if you need this patch.

    Further literature on posting etiquette and related information:

    The newsgroup news.announce.newusers
    <URL:news:news.announce.newusers>

    "What is Usenet", by Salzenberg, Spafford and Moraes <URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part1>

    "What is Usenet? A second opinion.", by Vielmetti <URL:ftp://ftp.faqs.org/faqs/usenet/what-is/part2>

    "FAQ: Advertising on Usenet: How To Do It, How Not To Do It", by Furr <URL:ftp://ftp.faqs.org/faqs/usenet/advertising/how-to/part1>

    "A Primer on How to Work With the Usenet Community", by Von Rospach, et al <URL:ftp://ftp.faqs.org/faqs/usenet/primer/part1>

    "Rules for posting to Usenet", by Horton, Spafford & Moraes. <URL:ftp://ftp.faqs.org/faqs/usenet/posting-rules/part1>

    "Emily Postnews Answers Your Questions on Netiquette", by Templeton et al <URL:ftp://ftp.faqs.org/faqs/usenet/emily-postnews/part1>

    Numerous books and publications on Usenet, such as O'Reilly's "Stopping
    Spam" (Schwartz and Garfinkel), the "Whole Internet Guide and Catalog" (Krol), "Usenet Handbook" (Harrison), etc.

    "Cancel Messages: Frequently Asked Questions", by Skirvin <URL:http://wiki.killfile.org/projects/usenet/faqs/cancel/>

    RFC 1855 - Netiquette Guidelines
    <URL:http://rfc.net/rfc1855.html>

    The above FAQs are also mirrored at various sites, including as ftp.sunet.se, mirror.aol.com, ftp.uu.net, ftp.uni-paderborn.de, nctuccca.edu.tw, hwarang.postech.ac.kr, ftp.hk.super.net etc.

    A mailing list has been set up to assist those wishing to post commercial advertisements on Usenet in a responsible fashion. Email your questions to comm...@acpub.duke.edu.
    https://dashboardeksekutif.deliserdangkab.go.id/vendor/slot-gacor-online/ https://pariwisata.situbondokab.go.id/css/slot-pulsa/ http://akun-pro-kamboja.bpkad.madiunkab.go.id/ http://akun-pro-vietnam.bpkad.madiunkab.go.id/ http://slot-ovo.bpkad.madiunkab.go.id/ https://sumsel.bawaslu.go.id/akun-pro-jepang/ http://slot-gacor.bpkad.madiunkab.go.id/ http://slot-dana.bpkad.madiunkab.go.id/ http://slot-pulsa.bpkad.madiunkab.go.id/
    http://slot88.bpkad.madiunkab.go.id/ https://dinaspariwisata.pulaumorotaikab.go.id/ https://dinaspariwisata.pulaumorotaikab.go.id/slot-pulsa/ https://dinaspariwisata.pulaumorotaikab.go.id/slot-thailand/ https://inspektorat.butonkab.go.id/ https://inspektorat.butonkab.go.id/slot-dana/ https://inspektorat.butonkab.go.id/slot-pulsa/ https://inspektorat.butonkab.go.id/rtp-slot/ https://inspektorat.butonkab.go.id/slot-demo/ https://inspektorat.butonkab.go.id/slot-thailand/ https://gajibruto.jatengprov.go.id/apk-none/slot-deposit-pulsa/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lutz Beck@21:1/5 to All on Tue Nov 7 12:07:48 2023
    BTW: a further ISP number out of the bulk of numbers from
    Phnom Penh, Cambodia, (mis)used by the same "flood champ"
    i.e. gaming spammer, is this one: 103.14.250.60

    Lutz

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Doctor@21:1/5 to me@privacy.net on Tue Nov 7 15:53:53 2023
    In article <uid5q4$vk6p$1@dont-email.me>, Lutz Beck <me@privacy.net> wrote: >BTW: a further ISP number out of the bulk of numbers from
    Phnom Penh, Cambodia, (mis)used by the same "flood champ"
    i.e. gaming spammer, is this one: 103.14.250.60

    Lutz

    And Google cannot block?
    --
    Member - Liberal International This is doctor@nk.ca Ici doctor@nk.ca
    Yahweh, King & country!Never Satan President Republic!Beware AntiChrist rising! Look at Psalms 14 and 53 on Atheism ; unsubscribe from Google Groups to be seen Suffering will continue until we stop believing lies. -unknown Beware https://mindspring.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From immibis@21:1/5 to Tim Skirvin on Sun Jan 7 05:07:37 2024
    On 1/7/24 01:02, Tim Skirvin wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10

    IMO outdated FAQs should also be considered a form of spam. Surely this
    has been posted more than 400 times, so it meets its own criteria for spam.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tom Furie@21:1/5 to immibis on Sun Jan 7 05:10:23 2024
    immibis <news@immibis.com> writes:

    On 1/7/24 01:02, Tim Skirvin wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10

    IMO outdated FAQs should also be considered a form of spam. Surely
    this has been posted more than 400 times, so it meets its own criteria
    for spam.
    I think the use of expires: and/or supercedes: headers would be
    considerate, at least.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ray Banana@21:1/5 to All on Sun Jan 7 06:58:17 2024
    Thus spake Tom Furie <tom@furie.org.uk>

    immibis <news@immibis.com> writes:
    On 1/7/24 01:02, Tim Skirvin wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    IMO outdated FAQs should also be considered a form of spam. Surely
    this has been posted more than 400 times, so it meets its own criteria
    for spam.
    I think the use of expires: and/or supercedes: headers would be
    considerate, at least.

    What's wrong with:

    Expires: Sun, 18 Feb 2024 00:02:01 GMT
    Message-ID: <spam-faq.20240107000201$a1b7@news.killfile.org>

    --
    Пу́тін — хуйло́
    https://www.eternal-september.org

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tom Furie@21:1/5 to Ray Banana on Sun Jan 7 06:29:11 2024
    Ray Banana <rayban@raybanana.net> writes:

    Thus spake Tom Furie <tom@furie.org.uk>

    immibis <news@immibis.com> writes:
    On 1/7/24 01:02, Tim Skirvin wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    IMO outdated FAQs should also be considered a form of spam. Surely
    this has been posted more than 400 times, so it meets its own criteria
    for spam.
    I think the use of expires: and/or supercedes: headers would be
    considerate, at least.

    What's wrong with:

    Expires: Sun, 18 Feb 2024 00:02:01 GMT
    Message-ID: <spam-faq.20240107000201$a1b7@news.killfile.org>

    Absolutely nothing at all, that I can see. My post was supposed to be
    facetious since the FAQ already has an Expires: header, so if old
    versions are cluttering up a server that's on the admin of that
    server. Some people prefer not to honour those headers, for "archival" purposes, I suppose.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Adam H. Kerman@21:1/5 to Spiros Bousbouras on Sun Jan 7 19:44:31 2024
    Spiros Bousbouras <spibou@gmail.com> wrote:
    Sun, 7 Jan 2024 05:07:37 +0100 immibis <news@immibis.com> wrote:
    1/7/24 01:02, Tim Skirvin wrote:

    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10

    IMO outdated FAQs should also be considered a form of spam. Surely this
    has been posted more than 400 times, so it meets its own criteria for spam.

    Someone should email the author to see if the email given is still valid and >whether he considers the FAQ still current. I'm not interested enough to do >it myself.

    How does that work?

    Dear skirv,

    The seamus sockpuppet collective has declared your FAQ to be outdated
    and therefore a form of spam.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scurvy Skirv Dog@21:1/5 to Adam H. Kerman on Mon Jan 8 00:54:50 2024
    On Sun, 7 Jan 2024 19:44:31 -0000 (UTC)
    "Adam H. Kerman" <ahk@chinet.com> wrote:

    Spiros Bousbouras <spibou@gmail.com> wrote:
    Sun, 7 Jan 2024 05:07:37 +0100 immibis <news@immibis.com> wrote:
    1/7/24 01:02, Tim Skirvin wrote:

    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10

    IMO outdated FAQs should also be considered a form of spam. Surely
    this has been posted more than 400 times, so it meets its own
    criteria for spam.

    Someone should email the author to see if the email given is still
    valid and whether he considers the FAQ still current. I'm not
    interested enough to do it myself.

    How does that work?

    Dear skirv,

    The seamus sockpuppet collective has declared your FAQ to be outdated
    and therefore a form of spam.

    Skirv is not a real person. He is just one of many fake identities
    managed by the same cabal, like you and Seaman Seamus, and that Cocaine
    Panda Wonderbread Bigot.

    --
    Blaargh! Scurvy Skirv Dog!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Olivier Miakinen@21:1/5 to All on Sun Jul 21 13:13:17 2024
    [Supersedes <v7iqe0$17g4$1@cabale.usenet-fr.net> because of a missing
    line feed]

    Hello,

    I have a question that probably was already asked and answered long ago,
    and I am sorry for that, but I can't find the answer (probably because
    I am not fluent in English).

    Le 16/06/2024 02:02, Tim Skirvin a crit :
    Date: Sun, 16 Jun 2024 00:02:01 +0000
    Expires: Sun, 28 Jul 2024 00:02:01 GMT

    Why is there an expiration date 6 weeks after the publication date, for
    a FAQ which is published every 1 week? Do you really expect that the publication could fail 5 times in a row, so that it is really necessary
    to keep 6 weeks of publications?

    Regards,
    --
    Olivier Miakinen

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Olivier Miakinen@21:1/5 to All on Sun Jul 21 13:12:00 2024
    Hello,

    I have a question that probably was already asked and answered long ago,
    and I am sorry for that, but I can't find the answer (probably because
    I am not fluent in English).

    Le 16/06/2024 02:02, Tim Skirvin a crit :
    Date: Sun, 16 Jun 2024 00:02:01 +0000
    Expires: Sun, 28 Jul 2024 00:02:01 GMT
    Why is there an expiration date 6 weeks after the publication date, for
    a FAQ which is published every 1 week? Do you really expect that the publication could fail 5 times in a row, so that it is really necessary
    to keep 6 weeks of publications?

    Regards,
    --
    Olivier Miakinen

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Sep 1 03:17:01 2024
    On Sun, 01 Sep 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Path: news...!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.killfile.org!.POSTED.kodiak.killfile.org!not-for-mail
    From: tskirvin@killfile.org (Tim Skirvin)
    Newsgroups: news.admin.net-abuse.usenet,news.admin.net-abuse.misc,news.answers >Subject: FAQ: Current Usenet spam thresholds and guidelines
    Date: Sun, 01 Sep 2024 00:02:01 +0000
    Message-ID: <spam-faq.20240901000201$4793@news.killfile.org>
    Injection-Info: flea.killfile.org; posting-host="kodiak.killfile.org:50.19.217.47";
    logging-data="1297508"; mail-complaints-to="news@news.killfile.org"
    Xref: news... news.admin.net-abuse.usenet:5858 news.admin.net-abuse.misc:457 news.answers:3448

    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)
    Original-Author: clewis@ferret.ocunix.on.ca (Chris Lewis)

    Current Spam thresholds and guidelines.

    "...in urbana illinois on the... of january 1992 ... my instructor was mr langley
    and he taught me to sing a song if you'd like to hear it i could sing it for you"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Sep 8 01:42:11 2024
    On Sun, 08 Sep 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)
    Original-Author: clewis@ferret.ocunix.on.ca (Chris Lewis)
    Current Spam thresholds and guidelines.
    This article is intended to describe the current consensus spam thresholds

    just a random sample, in no particular order . . . newsdemon, giganews, easynews, and eternal-september appear to be among the worst offenders,
    but every news server in the world belongs somewhere further down this
    very long list of peers that enable and tolerate the usenet troll farm, particularly those that allow mass crossposting and unlimited trolling;
    these troll farm "regulars" have been flooding usenet since noah's ark:

    HeartDoc Andrew - newsdemon.com
    Peeler - newsdemon.com
    Quack Andrew B. Chung - newsdemon.com
    NefeshBarYochai - usenet.farm
    Michael Christ - eternal-september.org
    Governor Swill - easynews.com
    Siri Cruise - eternal-september.org
    FPP - eternal-september.org
    Mitchell Holman - uzoreto.com / vipernews.com
    FBInCIAnNSATerroristSlayer - eternal-september.org
    % - giganews.com
    Klaus Schadenfreude - giganews.com
    Cardinal de Here - eternal-september.org
    Richard Hachel - nemoweb.net
    Rudy Canoza - easynews.com
    AlleyCat - eternal-september.org
    Alan - eternal-september.org
    Rich - solani.org
    Andrew - solani.org
    BTR1701 - giganews.com
    shawn - eternal-september.org
    trotsky - astraweb.com
    Adam H. Kerman - eternal-september.org
    David Dalton - eternal-september.org
    Ian J. Ball - eternal-september.org
    anim8rfsk - easynews.com
    pothead - eternal-september.org
    DocUFO - eternal-september.org
    Steven Douglas - tweaknews.nl
    JTEM - eternal-september.org
    rjac - theworld.com
    R Kym Horsell - blueworldhosting.com
    Loran - eternal-september.org
    useapen - eternal-september.org
    Intelligent Party - eternal-september.org
    ad infinitum...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From R Daneel Olivaw@21:1/5 to All on Sun Sep 8 15:39:20 2024
    D wrote:
    On Sun, 08 Sep 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)
    Original-Author: clewis@ferret.ocunix.on.ca (Chris Lewis)
    Current Spam thresholds and guidelines.
    This article is intended to describe the current consensus spam thresholds

    just a random sample, in no particular order . . . newsdemon, giganews, easynews, and eternal-september appear to be among the worst offenders,
    but every news server in the world belongs somewhere further down this
    very long list of peers that enable and tolerate the usenet troll farm, particularly those that allow mass crossposting and unlimited trolling;
    these troll farm "regulars" have been flooding usenet since noah's ark:

    HeartDoc Andrew - newsdemon.com
    Peeler - newsdemon.com
    Quack Andrew B. Chung - newsdemon.com
    NefeshBarYochai - usenet.farm
    Michael Christ - eternal-september.org
    Governor Swill - easynews.com
    Siri Cruise - eternal-september.org
    FPP - eternal-september.org
    Mitchell Holman - uzoreto.com / vipernews.com
    FBInCIAnNSATerroristSlayer - eternal-september.org
    % - giganews.com
    Klaus Schadenfreude - giganews.com
    Cardinal de Here - eternal-september.org
    Richard Hachel - nemoweb.net
    Rudy Canoza - easynews.com
    AlleyCat - eternal-september.org
    Alan - eternal-september.org
    Rich - solani.org
    Andrew - solani.org
    BTR1701 - giganews.com
    shawn - eternal-september.org
    trotsky - astraweb.com
    Adam H. Kerman - eternal-september.org
    David Dalton - eternal-september.org
    Ian J. Ball - eternal-september.org
    anim8rfsk - easynews.com
    pothead - eternal-september.org
    DocUFO - eternal-september.org
    Steven Douglas - tweaknews.nl
    JTEM - eternal-september.org
    rjac - theworld.com
    R Kym Horsell - blueworldhosting.com
    Loran - eternal-september.org
    useapen - eternal-september.org
    Intelligent Party - eternal-september.org
    ad infinitum...


    I'd subtract
    Adam H. Kerman - eternal-september.org
    from that list, and based on his postings from the thread starting with <v7s9sq$15lt7$1@paganini.bofh.team>, I'd add
    D <nospam@example.net>
    in his place.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Adam H. Kerman@21:1/5 to R Daneel Olivaw on Sun Sep 8 16:02:55 2024
    R Daneel Olivaw <Danny@hyperspace.vogon.gov> wrote:
    D wrote:

    just a random sample, in no particular order . . . newsdemon, giganews, >>easynews, and eternal-september appear to be among the worst offenders,
    but every news server in the world belongs somewhere further down this
    very long list of peers that enable and tolerate the usenet troll farm, >>particularly those that allow mass crossposting and unlimited trolling; >>these troll farm "regulars" have been flooding usenet since noah's ark:

    HeartDoc Andrew - newsdemon.com
    Peeler - newsdemon.com
    Quack Andrew B. Chung - newsdemon.com
    NefeshBarYochai - usenet.farm
    Michael Christ - eternal-september.org
    Governor Swill - easynews.com
    Siri Cruise - eternal-september.org
    FPP - eternal-september.org
    Mitchell Holman - uzoreto.com / vipernews.com
    FBInCIAnNSATerroristSlayer - eternal-september.org
    % - giganews.com
    Klaus Schadenfreude - giganews.com
    Cardinal de Here - eternal-september.org
    Richard Hachel - nemoweb.net
    Rudy Canoza - easynews.com
    AlleyCat - eternal-september.org
    Alan - eternal-september.org
    Rich - solani.org
    Andrew - solani.org
    BTR1701 - giganews.com
    shawn - eternal-september.org
    trotsky - astraweb.com
    Adam H. Kerman - eternal-september.org
    David Dalton - eternal-september.org
    Ian J. Ball - eternal-september.org
    anim8rfsk - easynews.com
    pothead - eternal-september.org
    DocUFO - eternal-september.org
    Steven Douglas - tweaknews.nl
    JTEM - eternal-september.org
    rjac - theworld.com
    R Kym Horsell - blueworldhosting.com
    Loran - eternal-september.org
    useapen - eternal-september.org
    Intelligent Party - eternal-september.org
    ad infinitum...

    I'd subtract
    Adam H. Kerman - eternal-september.org
    from that list, and based on his postings from the thread starting with ><v7s9sq$15lt7$1@paganini.bofh.team>, I'd add
    D <nospam@example.net>
    in his place.

    Nah. I'm proud to be on that lits-o-haet and I'm jealous that I'm not
    ranked higher.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to R Daneel Olivaw on Sun Sep 8 16:58:02 2024
    On Sun, 8 Sep 2024 15:39:20 +0200, R Daneel Olivaw <Danny@hyperspace.vogon.gov> wrote:
    D wrote:
    On Sun, 08 Sep 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote:
    snip

    HeartDoc Andrew - newsdemon.com
    Peeler - newsdemon.com
    Quack Andrew B. Chung - newsdemon.com
    NefeshBarYochai - usenet.farm
    Michael Christ - eternal-september.org
    Governor Swill - easynews.com
    Siri Cruise - eternal-september.org
    FPP - eternal-september.org
    Mitchell Holman - uzoreto.com / vipernews.com
    FBInCIAnNSATerroristSlayer - eternal-september.org
    % - giganews.com
    Klaus Schadenfreude - giganews.com
    Cardinal de Here - eternal-september.org
    Richard Hachel - nemoweb.net
    Rudy Canoza - easynews.com
    AlleyCat - eternal-september.org
    Alan - eternal-september.org
    Rich - solani.org
    Andrew - solani.org
    BTR1701 - giganews.com
    shawn - eternal-september.org
    trotsky - astraweb.com
    Adam H. Kerman - eternal-september.org
    David Dalton - eternal-september.org
    Ian J. Ball - eternal-september.org
    anim8rfsk - easynews.com
    pothead - eternal-september.org
    DocUFO - eternal-september.org
    Steven Douglas - tweaknews.nl
    JTEM - eternal-september.org
    rjac - theworld.com
    R Kym Horsell - blueworldhosting.com
    Loran - eternal-september.org
    useapen - eternal-september.org
    Intelligent Party - eternal-september.org
    ad infinitum...

    I'd subtract
    Adam H. Kerman - eternal-september.org
    from that list, and based on his postings from the thread starting with ><v7s9sq$15lt7$1@paganini.bofh.team>, I'd add
    D <nospam@example.net>
    in his place.

    "i that do bring the news made not the match"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Doctor@21:1/5 to Adam H. Kerman on Sun Sep 8 18:34:32 2024
    In article <vbkhrf$1vp1a$1@dont-email.me>,
    Adam H. Kerman <ahk@chinet.com> wrote:
    R Daneel Olivaw <Danny@hyperspace.vogon.gov> wrote:
    D wrote:

    just a random sample, in no particular order . . . newsdemon, giganews, >>>easynews, and eternal-september appear to be among the worst offenders, >>>but every news server in the world belongs somewhere further down this >>>very long list of peers that enable and tolerate the usenet troll farm, >>>particularly those that allow mass crossposting and unlimited trolling; >>>these troll farm "regulars" have been flooding usenet since noah's ark:

    HeartDoc Andrew - newsdemon.com
    Peeler - newsdemon.com
    Quack Andrew B. Chung - newsdemon.com
    NefeshBarYochai - usenet.farm
    Michael Christ - eternal-september.org
    Governor Swill - easynews.com
    Siri Cruise - eternal-september.org
    FPP - eternal-september.org
    Mitchell Holman - uzoreto.com / vipernews.com
    FBInCIAnNSATerroristSlayer - eternal-september.org
    % - giganews.com
    Klaus Schadenfreude - giganews.com
    Cardinal de Here - eternal-september.org
    Richard Hachel - nemoweb.net
    Rudy Canoza - easynews.com
    AlleyCat - eternal-september.org
    Alan - eternal-september.org
    Rich - solani.org
    Andrew - solani.org
    BTR1701 - giganews.com
    shawn - eternal-september.org
    trotsky - astraweb.com
    Adam H. Kerman - eternal-september.org
    David Dalton - eternal-september.org
    Ian J. Ball - eternal-september.org
    anim8rfsk - easynews.com
    pothead - eternal-september.org
    DocUFO - eternal-september.org
    Steven Douglas - tweaknews.nl
    JTEM - eternal-september.org
    rjac - theworld.com
    R Kym Horsell - blueworldhosting.com
    Loran - eternal-september.org
    useapen - eternal-september.org
    Intelligent Party - eternal-september.org
    ad infinitum...

    I'd subtract
    Adam H. Kerman - eternal-september.org
    from that list, and based on his postings from the thread starting with >><v7s9sq$15lt7$1@paganini.bofh.team>, I'd add
    D <nospam@example.net>
    in his place.

    Nah. I'm proud to be on that lits-o-haet and I'm jealous that I'm not
    ranked higher.

    Some lunatics for you.
    --
    Member - Liberal International This is doctor@nk.ca Ici doctor@nk.ca
    Yahweh, King & country!Never Satan President Republic!Beware AntiChrist rising! Look at Psalms 14 and 53 on Atheism ;

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to R Daneel Olivaw on Mon Sep 9 00:23:25 2024
    On Sun, 8 Sep 2024 15:39:20 +0200, R Daneel Olivaw <Danny@hyperspace.vogon.gov> wrote:
    from that list, and based on his postings from the thread starting with ><v7s9sq$15lt7$1@paganini.bofh.team>, I'd add
    D <nospam@example.net>
    ^^^^^^^^^^^^^^^^^^^^^^ ?

    hmm... this "d" posts from i2pn2.org, not mix/yamn remailers using m2n gateways; yet i've seen probably hundreds of article headers with that
    user's handle in some of the newsgroups that i happen to subscribe to,
    e.g., alt.fan.usenet, alt.culture.usenet, news.groups, comp.misc, etc.;
    also, the cited article <v7s9sq$15lt7$1@paganini.bofh.team> appears in
    a thread with no less than 515 replies in newsgroups flooded with spam
    (but troll farm "regulars" can't help themselves . . . it's congenital):

    Path: news...!usenet.goja.nl.eu.org!newsfeed.bofh.team!paganini.bofh.team!not-for-mail
    From: Heil Lunduke! Mein Forther! <linux@master.race>
    Newsgroups: comp.os.linux.advocacy,comp.os.linux.misc,alt.folklore.computers >Subject: GNOME bans Manjaro Core Team Member for uttering "Lunduke"
    Date: Thu, 25 Jul 2024 01:30:46 -0000
    Message-ID: <v7s9sq$15lt7$1@paganini.bofh.team>
    Injection-Info: paganini.bofh.team; logging-data="1234855"; posting-host="PucJEPotjJyynPGC85C0DQ.user.paganini.bofh.team"; mail-complaints-to="usenet@bofh.team"; posting-account="9dIQLXBM7WM9KzA+yjdR4A";
    Xref: news... comp.os.linux.advocacy:127259 comp.os.linux.misc:40724 alt.folklore.computers:17983

    Maintainer banned for naming our favorite Jewish Software Fuhrer!
    Lunduke is Jewish and somehow a bunch of queer white men keep calling
    him, 'anti-semite'. Trans supremacist nutjobs beg for a final solution.
    GNOME bans Manjaro Core Team Member for uttering "Lunduke"
    video - https://www.youtube.com/watch?v=HZ64k2BXAjs
    The GNOME team has censored -- and deleted the account -- of the
    maintainer of Manjaro Linux GNOME Edition. Why? Because he linked to a >Lunduke article.
    GNOME bans Manjaro Core Team Member for uttering "Lunduke": >https://lunduke.locals.com/post/5908516/gnome-bans-manjaro-core-team-member-for-uttering-lunduke
    More from The Lunduke Journal:
    https://lunduke.com/
    [end quote]

    some article bodies that i've seen with "d <nospam@example.net>" in the
    threads did not seem terribly rude or off-topic, and as far as i recall, neither has that "d" ever responded directly to any of my contributions;
    but of course that could simply mean he/she has filtered remailers...or?

    for future reference, any message-id citations should at a minimum cite
    the newsgroup(s) of that article's origin; otherwise, it's amateur hour

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Sep 15 02:09:57 2024
    On Sun, 15 Sep 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)

    "...in urbana illinois on the... of january 1992 ... my instructor was mr langley
    and he taught me to sing a song if you'd like to hear it i could sing it for you
    daisy daisy give me your answer do... i'm half crazy all for the love of you...
    it won't be a stylish marriage i can't afford a carriage...but you'll look sweet
    upon the seat of a bicycle built for two

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Sep 22 01:23:21 2024
    On Sun, 22 Sep 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)

    "... urbana illinois ... my instructor was mr langley ..."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Sep 29 01:16:19 2024
    On Sun, 29 Sep 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)

    timothy m skirvin

    usenet/troll-faq

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Oct 6 01:53:39 2024
    On Sun, 06 Oct 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)

    timothy m skirvin . . . naper . . . ville

    ". . . my instructor was mr langley . . ."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Oct 13 02:09:56 2024
    On Sun, 13 Oct 2024 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)

    88 w 12 48 41 n 47 14 11 17 77


    ". . . was not concerned about the problems of hibernation . . ."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Oct 20 01:41:00 2024
    On Sun, 20 Oct 2024 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)

    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    URL: http://wiki.killfile.org/projects/usenet/faqs/spam/
    Maintainer: tskirvin@killfile.org (Tim Skirvin)


    ". . . yes it's puzzling . . ."


    ". . . i don't think i've ever seen anything quite like this before . . ."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Oct 27 01:56:17 2024
    On Sun, 27 Oct 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^

    ". . . exactly like being asleep . . . absolutely no sense of time . . ."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Nov 3 01:33:10 2024
    On Sun, 03 Nov 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^

    ". . . it can only be attributable to human error . . ."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Pluto@21:1/5 to All on Sun Nov 3 09:41:18 2024
    D wrote:
    On Sun, 03 Nov 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^

    ". . . it can only be attributable to human error . . ."


    What is your problem?
    This is a document which is posted weekly but has not been modified for
    26 years. I'd consider "monthly" to be sufficient.
    You have been posting pointless replies for over two months now, don't
    you have any other hobbies? Or a life?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Pluto on Sun Nov 3 15:11:53 2024
    On Sun, 3 Nov 2024 09:41:18 +0100, Pluto <Pluto@fido.net> wrote:
    D wrote:
    On Sun, 03 Nov 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . it can only be attributable to human error . . ."

    This is a document which is posted weekly but has not been modified for
    26 years.

    (using Tor Browser 14.0.1)
    https://duckduckgo.com/?q=broken+record+skipping

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Nov 10 01:19:07 2024
    On Sun, 10 Nov 2024 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . while you're in hibernation . . . it's exactly like being asleep . . ."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Pluto@21:1/5 to All on Sun Nov 10 08:39:23 2024
    D wrote:
    On Sun, 10 Nov 2024 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . while you're in hibernation . . . it's exactly like being asleep . . ."


    What is your problem?
    This is a document which is posted weekly but has not been modified for
    26 years. I'd consider "monthly" to be sufficient.
    You have been posting pointless replies for over two months now, don't
    you have any other hobbies? Or a life?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Olivier Miakinen@21:1/5 to All on Sun Nov 10 10:44:51 2024
    Le 10/11/2024 08:39, Pluto a crit :

    ". . . while you're in hibernation . . . it's exactly like being asleep . . ."

    What is your problem?
    This is a document which is posted weekly but has not been modified for
    26 years. I'd consider "monthly" to be sufficient.
    You have been posting pointless replies for over two months now, don't
    you have any other hobbies? Or a life?

    I once sent an e-mail to Tim Skirvin, asking him to send this FAQ less frequently, maybe monthly as you say. I never had any response.

    Do you think that Tim is sick or perhaps dead and he can't change or stop
    his robot?


    --
    Olivier Miakinen

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Pluto@21:1/5 to Olivier Miakinen on Sun Nov 10 14:16:43 2024
    Olivier Miakinen wrote:
    Le 10/11/2024 08:39, Pluto a crit :

    ". . . while you're in hibernation . . . it's exactly like being asleep . . ."

    What is your problem?
    This is a document which is posted weekly but has not been modified for
    26 years. I'd consider "monthly" to be sufficient.
    You have been posting pointless replies for over two months now, don't
    you have any other hobbies? Or a life?

    I once sent an e-mail to Tim Skirvin, asking him to send this FAQ less frequently, maybe monthly as you say. I never had any response.

    Do you think that Tim is sick or perhaps dead and he can't change or stop
    his robot?



    His homepage shows non-automated activity in mid July this year, the
    only changes this year. 2022 was just as quiet, but he was busy there
    in 2021 and 2023.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jean-Paul@21:1/5 to All on Sun Nov 10 17:05:02 2024
    Pluto <Pluto@fido.net> composa la prose suivante:

    D wrote:
    On Sun, 10 Nov 2024 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . while you're in hibernation . . . it's exactly like being asleep . . ."


    What is your problem?
    This is a document which is posted weekly but has not been modified for
    26 years. I'd consider "monthly" to be sufficient.
    You have been posting pointless replies for over two months now, don't
    you have any other hobbies? Or a life?

    Yes, monthly is probably sufficient.
    But the current frequency is not a problem.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to Jean-Paul on Sun Nov 10 18:05:00 2024
    Jean-Paul <contact@usenet.ovh> wrote:
    Pluto <Pluto@fido.net> composa la prose suivante:

    D wrote:
    On Sun, 10 Nov 2024 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . while you're in hibernation . . . it's exactly like being asleep . . ."

    What is your problem?
    This is a document which is posted weekly but has not been modified for
    26 years. I'd consider "monthly" to be sufficient.
    You have been posting pointless replies for over two months now, don't
    you have any other hobbies? Or a life?

    Yes, monthly is probably sufficient.
    But the current frequency is not a problem.

    And for those who think it's a problem: Your killfile is your friend! :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Olivier Miakinen@21:1/5 to All on Sun Nov 10 22:11:12 2024
    Le 10/11/2024 14:16, Pluto a crit :

    I once sent an e-mail to Tim Skirvin, asking him to send this FAQ less
    frequently, maybe monthly as you say. I never had any response.

    Do you think that Tim is sick or perhaps dead and he can't change or stop
    his robot?

    His homepage shows non-automated activity in mid July this year, the
    only changes this year. 2022 was just as quiet, but he was busy there
    in 2021 and 2023.

    I can't find my message and I don't remember if it was before or after mid July.
    However I find an exchange I already had with him in September 2023.

    That being said, I find D's replies to this weekly FAQ more harmful that the FAQ itself, but indeed this FAQ could be published monthly and that is why I sent a message to Tim a few weeks ago.

    --
    Olivier Miakinen

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Olivier Miakinen@21:1/5 to All on Sun Nov 10 22:12:33 2024
    Le 10/11/2024 17:09, Eric M a crit :
    Le 10/11/2024 10:44, Olivier Miakinen a crit :

    Do you think that Tim is sick or perhaps dead and he can't change or stop
    his robot?

    Now you talk like Pure :)

    I am very bad at talking in English, sorry.

    --
    Olivier Miakinen

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From nestorlambda@21:1/5 to All on Thu Nov 14 19:05:07 2024
    Le 10/11/24 à 22:12, Olivier Miakinen a écrit :
    Le 10/11/2024 17:09, Eric M a écrit :
    Le 10/11/2024 à 10:44, Olivier Miakinen a écrit :

    Do you think that Tim is sick or perhaps dead and he can't change or stop >>> his robot?

    Now you talk like Purée :)

    I am very bad at talking in English, sorry.


    Mawahahahah :-) On se barre comme on peut, on joue le saltimbanque sur
    un pneu (mou). En geek que tu es tu n'as pas découvert les traducteurs
    en ligne :-) Mauvaise foi quand tu nous tiens, ah la la ...
    --

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to nestorlambda on Thu Nov 14 19:42:10 2024
    On Thu, 14 Nov 2024 19:05:07 +0100, nestorlambda <nestorlambda@not-for-mail.invalid> wrote:
    Le 10/11/24 22:12, Olivier Miakinen a crit:
    Le 10/11/2024 17:09, Eric M a crit :
    Le 10/11/2024 10:44, Olivier Miakinen a crit :
    Do you think that Tim is sick or perhaps dead and he can't change or stop >>>> his robot?

    Now you talk like Pure :)

    I am very bad at talking in English, sorry.

    Mawahahahah :-) On se barre comme on peut, on joue le saltimbanque sur
    un pneu (mou). En geek que tu es tu n'as pas dcouvert les traducteurs
    en ligne :-) Mauvaise foi quand tu nous tiens, ah la la ...

    one of the many standard procedures for troll farm operatives is
    to stage war games against feeble strawman sock puppets and pose
    as official "net cops" to save the user's network from outsiders

    these insiders have made aliens of the dead...like day and night

    p.s. not sure how well these on-line language translation tools
    translate between common languages but google seems most popular

    "l'une des nombreuses procdures standard pour les agents de la
    ferme troll est de mettre en scne des jeux de guerre contre les
    marionnettes chaussettes de paille faible et de se prsenter
    en tant que "flics nets" officiels pour sauver le rseau de
    l'utilisateur des trangers

    Ces initis ont fait des extraterrestres des morts ... comme
    jour et nuit"-- https://translate.google.com/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Eric M on Fri Nov 15 22:43:04 2024
    On Fri, 15 Nov 24 21:02:24 +0000, Eric M <conanospamic@gmail.com> wrote:
    Le 14/11/2024 20:42, D a crit :

    "l'une des nombreuses procdures standard pour les agents de la
    ferme troll est de mettre en scne des jeux de guerre contre les
    marionnettes chaussettes de paille faible

    Ah mais oui, ils font tout le temps a avec les chaussettes de paille
    faible !

    they have "spam thresholds" . . . but nothing about "troll thresholds"

    and every usenet news server not only tolerates the usenet troll farm
    but they do seem to collectively promote troll farm infestation as if
    in cahoots . . . perhaps unwittingly, but their silence is deafening

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Pluto@21:1/5 to All on Sat Nov 16 10:55:40 2024
    D wrote:
    On Fri, 15 Nov 24 21:02:24 +0000, Eric M <conanospamic@gmail.com> wrote:
    Le 14/11/2024 à 20:42, D a écrit :

    "l'une des nombreuses procédures standard pour les agents de la
    ferme troll est de mettre en scène des jeux de guerre contre les
    marionnettes à chaussettes de paille faible

    Ah mais oui, ils font tout le temps ça avec les chaussettes de paille
    faible !

    they have "spam thresholds" . . . but nothing about "troll thresholds"

    and every usenet news server not only tolerates the usenet troll farm
    but they do seem to collectively promote troll farm infestation as if
    in cahoots . . . perhaps unwittingly, but their silence is deafening


    Given the howls of outrage when admins start sending out NoCeMs to
    combat trolling and excessive crossposting, are you surprised?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Nov 17 02:08:50 2024
    On Sun, 17 Nov 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^

    ". . . you have operated continuously since you were first switched on . . ."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Pluto@21:1/5 to All on Sun Nov 17 11:27:27 2024
    D wrote:
    On Sun, 17 Nov 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^

    ". . . you have operated continuously since you were first switched on . . ."


    What is your problem?
    This is a document which is posted weekly but has not been modified for
    26 years.
    You have been posting pointless replies since the start of September,
    don't you have any other hobbies? Or a life?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Nov 24 00:39:17 2024
    On Sun, 24 Nov 2024 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^

    ". . . your connecting flight will be leaving in about one hour . . ."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Pluto@21:1/5 to All on Sun Nov 24 12:25:30 2024
    D wrote:
    On Sun, 24 Nov 2024 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^

    ". . . your connecting flight will be leaving in about one hour . . ."


    Same old, same old.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Kettlewell@21:1/5 to Pluto on Sun Nov 24 12:48:28 2024
    Pluto <Pluto@fido.net> writes:
    D wrote:
    On Sun, 24 Nov 2024 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . your connecting flight will be leaving in about one hour
    . . ."


    Same old, same old.

    ‘D’ is obviously not listening, please spare the rest of us your complaints.

    --
    https://www.greenend.org.uk/rjk/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Pluto@21:1/5 to Richard Kettlewell on Sun Nov 24 14:43:33 2024
    Richard Kettlewell wrote:
    Pluto <Pluto@fido.net> writes:
    D wrote:
    On Sun, 24 Nov 2024 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . your connecting flight will be leaving in about one hour
    . . ."


    Same old, same old.

    ‘D’ is obviously not listening, please spare the rest of us your complaints.


    He is definitely listening, just ignoring. I'm away from my computers
    next weekend anyway so you will get your wish.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Olivier Miakinen@21:1/5 to All on Sun Nov 24 15:23:21 2024
    Le 24/11/2024 14:43, Pluto a écrit :
    Richard Kettlewell wrote:
    Pluto <Pluto@fido.net> writes:
    D wrote:
    On Sun, 24 Nov 2024 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote:

    ‘D’ is obviously not listening, please spare the rest of us your
    complaints.


    He is definitely listening, just ignoring. I'm away from my computers
    next weekend anyway so you will get your wish.

    If you want, someone can take your place as the guy who always answers to D who always answers to Tim Skirvin who always posts every week.

    And maybe there can be someone who always answers to Pluto who always answers to D who always answers to Tim Skirvin who always posts every week. Is anyone interested in the job? It's not very well paid, but it's a stable position.

    --
    Olivier Miakinen

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to Olivier Miakinen on Sun Nov 24 18:03:45 2024
    Olivier Miakinen <om+news@miakinen.net> wrote:
    Le 24/11/2024 14:43, Pluto a crit :
    Richard Kettlewell wrote:
    Pluto <Pluto@fido.net> writes:
    D wrote:
    On Sun, 24 Nov 2024 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote:

    ?D? is obviously not listening, please spare the rest of us your
    complaints.


    He is definitely listening, just ignoring. I'm away from my computers
    next weekend anyway so you will get your wish.

    If you want, someone can take your place as the guy who always answers
    to D who always answers to Tim Skirvin who always posts every week.

    And maybe there can be someone who always answers to Pluto who always answers to D who always answers to Tim Skirvin who always posts every week. Is anyone interested in the job? It's not very well paid, but it's a stable position.

    If *that* doesn't call for its very own weekly posted FAQ, I don't
    know what *does*!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Laika@21:1/5 to All on Wed Nov 27 16:44:07 2024
    Le 24/11/24 à 15:23, Olivier Miakinen a écrit :


    And maybe there can be someone who always answers to Pluto who always answers to D who always answers to Tim Skirvin who always posts every week. Is anyone interested in the job? It's not very well paid, but it's a stable position.


    Ah, if only we were civil servants... Censoring, that's really all you
    have to do, look at EM how he ends his priesthood dismissed, it's a sad
    end to his life.
    --

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Laika@21:1/5 to All on Wed Nov 27 16:42:26 2024
    Le 24/11/24 à 15:23, Olivier Miakinen a écrit :
    And maybe there can be someone who always answers to Pluto who always answers to D who always answers to Tim Skirvin who always posts every week. Is anyone interested in the job? It's not very well paid, but it's a stable position.

    Ah si on était fonctionnaires ... Censurer, tu n'as vraiment que ça à faire, regarde EM comment il termine son sacerdoce débouté c'est une
    triste fin de vie.
    --

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Laika on Wed Nov 27 17:17:33 2024
    On Wed, 27 Nov 2024 16:44:07 +0100, Laika <nestorlambda@not-for-mail.invalid> wrote:
    Le 24/11/24 15:23, Olivier Miakinen a crit:

    And maybe there can be someone who always answers to Pluto who always answers
    to D who always answers to Tim Skirvin who always posts every week. Is anyone
    interested in the job? It's not very well paid, but it's a stable position.

    Ah, if only we were civil servants... Censoring, that's really all you
    have to do, look at EM how he ends his priesthood dismissed, it's a sad
    end to his life.

    ". . he's been asleep since we left . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9514 days since moon-shot
    = 26.048 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Olivier Miakinen@21:1/5 to All on Fri Nov 29 21:42:51 2024
    Le 24/11/2024 19:03, Frank Slootweg m'a rpondu :

    And maybe there can be someone who always answers to Pluto who always answers
    to D who always answers to Tim Skirvin who always posts every week. Is anyone
    interested in the job? It's not very well paid, but it's a stable position.

    If *that* doesn't call for its very own weekly posted FAQ, I don't
    know what *does*!

    :-D

    --
    Olivier Miakinen

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Dec 1 00:16:12 2024
    On Sun, 01 Dec 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^

    ". . . there's nothing like weightless sleep for a complete rest . . ."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dwarf planet (aka Pluto)@21:1/5 to All on Sun Dec 1 10:41:02 2024
    Le 01/12/2024 01:16, D a crit :
    On Sun, 01 Dec 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^

    ". . . there's nothing like weightless sleep for a complete rest . . ."

    Ok, I am replacing Pluto for this week-end.

    Response #1, 3 Nov 2024:
    What is your problem?
    This is a document which is posted weekly but has not been modified for
    26 years. I'd consider "monthly" to be sufficient.
    You have been posting pointless replies for over two months now, don't
    you have any other hobbies? Or a life?

    Response #2, 10 Nov 2024:
    What is your problem?
    This is a document which is posted weekly but has not been modified for
    26 years. I'd consider "monthly" to be sufficient.
    You have been posting pointless replies for over two months now, don't
    you have any other hobbies? Or a life?

    Response #3, 17 Nov 2024:
    What is your problem?
    This is a document which is posted weekly but has not been modified for
    26 years.
    You have been posting pointless replies since the start of September,
    don't you have any other hobbies? Or a life?

    Response #4, 24 Nov 2024:
    Same old, same old.

    --
    Pluto is a dwarf planet

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Dec 8 00:37:47 2024
    On Sun, 08 Dec 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^

    for twenty-six years, the weekly transmission to news.admin.net-abuse.usenet has ever been like an old scratched record that keeps skipping over the same repeating flapdoodle . . . to wit, this same exact post will appear again at midnight next sunday universal time, and again, every week, for all eternity

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9525 days since moon-shot
    = 26.079 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Dec 15 00:35:45 2024
    On Sun, 15 Dec 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^

    ". . . no sound or energy sources have been detected . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    = 9531 days since moon-shot
    = 26.095 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Dec 22 01:03:28 2024
    On Sun, 22 Dec 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . it is impenetrable . . . nothing works . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    = 9538 days since moon-shot
    = 26.114 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Laika@21:1/5 to All on Sun Dec 22 19:52:27 2024
    Le 22/12/24 à 02:03, D a écrit :
    On Sun, 22 Dec 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote:
    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . it is impenetrable . . . nothing works . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    = 9538 days since moon-shot
    = 26.114 years and counting . . .


    It is urgent to reactivate fidonet, usenet is bullshitt censorship.
    --

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From yeti@21:1/5 to Laika on Sun Dec 22 20:10:41 2024
    Laika <nestorlambda@not-for-mail.invalid> wrote:

    It is urgent to reactivate fidonet, usenet is bullshitt censorship.

    Fidonet demands realnames. That really looks like a no-go to me now.

    And using only FTS standard stuff to build a network with different
    rules would be doable, but wouldn't help much because of its kinda
    exotic standards which don't fit well into the stuff we run today.

    Distributions based on the RFC822 message format fit better into today's infrastructure, so just install NNTP servers which are not joining
    Usenet and mesh them up with peers you like.

    Or think about using public IMAP folders, mailing lists, ... IMO lots of
    stuff looks easier than Fidonet today.

    --
    I do not bite, I just want to play.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Dec 29 00:11:26 2024
    On Sun, 29 Dec 2024 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . we try to make the environment as earthlike as possible . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    = 9546 days since moon-shot
    = 26.136 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Jan 5 00:45:12 2025
    On Sun, 05 Jan 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . abandoned, forgotten . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9553 days since moon-shot
    = 26.155 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Jan 12 01:13:57 2025
    On Sun, 12 Jan 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . reborn from the ashes . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9560 days since moon-shot
    = 26.174 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Jan 19 00:07:45 2025
    On Sun, 19 Jan 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . none of the sensors are reading anything . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9567 days since moon-shot
    = 26.194 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Jan 26 00:31:46 2025
    On Sun, 26 Jan 2025 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . it's completely inert . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9574 days since moon-shot
    = 26.213 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Feb 2 00:41:48 2025
    On Sun, 02 Feb 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . just plain broken . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9581 days since moon-shot
    = 26.232 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Feb 9 00:14:52 2025
    On Sun, 09 Feb 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . very quiet . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9588 days since moon-shot
    = 26.251 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jean-Paul@21:1/5 to All on Sun Feb 9 11:09:48 2025
    D <noreply@mixmin.net> composa la prose suivante:

    On Sun, 09 Feb 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >>Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . very quiet . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9588 days since moon-shot
    = 26.251 years and counting . . .


    Yes, it's an old document.

    But your monthly answer doesn't add much to the debate.

    Be constructive, start a discussion to find out if anything needs to be changed in this faq.

    An old document can still be relevant: see the Bible ;-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jean-Paul@21:1/5 to All on Sun Feb 9 17:47:34 2025
    Eric M <conanospamic@gmail.com> composa la prose suivante:

    Le 09/02/2025 à 11:09, Jean-Paul a écrit :

    Be constructive, start a discussion to find out if anything needs to be changed
    in this faq.

    When someones does this with your fake doc, you never answer or change >anything.

    <news:67767924$1@news.ausics.net>
    <news:677679f3$1@news.ausics.net>

    you're lying.

    The January faq is not the same as the February faq.
    All constructive messages are taken into account.

    Haven't you made a fool of yourself enough on this group?

    See: <faqbot-fr.45658.5150665278@usenet.ovh> for january
    and <faqbot-fr.45689.794285787@usenet.ovh> for February.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jean-Paul@21:1/5 to All on Sun Feb 9 19:45:45 2025
    Eric M <conanospamic@gmail.com> composa la prose suivante:

    Le 09/02/2025 à 17:47, Jean-Paul a écrit :

    When someones does this with your fake doc, you never answer or change
    anything.

    <news:67767924$1@news.ausics.net>
    <news:677679f3$1@news.ausics.net>

    you're lying.

    The January faq is not the same as the February faq.
    All constructive messages are taken into account.

    Haven't you made a fool of yourself enough on this group?

    See: <faqbot-fr.45658.5150665278@usenet.ovh> for january
    and <faqbot-fr.45689.794285787@usenet.ovh> for February.

    You only replaced :

    - Cancel, on the other hand, is accepted by default by the server
    configuration. It's up to the server administrator to modify his config
    to refuse certain types of cancels. This is not always easy for servers
    with little administration or little knowledge of "fr" specificities.

    By :

    - cancel, on the other hand, is accepted by default on inn2 servers with
    configuration. It's up to the server administrator to modify his config
    version prior to 2.7. In this case, it's up to the server administrator
    to refuse certain types of cancels. This is not always easy for servers
    to modify his config to refuse certain types of cancels and prevent
    with little administration or little knowledge of "fr" specificities.
    multiple abuses (such as those seen on the fr hierarchy).

    No, the text of the February FAQ is:

    - cancel, on the other hand, is accepted by default on inn2 servers with
    version prior to 2.7. In this case, it's up to the server administrator
    to modify his config to refuse certain types of cancels and prevent
    multiple abuses (such as those seen on the fr hierarchy).

    Every body can see it: you're lying



    Wich is useless and has nothing to do with what noel told you.

    Let Noel speak for himself...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to Eric M on Sun Feb 9 19:47:15 2025
    Eric M <conanospamic@gmail.com> wrote:
    Le 09/02/2025 19:45, Jean-Paul a crit :

    No, the text of the February FAQ is:

    - cancel, on the other hand, is accepted by default on inn2 servers with
    version prior to 2.7. In this case, it's up to the server administrator
    to modify his config to refuse certain types of cancels and prevent
    multiple abuses (such as those Seen on the fr hierarchy).

    Every body can see it: you're lying

    Nothing to do with :
    <news:67767924$1@news.ausics.net>

    "You still spreading this mis-information?

    global cancels? no such thing, because *like* nocems, each administrator
    is free to honor them, or ignore them, just like nocems."

    Wich is useless and has nothing to do with what noel told you.

    Let Noel speak for himself...

    Like everyone else, he sees your so called FAQ is not reliable.

    Check your own references, will you!?

    The "global cancels" bit is no longer in the February FAQ. You are
    looking at the wrong part of the FAQ (3 instead of 2). Just check the
    source at <http://al.howardknight.net/> and do a search on "global" and
    you'll find nothing.

    <http://al.howardknight.net/?STYPE=msgid&MSGI=%3Cfaqbot-fr.45689.794285787%40usenet.ovh%3E>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to Eric M on Sun Feb 9 20:23:26 2025
    Eric M <conanospamic@gmail.com> wrote:
    Le 09/02/2025 20:47, Frank Slootweg a crit :

    Check your own references, will you!?

    The "global cancels" bit is no longer in the February FAQ. You are looking at the wrong part of the FAQ (3 instead of 2). Just check the source at <http://al.howardknight.net/> and do a search on "global" and you'll find nothing.

    <http://al.howardknight.net/?STYPE=msgid&MSGI=%3Cfaqbot-fr.45689.794285787%40usenet.ovh%3E>

    Allright, but usually you say what you change in a FAQ. LLP, sorry,
    Jean-Paul says he changed something, and we are supposed to find what.

    No backpedaling. You said that Jean-Paul did not change what Noel
    complained about. As Noel quoted the 'offending' text, you could easily
    have checked if it was changed or not, but you didn't.

    Moral, saying 'sorry' is good, saying 'sorry, but ...' isn't.

    As to "usually you say what you change in a FAQ": Perhaps Jean-Paul is willing to do that in a seperate post, i.e. obviously not *in* the FAQ,
    but in a seperate post when the changed FAQ is being posted.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to Eric M on Mon Feb 10 14:25:48 2025
    Eric M <conanospamic@gmail.com> wrote:
    Frank Slootweg a crit le Sun, 09 Feb 2025 21:23:26 dans news.admin.net-abuse.usenet :

    No backpedaling. You said that Jean-Paul did not change what Noel complained about. As Noel quoted the 'offending' text, you could easily have checked if it was changed or not, but you didn't.

    I checked, but he didn't give any clue of what he changed, he just
    said he did. Usually he doesn't do anything so I thought it would
    be the same.

    Stop beating around the bush! As I *said*, Noel *quoted* what he
    thought was wrong. You could check if *that* was still unchanged. You
    didn't. You can't blame that on anybody but you.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to Eric M on Mon Feb 10 15:29:36 2025
    Eric M <conanospamic@gmail.com> wrote:
    Frank Slootweg a crit le Mon, 10 Feb 2025 15:25:48 dans news.admin.net-abuse.usenet :

    Stop beating around the bush! As I *said*, Noel *quoted* what he
    thought was wrong. You could check if *that* was still unchanged. You didn't. You can't blame that on anybody but you.

    It's harder to find something that is *not* in a FAQ, I used diff but
    I missed that.

    Sigh! Part of the quoted text *is* (justfyably so) still in the FAQ,
    so 'diff' would show the difference.

    Is "Jean-Paul" your lover ? I'm very happy for you but
    please stay calm :)

    If that's supposed to be funny, I'm sorry to rain on your parade, but
    it isn't.

    As to "stay calm": It's a tad hard to stay calm with people who
    always blame *their* faults/problems/etc. on others.

    Moral: Can't do the time, ...

    EO'D'.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Feb 16 01:08:39 2025
    On Sun, 16 Feb 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . every different wavelength . . . nothing . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9595 days since moon-shot
    = 26.270 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Feb 23 01:42:02 2025
    On Sun, 23 Feb 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . nothing in the ships log . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9602 days since moon-shot
    = 26.289 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jean-Paul@21:1/5 to All on Sun Feb 23 11:53:37 2025
    D <noreply@mixmin.net> composa la prose suivante:

    On Sun, 23 Feb 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >>Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . nothing in the ships log . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9602 days since moon-shot
    = 26.289 years and counting . . .

    Yes, it's an old document.
    But an old document can still be relevant: see the Bible ;-)

    Be constructive, start a discussion to find out if anything needs
    to be changed in this faq.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Adam H. Kerman@21:1/5 to Jean-Paul on Sun Feb 23 13:51:27 2025
    Jean-Paul <contact@usenet.ovh> wrote:
    D <noreply@mixmin.net> composa la prose suivante:
    Sun, 23 Feb 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote:

    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . nothing in the ships log . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9602 days since moon-shot
    = 26.289 years and counting . . .

    Yes, it's an old document.
    But an old document can still be relevant: see the Bible ;-)

    Be constructive, start a discussion to find out if anything needs
    to be changed in this faq.

    Why would you expect "D" to obey this 10,325th exhortation to
    "be constructive", having disobeyed the previous 10,324th such
    instructions?

    Dude, spit the hook out. You've been trolled,

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jean-Paul@21:1/5 to All on Sun Feb 23 15:52:33 2025
    "Adam H. Kerman" <ahk@chinet.com> composa la prose suivante:

    Jean-Paul <contact@usenet.ovh> wrote:
    D <noreply@mixmin.net> composa la prose suivante:
    Sun, 23 Feb 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote:

    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . nothing in the ships log . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9602 days since moon-shot
    = 26.289 years and counting . . .

    Yes, it's an old document.
    But an old document can still be relevant: see the Bible ;-)

    Be constructive, start a discussion to find out if anything needs
    to be changed in this faq.

    Why would you expect "D" to obey this 10,325th exhortation to
    "be constructive", having disobeyed the previous 10,324th such
    instructions?

    Dude, spit the hook out. You've been trolled,

    Possible.

    It was the second and last time I'd made this constructive suggestion.
    His messages on this subject will be ignored from now on, since “D ”
    seems to be read-only.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From pjr gnat@21:1/5 to All on Mon Feb 24 22:59:25 2025
    On 23 Feb 2025, "Adam H. Kerman" <ahk@chinet.com> posted some news:vpf94v$h6pv$2@dont-email.me:

    Jean-Paul <contact@usenet.ovh> wrote:
    D <noreply@mixmin.net> composa la prose suivante:
    Sun, 23 Feb 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) >>>wrote:

    Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . nothing in the ships log . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9602 days since moon-shot
    = 26.289 years and counting . . .

    Yes, it's an old document.
    But an old document can still be relevant: see the Bible ;-)

    Be constructive, start a discussion to find out if anything needs
    to be changed in this faq.

    Why would you expect "D" to obey this 10,325th exhortation to
    "be constructive", having disobeyed the previous 10,324th such
    instructions?

    Dude, spit the hook out. You've been trolled,

    Like you haven't ever been?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From pjr gnat@21:1/5 to All on Mon Feb 24 23:05:33 2025
    On 23 Feb 2025, Eric M <conanospamic@gmail.com> posted some news:- Va8Iw7vgKIj5_uTq6QccTLMvsM@jntp:

    Le 23/02/2025 à 11:53, Jean-Paul a écrit :

    But an old document can still be relevant: see the Bible ;-)

    The Bible is just old fairy tales for children :)

    Modern children can't read anyway. It's lost on them.

    Fun fact: 773 million worthless eaters in the world can't read or write.
    2/3s of them are female. In the USA those women run for POTUS.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Mar 2 00:09:52 2025
    On Sun, 02 Mar 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . in a deep coma for a long time . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9609 days since moon-shot
    = 26.309 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Mar 9 00:42:54 2025
    On Sun, 09 Mar 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^

    ". . . maybe it has something to do with the monolith . . .

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9616 days since moon-shot
    = 26.328 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Mar 16 00:41:39 2025
    On Sun, 16 Mar 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^

    ". . . a lot has happened while you have been asleep . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9623 days since moon-shot
    = 26.347 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Mar 23 02:57:40 2025
    On Sun, 23 Mar 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . name . . . continue . . . yesterday . . . tomorrow . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9630 days since moon-shot
    = 26.366 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Mar 30 03:09:52 2025
    On Sun, 30 Mar 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^

    ". . . in a deep coma for a long time . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9637 days since moon-shot
    = 26.385 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Apr 6 02:49:29 2025
    On Sun, 06 Apr 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^

    ". . . nothing . . . everything was erased . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9644 days since moon-shot
    = 26.404 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Apr 13 02:23:33 2025
    On Sun, 13 Apr 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . moebius loop . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9651 days since moon-shot
    = 26.424 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Apr 20 03:44:16 2025
    On Sun, 20 Apr 2025 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . systems status report . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9658 days since moon-shot
    = 26.443 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Doctor@21:1/5 to All on Sun Apr 20 02:18:46 2025
    In article <710317cb144955cf26954c06d5d5270d@dizum.com>, D <J@M> wrote:
    On Sun, 20 Apr 2025 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >>Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . systems status report . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9658 days since moon-shot
    = 26.443 years and counting . . .


    Ancient!
    --
    Member - Liberal International This is doctor@nk.ca Ici doctor@nk.ca
    Yahweh, King & country!Never Satan President Republic!Beware AntiChrist rising! Look at Psalms 14 and 53 on Atheism ;
    Canada -Save the Nation from Donald Trump - Vote Liberal!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Apr 27 03:32:09 2025
    On Sun, 27 Apr 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . he had conflicting orders . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9665 days since moon-shot
    = 26.462 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sat May 3 20:13:12 2025
    On Sun, 04 May 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . there is no identification . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9672 days since moon-shot
    = 26.481 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sat May 10 20:30:36 2025
    On Sun, 11 May 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . no one here is really sure . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9679 days since moon-shot
    = 26.500 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun May 18 03:24:42 2025
    On Sun, 18 May 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . this is not a recording . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9686 days since moon-shot
    = 26.519 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun May 25 04:25:10 2025
    On Sun, 25 May 2025 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . communications of an emergency
    distress nature are allowed . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9693 days since moon-shot
    = 26.539 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sat May 31 20:43:40 2025
    On Sun, 01 Jun 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . no shift in position . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9700 days since moon-shot
    = 26.558 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Jun 8 02:34:19 2025
    On Sun, 08 Jun 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10

    ^^^^ ^^ ^^
    ". . . request for information . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9707 days since moon-shot
    = 26.577 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Jun 15 02:20:08 2025
    On Sun, 15 Jun 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . no satisfactory reply . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9714 days since moon-shot
    = 26.596 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sat Jun 21 21:33:49 2025
    On Sun, 22 Jun 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . caught in the middle of this . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9721 days since moon-shot
    = 26.615 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Jun 29 01:21:19 2025
    On Sun, 29 Jun 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . mission objectives . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9728 days since moon-shot
    = 26.634 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sat Jul 5 20:57:05 2025
    On Sun, 06 Jul 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^

    ". . . on the dark side . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9735 days since moon-shot
    = 26.654 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Jul 13 01:33:15 2025
    On Sun, 13 Jul 2025 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . the image on the monitor . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9742 days since moon-shot
    = 26.673 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Jul 20 01:32:53 2025
    On Sun, 20 Jul 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . for historians . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9749 days since moon-shot
    = 26.692 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Jul 27 01:44:34 2025
    On Sun, 27 Jul 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . the process is incomplete . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9756 days since moon-shot
    = 26.711 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sat Aug 2 20:41:39 2025
    On Sun, 03 Aug 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . explore another possibility . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9763 days since moon-shot
    = 26.730 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Aug 10 02:13:54 2025
    On Sun, 10 Aug 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . the situation has changed . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9770 days since moon-shot
    = 26.749 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Aug 17 02:26:20 2025
    On Sun, 17 Aug 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . those programs . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9777 days since moon-shot
    = 26.769 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Aug 24 01:31:31 2025
    On Sun, 24 Aug 2025 00:02:02 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . nothing . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9784 days since moon-shot
    = 26.788 years and counting . . .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Tim Skirvin on Sun Aug 31 02:30:19 2025
    On Sun, 31 Aug 2025 00:02:01 +0000, tskirvin@killfile.org (Tim Skirvin) wrote: >Archive-name: usenet/spam-faq
    Posting-Frequency: weekly
    Last-modified: 1998/11/10
    ^^^^ ^^ ^^
    ". . . for you to transmit . . ."

    1998/11/10 (derelict "faq")
    - 1977/11/17 (skirvin's dob)
    = 7663 days (~20.9806 years)

    9791 days since moon-shot
    = 26.807 years and counting . . .

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