In this example 1:362/903 is your downlink, and you want to send him
only mail bundles larger than 10k.  CrashIt is only for fileattach
messages, and will not alter regular netmail in any way...

There are basically three things you should consider when using CrashIt;

1) The tosser(or other .msg util)
        You should tell your tosser to use NONE for attach.
        This is usually under node-configuration or node manager.

2) The mailer's route file
        Qualify the system, then HOLD the system.
                Example:
                        Schedule A 1:362/903    ;Qualify for sending
                              HOLD 1:362/903    ;CRASH overrides this

        Don't qualify a system if you don't want to call IN THAT EVENT!

3) The batchfile
        :MailExit                REM Mail has been received
        Tosser.Exe Toss
        cd\mail\                 REM Path to .msg files
        CrashIt 10 /FARCmail     REM CRASH files from ARCmail over 10k.
        GOTO StartBBS

   Or you could use something like this
        :Top
        cd\mail\
        CrashIt 10 /fARCmail     REM before your mailer starts
        cd\bbs\
        Mailer.Exe               REM Fire up the mailer

---
If you have to POLL a long distance uplink (say 1:362/0);

1) Tell the tosser to use NONE for his attaches.
2) Change the route file to POLL during the correct event.
                Example:
                        ;Once a day event
                    ,-> Schedule B 1:362/903    ;Qualify the Downlink
                    |         HOLD 1:362/903    ;CRASH overrides this
                    |         POLL 1:362/0      ;LongDistance Uplink
                    |
                  DON'T qualify to POLL an uplink!
3) CrashIt 10 /fArcMail
   This way, even if the bundle for your uplink gets CRASHed at 10k,
   the mailer won't call out until the POLL event, or UNTIL IT IS
   QUALIFIED in another event.  Be careful about overlapping events,
   and about qualifying with wildcards like 1:* If a system is qualified
   in an event, CRASH mail will go out. The route verb HOLD will not
   work on CRASH mail!!!!

---
Adding a Long distance downlink who calls you for mail;

1) Tell the tosser to use HOLD for his attach status bits(or flags).
2) Leave the downlink out of the route file.
        Again: NEVER qualify a system you don't want to call!
        If you really need to send mail to that system outside your
        normal schedule there is a IMMediate bit which can do this.
3) CrashIt 10 /fARCmail /H  will ignore his bundles, and only check .msg
   files without the HOLD bit set.

