• *.PKT

    From Kevin Klement@1:134/77 to All on Wednesday, June 01, 2005 19:21:44
    Hi All,

    How do I get Squish/386 v1.11 dos create *.pkt for a node?

    Kevin
    klement@shaw.ca

    --- Squish/386 v1.11
    * Origin: Gypsy BBS -- Gypsy Designs CDN (403) 242-3221 (1:134/77)
  • From Jerry Schwartz@1:142/928 to Kevin Klement on Wednesday, June 01, 2005 23:30:53
    Hello, Kevin...

    Use NOARC as a modifier on the SEND command.

    Regards,

    Jerry Schwartz

    mailto:jerryschwartz@comfortable.com
    http://www.writebynight.com

    --- Msged/NT 6.0.1
    * Origin: Write by Night (1:142/928)
  • From Kevin Klement@1:134/77 to Jerry Schwartz on Thursday, June 02, 2005 14:23:54

    Use NOARC as a modifier on the SEND command.

    Thanks Jerry :)
    Kevin
    klement@shaw.ca

    --- Squish/386 v1.11
    * Origin: Gypsy BBS -- Gypsy Designs CDN (403) 242-3221 (1:134/77)
  • From Kevin Klement@1:134/77 to Jerry Schwartz on Friday, June 03, 2005 17:53:03
    Hi Jerry,

    Wednesday June 01 2005, Jerry Schwartz writes to Kevin Klement:

    Use NOARC as a modifier on the SEND command.

    Say, Jerry... color me stupid but I can't get it to work. I'm not sure what
    I'm doing wrong, here is my route.cfg, note node 1:134/77.10

    route.cfg:
    ;
    ;
    ; Modified: 05/13/05 01:13 pm
    ;
    ; Nodes we put on HOLD
    SEND hold 1:17/80
    SEND hold 1:134/10
    SEND hold 1:134/33
    SEND hold 1:134/703
    SEND hold 1:134/503
    SEND hold 1:134/303
    SEND hold 1:140/1
    SEND hold 30:250/140
    SEND hold 30:1000/0
    ;
    ; Nodes we DO NOT wish to have routed via LPM
    SEND normal 1:17/0
    SEND normal 30:100/all
    SEND normal 30:1000/all
    SEND normal NoArc 1:134/77.10
    SEND normal 1:134/all
    SEND normal 1:342/1
    SEND normal 1:134/1 65535/65535 -1/-1
    ;
    ;
    ; All fall-through mail is now routed through our LPM feed node, 1:140/1
    ROUTE normal 1:140/1 1:all 2:all 3:all 4:all 5:all 6:all
    SEND normal world
    ;
    ;
    ; SCHED Hold134
    ;
    ; CHANGE normal hold 1:134:all
    ; CHANGE crash hold 1:134:all
    ;
    ; SCHED UnHold134
    ;
    ; CHANGE hold normal 1:134:all
    ;

    Kevin
    klement@shaw.ca

    --- Squish/386 v1.11
    * Origin: Gypsy BBS -- Gypsy Designs CDN (403) 242-3221 (1:134/77)
  • From Bob Jones@1:343/41 to Kevin Klement on Friday, June 03, 2005 17:29:02
    The following hold commands are ok....

    ; Nodes we put on HOLD
    SEND hold 1:17/80
    SEND hold 1:134/10
    SEND hold 1:134/33
    SEND hold 1:134/703
    SEND hold 1:134/503
    SEND hold 1:134/303
    SEND hold 1:140/1
    SEND hold 30:250/140
    SEND hold 30:1000/0

    The following send normal commands are actually NO-OP commands in SQUISH! In stead of using "send normal" use "send direct"..

    ; Nodes we DO NOT wish to have routed via LPM
    SEND normal 1:17/0
    SEND normal 30:100/all
    SEND normal 30:1000/all
    SEND normal NoArc 1:134/77.10
    SEND normal 1:134/all
    SEND normal 1:342/1
    SEND normal 1:134/1 65535/65535 -1/-1

    Because the "send normal" commands are no-op's in squish, the following route normal 1:140/1 will actually send 1:17/0, 1:134/77.10, 1:134/all, 1:342/1 and 1:134/1, 1:65535/65535 and 1:-1/-1 to 1:140/1....

    ; All fall-through mail is now routed through our LPM feed node, 1:140/1 ROUTE normal 1:140/1 1:all 2:all 3:all 4:all 5:all 6:all
    SEND normal world

    You could enter "change direct normal" commands here if you want to get the packet flavor back to the standard way instead of leaving them as direct packets.

    Please note that what I am documenting is for SQUISH. If you were using the older mail mashers (CONFMAIL, QMAIL, etc.), the SEND NORMAL lines would have worked as I think you expected them to.

    Take care.....

    Bob Jones, 1:343/41


    --- Maximus/2 3.01
    * Origin: Top Hat 2 BBS (1:343/41)
  • From Kevin Klement@1:134/77 to Bob Jones on Saturday, June 04, 2005 16:42:58
    Hi Bob,

    Friday June 03 2005, Bob Jones writes to Kevin Klement:

    The following send normal commands are actually NO-OP
    commands in SQUISH! In stead of using "send normal" use
    "send direct"..

    Ok, squish is sending direct, but it's still not making *.PKT files for node 1:134/77.10?

    Cn you help?

    ;
    ;
    ;
    ; Nodes we put on HOLD
    SEND hold 1:17/80
    SEND hold 1:134/10
    SEND hold 1:134/33
    SEND hold 1:134/703
    SEND hold 1:134/503
    SEND hold 1:134/303
    SEND hold 1:140/1
    SEND hold 30:250/140
    SEND hold 30:1000/0
    ;
    ; Nodes we DO NOT wish to have routed via LPM
    SEND direct 1:17/0
    SEND direct 30:100/all
    SEND direct 30:1000/all
    SEND direct NoArc 1:134/77
    SEND direct NoArc 1:134/77.10
    SEND direct 1:134/all
    SEND direct 1:342/1
    SEND direct 1:134/1 65535/65535 -1/-1
    ;
    ;
    ; All fall-through mail is now routed through our LPM feed node, 1:140/1
    ROUTE direct 1:140/1 1:all 2:all 3:all 4:all 5:all 6:all
    SEND direct world
    ;
    ;
    ; SCHED Hold134
    ;
    ; CHANGE direct hold 1:134:all
    ; CHANGE crash hold 1:134:all
    ;
    ; SCHED UnHold134
    ;
    ; CHANGE hold direct 1:134:all
    ;



    Kevin
    klement@shaw.ca

    --- Squish/386 v1.11
    * Origin: Gypsy BBS -- Gypsy Designs CDN (403) 242-3221 (1:134/77)
  • From Peter Knapper@3:772/1.10 to Kevin Klement on Sunday, June 05, 2005 13:52:08
    Hi Kevin,

    Ok, squish is sending direct, but it's still not making
    *.PKT files for node
    1:134/77.10?

    SEND direct NoArc 1:134/77
    SEND direct NoArc 1:134/77.10

    Reverse the order of these 2 lines, its packing ALL mail for 1:134/77 INCLUDING
    the point traffic, so there is nothing left to pack for the point.
    Remember that Points are not Nodelisted, so you cannot be sure what Points might exist under a node. Squish considers all point traffic as traffic for that node UNLESS explicitly handled seperate.

    Also, I always SEND HOLD or ROUTE HOLD for everything, then CHANGE HOLD DIRECT,
    etc... if required later.

    Cheers............pk.


    --- Maximus/2 3.01
    * Origin: Another Good Point About OS/2 (3:772/1.10)
  • From Mike Tripp@1:382/61 to Kevin Klement on Sunday, June 05, 2005 11:16:04
    Hello Kevin!

    04 Jun 05 15:42, Kevin Klement wrote to Bob Jones:

    Ok, squish is sending direct, but it's still not making *.PKT files
    for node 1:134/77.10?

    Cn you help?

    Messages to 77.10 will be in PKTs to his boss 77.0, unless you've used a ROUTE or SEND to get them from "unflavored" to "flavored" first. Even then, unless you've added 77.10's point entry into your own nodelist, Binkley will dial the boss node to actually deliver what Squish built.

    .\\ike

    --- GoldED 2.50+
    * Origin: -=( The TechnoDrome )=- Austin,TX 512-327-8598 33.6k (1:382/61)
  • From Jerry Schwartz@1:142/928 to Bob Jones on Tuesday, June 07, 2005 11:19:14
    Hello, Bob...

    Jun 03, 2005 at 16:29, Bob Jones wrote to Kevin Klement:

    Because the "send normal" commands are no-op's in squish, the
    following route normal 1:140/1 will actually send 1:17/0,
    1:134/77.10, 1:134/all, 1:342/1 and 1:134/1, 1:65535/65535 and
    1:-1/-1 to 1:140/1....

    I think we've had this argument before. SEND NORMAL is not a no-op, in that it does create file attaches. You're on the right track, though: NORMAL mail is going to be acted upon by subsequent commands, so the effect of a SEND NORMAL [NoArc] command will be smothered by any subsequent commands that operate on the same nodes.

    Regards,

    Jerry Schwartz

    mailto:jerryschwartz@comfortable.com
    http://www.writebynight.com

    --- Msged/NT 6.0.1
    * Origin: Write by Night (1:142/928)
  • From Jerry Schwartz@1:142/928 to Kevin Klement on Tuesday, June 07, 2005 11:26:15
    Hello, Kevin...

    *.PKT is only used inside archived mail bundles. An unarchived "packet" will have an extension of "?UT". It will also, if "normal" (.OUT), be operated upon by subsequent SEND and ROUTE commands.


    Regards,

    Jerry Schwartz

    mailto:jerryschwartz@comfortable.com
    http://www.writebynight.com

    --- Msged/NT 6.0.1
    * Origin: Write by Night (1:142/928)
  • From Kevin Klement@1:134/77 to Jerry Schwartz on Tuesday, June 07, 2005 14:14:24
    Hi Jerry,

    Tuesday June 07 2005, Jerry Schwartz writes to Kevin Klement:

    Hello, Kevin...

    *.PKT is only used inside archived mail bundles. An


    Ok, I didn't think squish could make *.PKT files. :(


    Kevin
    klement@shaw.ca

    --- Squish/386 v1.11
    * Origin: Gypsy BBS -- Gypsy Designs CDN (403) 242-3221 (1:134/77)
  • From Kevin Klement@1:134/77 to Jerry Schwartz on Wednesday, June 08, 2005 18:35:55
    Hi Jerry,

    Tuesday June 07 2005, Jerry Schwartz writes to Bob Jones:
    I think we've had this argument before. SEND NORMAL is not a
    no-op, in that it does create file attaches. You're on the

    It seems to work both ways, right now I have it set to normal.

    Kevin
    klement@shaw.ca

    --- Squish/386 v1.11
    * Origin: Gypsy BBS -- Gypsy Designs CDN (403) 242-3221 (1:134/77)