• hiding NoCeM groups

    From Marco Moock@mm+usenet-es@dorfdsl.de to rocksolid.nodes.help on Thu Aug 15 14:05:04 2024
    From Newsgroup: rocksolid.nodes.help

    Hello!

    Is there a good way to hide the NoCeM list groups form the index?
    Some crawler now index them...
    --
    kind regards
    Marco

    Send spam to 1723723462muell@cartoonies.org

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Retro Guy@retroguy@novabbs.com to rocksolid.nodes.help on Thu Aug 15 12:28:52 2024
    From Newsgroup: rocksolid.nodes.help

    On Thu, 15 Aug 2024 12:05:04 +0000, Marco Moock wrote:

    Hello!

    Is there a good way to hide the NoCeM list groups form the index?
    Some crawler now index them...

    The grouplist is populated by groups.txt files in your config, guided by menu.conf. It will not add groups in the spoolnews section:

    if ($menuitem[0] == 'spoolnews') {
    continue;
    }

    I keep all these types of groups (groups that don't need to be web
    accessible) in 'spoolnews'. If you move it there, it should continue to
    work for nocem, but expire from your grouplist after some hours.
    --
    Retro Guy
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marco Moock@mm+usenet-es@dorfdsl.de to rocksolid.nodes.help on Thu Aug 15 14:32:56 2024
    From Newsgroup: rocksolid.nodes.help

    On 15.08.2024 um 12:28 Uhr Retro Guy wrote:

    I keep all these types of groups (groups that don't need to be web accessible) in 'spoolnews'. If you move it there, it should continue
    to work for nocem, but expire from your grouplist after some hours.

    What do I exactly need to move?
    --
    kind regards
    Marco

    Send spam to 1723717732muell@cartoonies.org

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Retro Guy@retroguy@novabbs.com to rocksolid.nodes.help on Thu Aug 15 06:12:54 2024
    From Newsgroup: rocksolid.nodes.help

    On Thu, 15 Aug 2024 14:32:56 +0200, Marco Moock wrote:

    On 15.08.2024 um 12:28 Uhr Retro Guy wrote:

    I keep all these types of groups (groups that don't need to be web
    accessible) in 'spoolnews'. If you move it there, it should continue
    to work for nocem, but expire from your grouplist after some hours.

    What do I exactly need to move?

    Just remove the group name from rocksolid/groups.txt and add it to spoolnews/groups.txt (in config directory). (I'm assuming you want to get news.lists.filters out of the grouplist)

    Groups in <config_dir>/spoolnews/groups.txt should not appear in the
    grouplist, but are still accessible by newsreader.

    If you have edited <config_dir>/menu.conf and removed spoolnews, it should contain:

    # spoolnews is an internal spool handler for all sections:
    # and should almost always be 'spoolnews:0:1'
    spoolnews:0:1

    There must also be a symlinked spoolnews dir in your web dir, which is
    created during install.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marco Moock@mm+usenet-es@dorfdsl.de to rocksolid.nodes.help on Thu Aug 15 16:52:08 2024
    From Newsgroup: rocksolid.nodes.help

    On 15.08.2024 um 06:12 Uhr Retro Guy wrote:

    Just remove the group name from rocksolid/groups.txt and add it to spoolnews/groups.txt (in config directory). (I'm assuming you want to
    get news.lists.filters out of the grouplist)

    Thanks, that did the thing.
    --
    kind regards
    Marco

    Send spam to 1723695174muell@cartoonies.org

    --- Synchronet 3.21a-Linux NewsLink 1.2