• mbse add on facility

    From Vince Coen@2:250/1 to All on Mon Jan 2 13:29:00 2017
    Hello All!
    Well, the mbse current programmers:

    I have a wee need -


    Do you know of a software add-on etc that runs under Linux (or any if source available) that can read a file of banned posters by Echo area by name and/or address that can be run while tossing?

    Under Mbse I have a space for pktdate which I am currently using although I doubt has any real purpose these days that can be replaced with such a tool.

    I am thinking of a file that it would read holding three elements:

    EchoArea Name NetAddress e.g.,

    FIDO_SYSOP David Bloggs 3:1234/9876
    FIDO_SYSOP * 3:1234/9876
    * * 3:1234/9876

    Where '*' is global for any.


    Or is there some other way of doing so.

    Trying to find a way of removing Troll traffic from one or more echo areas.



    Vince

    --- Mageia Linux v5/Mbse v1.0.6/GoldED+/LNX 1.1.501-b20150715
    * Origin: Air Applewood, The Linux Gateway to the UK & Eire (2:250/1)
  • From Tony Comandini@2:250/5 to Vince Coen on Mon Jan 2 14:49:34 2017
    Hello All!
    Well, the mbse current programmers:
    I have a wee need -
    Do you know of a software add-on etc that runs under Linux (or any if source available) that can read a file of banned posters by Echo area by name and/or address that can be run while tossing?
    Under Mbse I have a space for pktdate which I am currently using although I doubt has any real purpose these days that can be replaced with such a tool. I am thinking of a file that it would read holding three elements:
    EchoArea Name NetAddress e.g.,
    FIDO_SYSOP David Bloggs 3:1234/9876
    FIDO_SYSOP * 3:1234/9876
    * * 3:1234/9876
    Where '*' is global for any.
    Or is there some other way of doing so.
    Trying to find a way of removing Troll traffic from one or more echo areas.

    Hello Vince,
    there is a particular Fido area which is now "land of troll" for your particular request I think that you can elaborate something using sed and awk with a cycle of for before toss the packet.

    Tony

    --- BBBS/Li6 v4.10 Toy-3
    * Origin: = Laser BBS = London, UK = bbs.laserbbs.co.uk:2424 (2:250/5)
  • From Andrew Leary@1:320/219 to Vince Coen on Mon Jan 2 10:34:14 2017
    Hello Vince!

    02 Jan 17 13:29, you wrote to all:

    Well, the mbse current programmers:

    I have a wee need -

    Do you know of a software add-on etc that runs under Linux (or any if source available) that can read a file of banned posters by Echo area
    by name and/or address that can be run while tossing?

    Under Mbse I have a space for pktdate which I am currently using
    although I doubt has any real purpose these days that can be replaced
    with such a tool.

    I am thinking of a file that it would read holding three elements:

    EchoArea Name NetAddress e.g.,

    FIDO_SYSOP David Bloggs 3:1234/9876
    FIDO_SYSOP * 3:1234/9876
    * * 3:1234/9876

    Where '*' is global for any.


    Or is there some other way of doing so.

    Trying to find a way of removing Troll traffic from one or more echo areas.

    Doing twit filtering in this manner forces it upon all of your downlinks as well. A better solution is to configure twit filtering in your editor. GoldED has this ability. Another possibility is a program that reads your message bases and deletes the twit messages there. The big difference being that this way passes all of the messages on to your downlinks.

    Andrew

    --- GoldED+/LNX 1.1.5-b20161221
    * Origin: Phoenix BBS * phoenix.bnbbbs.net (1:320/219)
  • From mark lewis@1:3634/12.73 to Andrew Leary on Mon Jan 2 15:48:46 2017

    On 2017 Jan 02 10:34:14, you wrote to Vince Coen:

    Trying to find a way of removing Troll traffic from one or more echo
    areas.

    Doing twit filtering in this manner forces it upon all of your
    downlinks as well. A better solution is to configure twit filtering
    in your editor. GoldED has this ability.

    some how i smell a new feature for the mbse BBS package... a feature in which there's a per user twit filter capability... possibility one that mimics the capabilities in GoldED+ ;)

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... I'm *not* losing my hair...I'm growing a solar panel ;*)
    ---
    * Origin: (1:3634/12.73)
  • From Shawn Highfield@1:229/452.3 to Vince Coen on Mon Jan 2 18:10:22 2017
    Hello Vince!

    02 Jan 17 13:29, you wrote to all:

    Trying to find a way of removing Troll traffic from one or more echo areas.

    Just add my name Vince. I"m trolling the elf queen and king (bob and janis) and won't stop until I have my feed cut.


    Shawn


    ... The OFFICIAL tagline of the 1996 Olympics!
    --- GoldED+/LNX 1.1.5-b20160322
    * Origin: Tiny's BBS - www.tinysbbs.com (1:229/452.3)
  • From Stephen Walsh@3:633/280 to Vince Coen on Tue Jan 3 12:09:37 2017

    Hello Vince!

    02 Jan 17 13:29, you wrote to all:

    Under Mbse I have a space for pktdate which I am currently using
    although I doubt has any real purpose these days that can be replaced
    with such a tool.
    [...]

    Trying to find a way of removing Troll traffic from one or more echo areas.

    If you feed other's then you shouldn't change the packets that get sent on.

    Another way is to use the 18.2 section to run a script. I do that here, and all it does is copy the
    files from the inbound to a backup dir and then process the mail:

    ===cut===
    #!/bin/sh
    cp /opt/mbse/var/inbound/* /opt/mbse/mail-backup
    export MBSE_ROOT=/opt/mbse; $MBSE_ROOT/bin/mbfido toss tic -quiet
    ===cut===


    If you use golded for your reader then this will work in your golded config file:

    ===cut===
    TwitName David Drummond
    TwitMode Skip
    TwitTo Yes
    TwitFrom Yes

    TwitName Lee Lofaso
    TwitMode Skip
    TwitTo Yes
    TwitFrom Yes

    TwitName Tim Richardson
    TwitMode Skip
    TwitTo Yes
    TwitFrom Yes
    ===cut===




    Stephen


    --- GoldED+/LNX 1.1.5-b20161221
    * Origin: Dragon's Lair ---:- dragon.vk3heg.net -:--- (3:633/280)
  • From Vince Coen@2:250/1 to Shawn Highfield on Wed Jan 4 14:41:00 2017
    Hello Shawn!

    Monday January 02 2017 18:10, you wrote to me:


    Hello Vince!

    02 Jan 17 13:29, you wrote to all:

    Trying to find a way of removing Troll traffic from one or more
    echo areas.

    Just add my name Vince. I"m trolling the elf queen and king (bob
    and janis) and won't stop until I have my feed cut.


    Sorry Shawn you are not on my list :)

    Vince

    --- Mageia Linux v5/Mbse v1.0.6/GoldED+/LNX 1.1.501-b20150715
    * Origin: Air Applewood, The Linux Gateway to the UK & Eire (2:250/1)
  • From Shawn Highfield@1:229/452.3 to Vince Coen on Thu Jan 5 13:17:14 2017
    Hello Vince!

    04 Jan 17 14:41, you wrote to me:

    Sorry Shawn you are not on my list :)

    Laugh, thanks! ;)

    Shawn

    ... A liberal is a man too broadminded to take his own side in a quarrel.
    --- GoldED+/LNX 1.1.5-b20160322
    * Origin: Tiny's BBS - www.tinysbbs.com (1:229/452.3)
  • From Stephen Walsh@3:633/280 to Vince Coen on Tue Jan 3 12:09:37 2017

    Hello Vince!

    02 Jan 17 13:29, you wrote to all:

    Under Mbse I have a space for pktdate which I am currently using
    although I doubt has any real purpose these days that can be replaced
    with such a tool.
    [...]

    Trying to find a way of removing Troll traffic from one or more echo areas.

    If you feed other's then you shouldn't change the packets that get sent on.

    Another way is to use the 18.2 section to run a script. I do that here, and all it does is copy the
    files from the inbound to a backup dir and then process the mail:

    ===cut===
    #!/bin/sh
    cp /opt/mbse/var/inbound/* /opt/mbse/mail-backup
    export MBSE_ROOT=/opt/mbse; $MBSE_ROOT/bin/mbfido toss tic -quiet
    ===cut===


    If you use golded for your reader then this will work in your golded config file:

    ===cut===
    TwitName David Drummond
    TwitMode Skip
    TwitTo Yes
    TwitFrom Yes

    TwitName Lee Lofaso
    TwitMode Skip
    TwitTo Yes
    TwitFrom Yes

    TwitName Tim Richardson
    TwitMode Skip
    TwitTo Yes
    TwitFrom Yes
    ===cut===




    Stephen


    --- GoldED+/LNX 1.1.5-b20161221
    * Origin: Dragon's Lair ---:- dragon.vk3heg.net -:--- (3:633/280)
  • From Scott Little@3:712/848 to Stephen Walsh on Sat Jan 7 12:03:46 2017
    @MSGID: 3:633/280@fidonet 586afabg

    Sorry for dupe, that was me diagnosing missing mail. Disregard.


    --- Discoveries are often made by not following instructions.
    * Origin: sysgod@sysgod.org (3:712/848)