• Packet file naming.

    From Joe Delahaye@VERT to Digital Man or??? on Tuesday, March 08, 2016 19:38:28
    I've gotten a few remarks that mail packets I send, all end with the same extention - e.g. .SU0 I asked, and was answered that they did indeed toss mail upon receiving. Is it possible to sequentially number the extentions even if the first packet is already gone? IE - .TU0, and when sent next extention to be TU1. It seems that this is confusing people who see the following stuff in log files.

    Mar 08 03:25:41 bbs1 server_binkp.log: Mar 08 03:25:41 1 Receiving 00000060.TU0 (813 bytes)
    Mar 08 03:35:41 bbs1 server_binkp.log: Mar 08 03:35:41 1 Receiving 00000060.TU0 (4,112 bytes)
    Mar 08 03:55:46 bbs1 server_binkp.log: Mar 08 03:55:46 1 Receiving 00000060.TU0 (1,137 bytes)
    Mar 08 04:10:48 bbs1 server_binkp.log: Mar 08 04:10:48 1 Receiving 00000060.TU0 (2,310 bytes)
    Mar 08 04:15:46 bbs1 server_binkp.log: Mar 08 04:15:46 1 Receiving 00000060.TU0 (5,476 bytes)
    Mar 08 04:20:48 bbs1 server_binkp.log: Mar 08 04:20:48 1 Receiving 00000060.TU0 (1,455 bytes)
    Mar 08 04:25:51 bbs1 server_binkp.log: Mar 08 04:25:51 1 Receiving 00000060.TU0 (881 bytes)
    Mar 08 05:00:53 bbs1 server_binkp.log: Mar 08 05:00:53 1 Receiving 00000060.TU0 (999 bytes)
    Mar 08 05:05:56 bbs1 server_binkp.log: Mar 08 05:05:56 1 Receiving 00000060.TU0 (838 bytes)

    There is more to that, and this is not the first complaint I had. In retrospect this particular node checked further and found that there really was no problem. I seem to recall though that other tossers do indeed sequentially number the archived packets. Is it a hard thing to do, or does anyone else care about this?
    --- SBBSecho 2.32-Win32
    * Origin: The Lions Den BBS, Trenton, On, CDN (1:249/303)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Digital Man@VERT to Joe Delahaye on Wednesday, March 09, 2016 03:15:02
    Re: Packet file naming.
    By: Joe Delahaye to Digital Man or??? on Tue Mar 08 2016 07:38 pm

    I've gotten a few remarks that mail packets I send, all end with the same extention - e.g. .SU0 I asked, and was answered that they did indeed toss mail upon receiving. Is it possible to sequentially number the extentions even if the first packet is already gone? IE - .TU0, and when sent next extention to be TU1. It seems that this is confusing people who see the following stuff in log files.

    There is more to that, and this is not the first complaint I had. In retrospect this particular node checked further and found that there really was no problem. I seem to recall though that other tossers do indeed sequentially number the archived packets. Is it a hard thing to do, or does anyone else care about this?

    It would require keeping track of the last bundle file sent (these are bundles, not packets). So it'd be a considerable amount of extra book keeping for really no good reason.

    digital man

    Synchronet "Real Fact" #42:
    Synchronet added Baja/PCMS support with v2.00a (1994).
    Norco, CA WX: 55.7øF, 55.0% humidity, 15 mph ESE wind, 0.17 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Joe Delahaye@VERT to Digital Man on Wednesday, March 09, 2016 11:34:37
    Re: Packet file naming.
    By: Digital Man to Joe Delahaye on Wed Mar 09 2016 03:15:02

    There is more to that, and this is not the first complaint I had. In
    retrospect this particular node checked further and found that there
    really was no problem. I seem to recall though that other tossers do
    indeed sequentially number the archived packets. Is it a hard thing
    to do, or does anyone else care about this?

    It would require keeping track of the last bundle file sent (these are bundles, not packets). So it'd be a considerable amount of extra book keeping for really no good reason.


    Well it it requires that much of a rewrite I suppose we leave things alone, or switch to raw packets.
    --- SBBSecho 2.32-Win32
    * Origin: The Lions Den BBS, Trenton, On, CDN (1:249/303)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From mark lewis@VERT to Digital Man on Monday, March 14, 2016 04:14:24
    09 Mar 16 03:15, you wrote to Joe Delahaye:

    There is more to that, and this is not the first complaint I had. In
    retrospect this particular node checked further and found that there
    really was no problem. I seem to recall though that other tossers do
    indeed sequentially number the archived packets. Is it a hard thing to
    do, or does anyone else care about this?

    It would require keeping track of the last bundle file sent (these are bundles, not packets). So it'd be a considerable amount of extra book keeping for really no good reason.

    ummm... this is exactly the reason that mailer's have an attribute or setting of "delete after sending" or "truncate after sending"... no extra book keeping needed ;)

    clarity: the tosser already has to look and see if there's an existing bundle... if there is, it already has to look at the bundle's file size... if the file size is not zero, the tosser adds the new PKTs to the old bundle as long as it is not being transmitted right now... if the existing bundle's size is zero then it has been transmitted and truncated so the number in the extension is incremented and the tosser carries on like normal by adding the PKTs to the new bundle name... oh yeah, that old truncated zero byte bundle name is deleted by the tosser after it has decided to create a new bundle with a new number...

    )\/(ark

    Always Mount a Scratch Monkey

    ... You will never "have it all together."
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Digital Man@VERT to mark lewis on Monday, March 14, 2016 19:58:14
    Re: Packet file naming.
    By: mark lewis to Digital Man on Mon Mar 14 2016 04:14 am


    09 Mar 16 03:15, you wrote to Joe Delahaye:

    There is more to that, and this is not the first complaint I had. In
    retrospect this particular node checked further and found that there
    really was no problem. I seem to recall though that other tossers do
    indeed sequentially number the archived packets. Is it a hard thing to
    do, or does anyone else care about this?

    It would require keeping track of the last bundle file sent (these are bundles, not packets). So it'd be a considerable amount of extra book keeping for really no good reason.

    ummm... this is exactly the reason that mailer's have an attribute or setting of "delete after sending" or "truncate after sending"... no extra book keeping needed ;)

    clarity: the tosser already has to look and see if there's an existing bundle... if there is, it already has to look at the bundle's file size... if the file size is not zero, the tosser adds the new PKTs to the old bundle as long as it is not being transmitted right now... if the existing bundle's size is zero then it has been transmitted and truncated so the number in the extension is incremented and the tosser carries on like normal by adding the PKTs to the new bundle name... oh yeah, that old truncated zero byte bundle name is deleted by the tosser after it has decided to create a new bundle with a new number...

    SBBSecho has the same option (set echocfg->Toggle Options->Bundle Attachments to "Truncate") and I suppose it's for that very purpose. Probably related to this feature, SBBSecho won't delete (or re-use) 0-byte bundle files unless they are > 24 hours old.

    digital man

    Synchronet "Real Fact" #86:
    Synchronet Message Base and its library, SMBLIB, was used by AXiS BBS Software. Norco, CA WX: 56.2øF, 85.0% humidity, 6 mph E wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From mark lewis@VERT to Digital Man on Tuesday, March 15, 2016 12:27:30
    14 Mar 16 19:58, you wrote to me:

    It would require keeping track of the last bundle file sent (these
    are bundles, not packets). So it'd be a considerable amount of extra
    book keeping for really no good reason.

    ummm... this is exactly the reason that mailer's have an attribute or
    setting of "delete after sending" or "truncate after sending"... no
    extra book keeping needed ;)

    [trim]

    SBBSecho has the same option (set echocfg->Toggle Options->Bundle Attachments to "Truncate") and I suppose it's for that very purpose.

    yep, it is exactly for that purpose ;)

    Probably related to this feature, SBBSecho won't delete (or re-use)
    0-byte bundle files unless they are > 24 hours old.

    possibly but it really should remove them once it has created the next bundle... that being because it is not needed any more... then there's also that some folks are rather OCD and don't understand why zero-byte files are left behind so they do everything they can to remove them ASAP... they then get
    complaints like the one that started this topic... i have to wonder if the OP has that setting set to "truncate" or "delete"... if "delete", it would explain
    why they are sending the same bundle names all day long... another option they have is to set all their links to "archiver=none" and send raw PKTs... that will surely stop the complaints about the same bundle names ;) :lol:

    it should also be noted that this setting should only be applied to mail bundles... raw PKTs should be deleted by the mailer when they are sent... there's no real need to keep a truncated version of them around ;)

    )\/(ark

    Always Mount a Scratch Monkey

    ... Growing older is typical. Growing up is the option.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Joe Delahaye@VERT to mark lewis on Tuesday, March 15, 2016 22:17:07
    Re: Packet file naming.
    By: mark lewis to Digital Man on Tue Mar 15 2016 12:27:30

    complaints like the one that started this topic... i have to wonder if the OP has that setting set to "truncate" or "delete"... if "delete", it would explain
    why they are sending the same bundle names all day long... another option they have is to set all their links to "archiver=none" and send raw PKTs... that will surely stop the complaints about the same bundle names

    I went back after reading this set of messages, and I had it set to 'delete'. That has now been changed.
    --- SBBSecho 2.33-Win32
    * Origin: The Lions Den BBS, Trenton, On, CDN (1:249/303)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From mark lewis@VERT to Joe Delahaye on Wednesday, March 16, 2016 10:11:54
    15 Mar 16 22:17, you wrote to me:

    complaints like the one that started this topic... i have to wonder
    if the OP has that setting set to "truncate" or "delete"... if
    "delete", it would explain why they are sending the same bundle names
    all day long... another option they have is to set all their links to
    "archiver=none" and send raw PKTs... that will surely stop the
    complaints about the same bundle names

    I went back after reading this set of messages, and I had it set to 'delete'. That has now been changed.

    that should take care of your whiner, then ;)

    )\/(ark

    Always Mount a Scratch Monkey

    ... Take yourself seriously - and be taken for a fool.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Joe Delahaye@VERT to mark lewis on Wednesday, March 16, 2016 12:35:17
    Re: Packet file naming.
    By: mark lewis to Joe Delahaye on Wed Mar 16 2016 10:11:54

    I went back after reading this set of messages, and I had it set to
    'delete'. That has now been changed.

    that should take care of your whiner, then ;)


    I had two problems, One was not so bad, except it formatted a packet with the same file name for two locations. I suppose the one it was for, never received that mail. The other was for bundles with the same extention. THat COULD be a problem is one does not immediately import mail and then download a new bundle with the same extention <G>. I also did as DM suggested and upgraded to the latest version of SBBSEcho, which was supposed to have fixed one of those problems. (the first one I believe)
    --- SBBSecho 2.33-Win32
    * Origin: The Lions Den BBS, Trenton, On, CDN (1:249/303)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Digital Man@VERT to Joe Delahaye on Wednesday, March 16, 2016 14:13:54
    Re: Packet file naming.
    By: Joe Delahaye to mark lewis on Wed Mar 16 2016 12:35 pm

    Re: Packet file naming.
    By: mark lewis to Joe Delahaye on Wed Mar 16 2016 10:11:54

    I went back after reading this set of messages, and I had it set to
    'delete'. That has now been changed.

    that should take care of your whiner, then ;)


    I had two problems, One was not so bad, except it formatted a packet with the same file name for two locations. I suppose the one it was for, never received that mail. The other was for bundles with the same extention.
    THat COULD be a problem is one does not immediately import mail and then download a new bundle with the same extention <G>.

    Mailers are supposed to handle that scenario and either refuse to receive or rename the target file upon receive.

    I also did as DM
    suggested and upgraded to the latest version of SBBSEcho, which was supposed to have fixed one of those problems. (the first one I believe)

    Yup.

    digital man

    Synchronet "Real Fact" #73:
    Vertrauen went online (as a WWIV BBS running on a 10MHz PC-XT clone) in 1988. Norco, CA WX: 85.1øF, 16.0% humidity, 1 mph NW wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From mark lewis@VERT to Joe Delahaye on Wednesday, March 16, 2016 17:54:04
    16 Mar 16 12:35, you wrote to me:

    I went back after reading this set of messages, and I had it set to
    'delete'. That has now been changed.

    that should take care of your whiner, then ;)

    I had two problems, One was not so bad, except it formatted a packet
    with the same file name for two locations. I suppose the one it was
    for, never received that mail.

    yes, that was a renaming problem in the tool that you finally updated...

    The other was for bundles with the same extention. THat COULD be a
    problem is one does not immediately import mail and then download a
    new bundle with the same extention <G>.

    no, it should not be a problem with a proper mailer... the extension would be automatically incremented by the receiving mailer...

    I also did as DM suggested and upgraded to the latest version of
    SBBSEcho, which was supposed to have fixed one of those problems. (the first one I believe)

    yes...

    )\/(ark

    Always Mount a Scratch Monkey

    ... Our Gods are dead. We killed them for being more trouble than worth.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Joe Delahaye@VERT to Digital Man on Thursday, March 17, 2016 10:44:30
    Re: Packet file naming.
    By: Digital Man to Joe Delahaye on Wed Mar 16 2016 14:13:54

    Mailers are supposed to handle that scenario and either refuse to receive or rename the target file upon receive.


    What happened in this case, was that the file was received, processed and found to be not for them, and relegated elsewhere. The second instance WAS for them and was processed properly. Same file name.
    --- SBBSecho 2.33-Win32
    * Origin: The Lions Den BBS, Trenton, On, CDN (1:249/303)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Digital Man@VERT to Joe Delahaye on Thursday, March 17, 2016 16:42:12
    Re: Packet file naming.
    By: Joe Delahaye to Digital Man on Thu Mar 17 2016 10:44 am

    Re: Packet file naming.
    By: Digital Man to Joe Delahaye on Wed Mar 16 2016 14:13:54

    Mailers are supposed to handle that scenario and either refuse to receive or rename the target file upon receive.


    What happened in this case, was that the file was received, processed and found to be not for them, and relegated elsewhere. The second instance WAS for them and was processed properly. Same file name.

    And a different issue.

    digital man

    Synchronet "Real Fact" #59:
    Free dynamic yourbbs.synchro.net hostnames were made first available in 2003. Norco, CA WX: 77.7øF, 35.0% humidity, 6 mph SE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Joe Delahaye@VERT to Digital Man on Friday, March 18, 2016 16:38:36
    Re: Packet file naming.
    By: Digital Man to Joe Delahaye on Thu Mar 17 2016 16:42:12

    Mailers are supposed to handle that scenario and either refuse to
    receive or rename the target file upon receive.


    What happened in this case, was that the file was received, processed
    and found to be not for them, and relegated elsewhere. The second
    instance WAS for them and was processed properly. Same file name.

    And a different issue.


    Yes. With the latest upgrades here, the other issue appears solved. I also changed the configuration to NOT delete 0 byte files.
    --- SBBSecho 2.33-Win32
    * Origin: The Lions Den BBS, Trenton, On, CDN (1:249/303)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From mark lewis@VERT to Joe Delahaye on Friday, March 18, 2016 18:03:30
    18 Mar 16 16:38, you wrote to Digital Man:

    What happened in this case, was that the file was received,
    processed and found to be not for them, and relegated elsewhere. The
    second instance WAS for them and was processed properly. Same file
    name.

    And a different issue.

    Yes. With the latest upgrades here, the other issue appears solved. I also changed the configuration to NOT delete 0 byte files.

    actually what you did was switch from using KFS (Kill File Sent) to TFS (Truncate File Sent) ;)

    )\/(ark

    Always Mount a Scratch Monkey

    ... Among the porcupines, rape is unknown.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Joe Delahaye@VERT to mark lewis on Friday, March 18, 2016 22:00:21
    Re: Packet file naming.
    By: mark lewis to Joe Delahaye on Fri Mar 18 2016 18:03:30

    Yes. With the latest upgrades here, the other issue appears solved.
    I also changed the configuration to NOT delete 0 byte files.

    actually what you did was switch from using KFS (Kill File Sent) to TFS (Truncate File Sent) ;)

    Yes, I know that
    --- SBBSecho 2.33-Win32
    * Origin: The Lions Den BBS, Trenton, On, CDN (1:249/303)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From mark lewis@VERT to Joe Delahaye on Saturday, March 19, 2016 12:43:22
    18 Mar 16 22:00, you wrote to me:

    Yes. With the latest upgrades here, the other issue appears solved.
    I also changed the configuration to NOT delete 0 byte files.

    actually what you did was switch from using KFS (Kill File Sent) to
    TFS (Truncate File Sent) ;)

    Yes, I know that

    then you understand that your wording was inaccurate? ;) the file is not zero bytes when KFS or TFS are applied to it...

    )\/(ark

    Always Mount a Scratch Monkey

    ... My boat finally came in......but I was at the airport!
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Joe Delahaye@VERT to mark lewis on Saturday, March 19, 2016 13:32:47
    Re: Packet file naming.
    By: mark lewis to Joe Delahaye on Sat Mar 19 2016 12:43:22

    actually what you did was switch from using KFS (Kill File Sent) to
    TFS (Truncate File Sent) ;)

    Yes, I know that

    then you understand that your wording was inaccurate? ;) the file is not zero bytes when KFS or TFS are applied to it...


    Have you looked at the Setup? Truncate is mentioned, but so is 0 byte files --- SBBSecho 2.33-Win32
    * Origin: The Lions Den BBS, Trenton, On, CDN (1:249/303)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From mark lewis@VERT to Joe Delahaye on Saturday, March 19, 2016 16:48:22
    19 Mar 16 13:32, you wrote to me:

    actually what you did was switch from using KFS (Kill File Sent) to
    TFS (Truncate File Sent) ;)

    Yes, I know that

    then you understand that your wording was inaccurate? ;) the file is
    not zero bytes when KFS or TFS are applied to it...

    Have you looked at the Setup? Truncate is mentioned, but so is 0 byte files

    true... but think about it for a second, ok? you have a bundle that is 145364bytes long... using KFS, it is deleted after it is sent... using TFS, it is truncated to zero bytes after it is sent... in the time it exists after it is created and before the truncate is applied, it is still 145364bytes long... there is a specific flow and order of operations to these things ;)

    )\/(ark

    Always Mount a Scratch Monkey

    ... A Giant Vat Of Cheez Whiz - Only 39 cents... Wow!
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net