• Netmail

    From Rick Smith@1:105/85 to All on Wed Aug 30 09:41:53 2023
    Greetings All!

    On my hub where I host fidonet and micronet for other systems, their netmail ends up in my netmail, looking at the logs it still appears to send it on to the correct system but why is it showing up where I can read others netmail? I have proper routing, etc. I do use carbon copy but that should be only stuff addressed to me no? It happens with both fidonet and micronet netmail.

    Thoughts on what I can look for?



    ----
    Regards,


    Rick Smith (Nitro)

    ... TAGLINE A BBS addict is hooked when: you consider BBSing better than chocolate
    --- GoldED+/OS2 1.1.52220220504
    * Origin: ----> OS/2 BBS attempting a resurrection (1:105/85)
  • From Nil Alexandrov@1:16/101 to Rick Smith on Wed Aug 30 23:09:28 2023
    Hello, Rick!

    Wednesday August 30 2023 09:41, from Rick Smith -> All:

    On my hub where I host fidonet and micronet for other systems, their netmail ends up in my netmail,

    This behavior is by design. Husky *hpt toss* will process incoming unpacked pkts and bundles and will store all netmail messages in the configured *NetmailArea* area. If the destination address of the netmail is not your system then you will see the attribute *in-transit*. The following call to *hpt pack* will pack netmail messages using the routing config and will remove in-transit netmail messages from NetmailArea area.

    Best Regards,
    Nil

    --- GoldED+/LNX 1.1.5
    * Origin: -=NIL BBS=- (1:16/101)
  • From Kai Richter@2:240/77 to Rick Smith on Fri Sep 1 15:15:26 2023
    Hello Rick!

    30 Aug 23, Rick Smith wrote to All:

    but why is it showing up where I can read others netmail?

    Because it is not your netmail folder - it is THE netmail folder.
    Think of it as a node system netmail folder.

    Thoughts on what I can look for?

    squish uses a "KillInTransit" keyword but according to Nil this seems to be the default behavior for hpt.

    If your workflow is "hpt toss", use editor, "hpt pack" then you could try to do "hpt toss ; hpt pack", use editor, "hpt pack".

    The first one is good for debugging. The second for daily usage.

    Regards

    Kai

    --- GoldED+/LNX 1.1.4.7
    * Origin: Monobox (2:240/77)
  • From Rick Smith@1:105/81 to Kai Richter on Sat Sep 2 08:30:44 2023
    Hello Kai!

    Friday September 01 2023 15:15, you wrote to me:

    * Forwarded from area 'FIDOSOFT.HUSKY'
    Hello Rick!

    30 Aug 23, Rick Smith wrote to All:

    but why is it showing up where I can read others netmail?

    Because it is not your netmail folder - it is THE netmail folder.
    Think of it as a node system netmail folder.

    Thoughts on what I can look for?

    squish uses a "KillInTransit" keyword but according to Nil this seems
    to be the default behavior for hpt.

    If your workflow is "hpt toss", use editor, "hpt pack" then you could
    try to do "hpt toss ; hpt pack", use editor, "hpt pack".

    The first one is good for debugging. The second for daily usage.

    Ah so its how I pull it up via script?

    #!/bin/bash
    fconf2golded -a /usr/local/tools/golded/myareas.cfg
    golded -c/usr/local/tools/golded/golded.cfg
    hpt toss scan pack

    Thats my current script to fire up golded?

    Regards,

    Rick

    ... recipes: the license plates of BBSing.
    --- GoldED+/LNX 1.1.5-b20220504
    * Origin: Awesome Net- Oregon FTN Hub - www.awesomenet.us (1:105/81)
  • From Rick Smith@1:105/81 to Kai Richter on Sat Sep 2 09:45:24 2023
    Hello Kai!

    Friday September 01 2023 15:15, you wrote to me:

    * Forwarded from area 'FIDOSOFT.HUSKY'
    Hello Rick!

    30 Aug 23, Rick Smith wrote to All:

    but why is it showing up where I can read others netmail?

    Because it is not your netmail folder - it is THE netmail folder.
    Think of it as a node system netmail folder.

    Thoughts on what I can look for?

    squish uses a "KillInTransit" keyword but according to Nil this seems
    to be the default behavior for hpt.

    If your workflow is "hpt toss", use editor, "hpt pack" then you could
    try to do "hpt toss ; hpt pack", use editor, "hpt pack".

    The first one is good for debugging. The second for daily usage.

    This appears to have fixed it ty!

    Regards,

    Rick

    ... If you can't read, maybe BBSing is not for you!
    --- GoldED+/LNX 1.1.5-b20220504
    * Origin: Awesome Net- Oregon FTN Hub - www.awesomenet.us (1:105/81)
  • From Stas Mishchenkov@2:460/5858 to Rick Smith on Mon Sep 4 09:28:04 2023
    Hi Rick!

    Saturday September 02 2023 08:30, you wrote to Kai Richter:

    Ah so its how I pull it up via script?

    #!/bin/bash
    fconf2golded -a /usr/local/tools/golded/myareas.cfg
    golded -c/usr/local/tools/golded/golded.cfg
    hpt toss scan pack

    Thats my current script to fire up golded?

    You may use "AREAFILE fidoconfig /usr/local/tools/golded/myareas.cfg" in golded.cfg instead fconf2golded -a /usr/local/tools/golded/myareas.cfg.

    Have a nice night.
    Stas Mishchenkov.

    --- Have You daily sexual life? Hide it proper from Your wife! ;)
    * Origin: Lame Users Breeding. Simferopol, Crimea. (2:460/5858)
  • From Rick Smith@1:105/85 to Stas Mishchenkov on Thu Sep 7 05:43:37 2023
    Greetings Stas!

    Monday September 04 2023 09:28, you wrote to me about an urgent matter!:

    * Forwarded from area 'fidosoft.husky'
    Hi Rick!

    Saturday September 02 2023 08:30, you wrote to Kai Richter:

    Ah so its how I pull it up via script?

    #!/bin/bash
    fconf2golded -a /usr/local/tools/golded/myareas.cfg
    golded -c/usr/local/tools/golded/golded.cfg
    hpt toss scan pack

    Thats my current script to fire up golded?

    You may use "AREAFILE fidoconfig /usr/local/tools/golded/myareas.cfg"
    in golded.cfg instead fconf2golded -a
    /usr/local/tools/golded/myareas.cfg.
    I do it this way so that when I run the script for editor I get all the current areas, so if areafix created a new area then I will have it in editor.


    ----
    Regards,


    Rick Smith (Nitro)

    ... BBSing is irrelevant. You will be assimilated. --Sysop of Borg
    --- GoldED+/OS2 1.1.52220220504
    * Origin: ----> OS/2 BBS attempting a resurrection (1:105/85)
  • From Stas Mishchenkov@2:460/5858 to Rick Smith on Fri Sep 8 09:27:00 2023
    Hi Rick!

    Thursday September 07 2023 05:43, you wrote to me:

    Ah so its how I pull it up via script?

    #!/bin/bash
    fconf2golded -a /usr/local/tools/golded/myareas.cfg
    golded -c/usr/local/tools/golded/golded.cfg
    hpt toss scan pack

    Thats my current script to fire up golded?

    You may use "AREAFILE fidoconfig /usr/local/tools/golded/myareas.cfg"
    in golded.cfg instead fconf2golded -a
    /usr/local/tools/golded/myareas.cfg.

    I do it this way so that when I run the script for editor I get all the current areas, so if areafix created a new area then I will have it in editor.

    This is not required now. Golded can read the list of echo areas directly from the husky config.

    Have a nice night.
    Stas Mishchenkov.

    --- Have You daily sexual life? Hide it proper from Your wife! ;)
    * Origin: Lame Users Breeding. Simferopol, Crimea. (2:460/5858)
  • From Rick Smith@1:105/81 to Stas Mishchenkov on Fri Sep 8 06:49:32 2023
    Hello Stas!

    Friday September 08 2023 09:27, you wrote to me:

    * Forwarded from area 'FIDOSOFT.HUSKY'
    Hi Rick!

    Thursday September 07 2023 05:43, you wrote to me:

    Ah so its how I pull it up via script?

    You may use "AREAFILE fidoconfig
    /usr/local/tools/golded/myareas.cfg" in golded.cfg instead
    fconf2golded -a /usr/local/tools/golded/myareas.cfg.

    I do it this way so that when I run the script for editor I get
    all the current areas, so if areafix created a new area then I
    will have it in editor.

    This is not required now. Golded can read the list of echo areas
    directly from the husky config.

    I use separate areafiles for each network and have them in config as includes. Can the AREAFILE statement be repeated for each areafile?

    Regards,

    Rick

    ... Recipes: the bumper stickers of BBSing.
    --- GoldED+/LNX 1.1.5-b20220504
    * Origin: Awesome Net- Oregon FTN Hub - www.awesomenet.us (1:105/81)
  • From Max Vasilyev@2:5057/77 to Rick Smith on Sun Sep 10 13:34:37 2023
    Hello Rick!

    08 Sep 23 06:49, you wrote to Stas Mishchenkov:

    You may use "AREAFILE fidoconfig
    /usr/local/tools/golded/myareas.cfg" in golded.cfg instead
    I use separate areafiles for each network and have them in config as includes. Can the AREAFILE statement be repeated for each areafile?
    You should point to the main fidoconfig with all includes inside it.

    WBR, Max.
    --- скучаю по FleetStreet'у :-(((
    * Origin: Personal Reality (2:5057/77)
  • From Rick Smith@1:105/81 to Max Vasilyev on Sun Sep 10 08:41:46 2023
    Hello Max!

    Sunday September 10 2023 13:34, you wrote to me:

    * Forwarded from area 'FIDOSOFT.HUSKY'
    Hello Rick!

    08 Sep 23 06:49, you wrote to Stas Mishchenkov:

    You may use "AREAFILE fidoconfig
    /usr/local/tools/golded/myareas.cfg" in golded.cfg instead
    I use separate areafiles for each network and have them in config
    as includes. Can the AREAFILE statement be repeated for each
    areafile?
    You should point to the main fidoconfig with all includes inside it.

    Thank you, not sure how we got on this as I had a Netmail ? which has now been resolved. MY fidoconfig and includes all work as they should...

    Thank you again


    Regards,

    Rick

    ... Hopeless addict to BBSing, I need a QWK fix
    --- GoldED+/LNX 1.1.5-b20220504
    * Origin: Awesome Net- Oregon FTN Hub - www.awesomenet.us (1:105/81)
  • From Kai Richter@2:240/77 to Rick Smith on Tue Sep 19 19:24:40 2023
    Hello Rick!

    08 Sep 23, Rick Smith wrote to Stas Mishchenkov:

    /usr/local/tools/golded/myareas.cfg" in golded.cfg instead
    fconf2golded -a /usr/local/tools/golded/myareas.cfg.

    I use separate areafiles for each network and have them in config as includes.

    Do you have one config file that is used for the -c <config> switches?

    If you INCLUDE area config files in the FIDOCONFIG then the includes are part of the one FIDOCONFIG (the initial config file set by huskymak.cfg CFGDIR/CFGNAME variable).

    Can the AREAFILE statement be repeated for each areafile?

    Thanks to the includes the one and only required areafile is the fidoconfig:

    golded.cfg:

    AREAFILE fidoconfig /etc/fido/config

    This should read all areadefinitions of your seperate areafiles too.

    Btw, that's what the fconf2golded tool does. It reads the FIDOCONF with all includes and write them into the golded area file. It gives you an additional write to your filesystem but the read content should be the same.

    Regards

    Kai

    --- GoldED+/LNX 1.1.4.7
    * Origin: Monobox (2:240/77)