User Tools

Site Tools


packet:xrpi:manpages:section4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
packet:xrpi:manpages:section4 [2025/04/19 11:52] – created m0mzfpacket:xrpi:manpages:section4 [2025/04/19 17:59] (current) – removed m0mzf
Line 1: Line 1:
-=======Section 4 - Mailbox Commands======= 
-=====BYE.4.MAN===== 
-<code>BYE(4)                  XROUTER REFERENCE MANUAL             29/3/2024 
  
-</code> **COMMAND** <code> 
-        BYE -- Graceful Session Termination. 
- 
-</code> **SYNOPSIS** <code> 
-        B[ye] 
- 
-</code> **DESCRIPTION** <code> 
-        The BYE command disconnects you from the mailbox. 
- 
-        If you accessed the mailbox from the node using the "PMS" or 
-        "BBS" command, you will be returned to the node, otherwise 
-        you will be disconnected. 
- 
-</code> 
----- 
-=====CB.4.MAN===== 
-<code>CB(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        CB -- Copy Message to Bulletin. 
- 
-</code> **SYNOPSIS** <code> 
-        CB <msg_number> <topic>[@ distribution] 
- 
-</code> **DESCRIPTION** <code> 
-        The CB (Copy to Bulletin) command makes a copy of a message, 
-        and sends the copy as a bulletin. 
- 
-        The argument <msg_number> must refer to a bulletin, or to a 
-        private message that the user is allowed to read. The copy is 
-        always sent as a bulletin, even if the original was a private 
-        message. 
- 
-</code> **EXAMPLES** <code> 
-        CB 123 TECH         - Copy msg 123 as a bulletin to TECH 
-        CB 456 PACKET @ GBR - Copy msg 456 as bulletin to PACKET@GBR 
- 
-</code> **AVAILABILITY** <code> 
-        The CB command is available to all users, but non-sysops can 
-        only make copies of bulletins or private messages sent to 
-        them or by them. 
- 
-</code> **SEE ALSO** <code> 
-        CP(4) -- Copy Message to Private Message. 
- 
-</code> 
----- 
-=====CP.4.MAN===== 
-<code>CP(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        CP -- Copy Message to Private Message. 
- 
-</code> **SYNOPSIS** <code> 
-        CP <msg_number> <to_callsign>[@ BBS etc] 
- 
-</code> **DESCRIPTION** <code> 
-        The CP (Copy to Private) command makes a copy of a message, 
-        and sends the copy to someone else as a private message. 
- 
-        The argument <msg_number> must refer to a bulletin, or to a 
-        private message that the user is allowed to read. The copy is 
-        always sent as a private message, even if the original was a 
-        bulletin. 
- 
-</code> **EXAMPLES** <code> 
-        CP 123 G8PZT                     - Copy msg 123 to G8PZT 
-        CP 456 G4FPV @ GB7GLO.#46.GBR.EU - Copy msg 456 to G4FPV... 
- 
-</code> **AVAILABILITY** <code> 
-        The CP command is available to all users, but non-sysops can 
-        only make copies of bulletins or private messages sent to 
-        them or by them. 
- 
-</code> **SEE ALSO** <code> 
-        CB(4) -- Copy Message to Bulletin. 
- 
-</code> 
----- 
-=====EH.4.MAN===== 
-<code>EH(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        EH -- Edit Message Header. 
- 
-</code> **SYNOPSIS** <code> 
-        EH <msg_number> 
- 
-</code> **DESCRIPTION** <code> 
-        The EH (Edit Header) command edits the header or "envelope" of 
-        a message. 
- 
-        After issuing the command, the header details are displayed, 
-        along with a list of single letter commands. 
- 
-        Each field of the header can be changed by issuing the single 
-        letter command followed by a space, then the new value for 
-        the field. The header is redisplayed with the modified value. 
- 
-        When all edits are done, hitting <CR> by itself terminates the 
-        editor. 
- 
-</code> **OPTIONS** <code> 
-        The capital letters are the commands used to change the header 
-        fields: 
- 
-        t<Y>pe      Y changes the mesaage type (P, B, T etc) 
-        <S>tatus    S changes the status (H, F, R etc) 
-        <T>       T changes the "to" field (callsign or topic). 
-        <F>rom      F changes the "from" field (callsign). 
-        <A>       A changes the "at" field (distribution area) 
-        s<U>bject   U changes the subject. 
-        <M>id       M changes the message ID 
-        <CR>        Carriage return terminates the editing process. 
- 
-</code> **EXAMPLES** <code> 
-        Y B           - Change the type to Bulletin.  
-        U Local News  - Change the subject to "Local News" 
-        A GBR         - Change the distribution to GBR. 
- 
-</code> **AVAILABILITY** <code> 
-        Sysop-only. 
- 
-</code> 
----- 
-=====EXPORT.4.MAN===== 
-<code>EXPORT(4)               XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        EXPORT -- Export Message to File. 
- 
-</code> **SYNOPSIS** <code> 
-        EX[port] <msg_number> <filename> 
- 
-</code> **DESCRIPTION** <code> 
-        The EXPORT command writes a copy of a message into a file in 
-        "MBL" format. 
- 
-        (WA7)MBL is a standard message exchange format understood by 
-        virtually all mailbox software. 
- 
-        The exported message is appended to the specified file, 
-        including all its routing headers. 
- 
-        If no path is specified, the resulting file is saved in the 
-        same directory as the XRouter executable. 
- 
-</code> **EXAMPLES** <code> 
-        EXPORT 123 techsav.mbl 
-        EX 456 /home/pi/backups/packet.mbl 
- 
-</code> **AVAILABILITY** <code> 
-        Sysop-only. 
- 
-</code> **SEE ALSO** <code> 
-        IMPORT(4) -- Import Message(s) from File. 
-        MF(4)     -- Make File from Message. 
-        MFH(4)    -- Make File From Message Including Headers. 
- 
-</code> 
----- 
-=====FF.4.MAN===== 
-<code>FF(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        FF -- Force Fowarding. 
- 
-</code> **SYNOPSIS** <code> 
-        FF [mailbox_callsign] 
- 
-</code> **DESCRIPTION** <code> 
-        The FF (Force Forward) command starts a "forward run", even 
-        when one is not due. 
- 
-        A "forwarding run" is one pass through the "forwarding file" 
-        (FWD.SYS). For each mailbox in the forwarding file, if there 
-        is anything queued for that mailbox, and forwarding is allowed 
-        at that date and time, the associated connection script is 
-        executed and the mail is delivered. 
- 
-        Forwarding runs are started every 15 minutes (configurable by 
-        "ForwardInterval" directive in PMS.CFG), or upon receipt of 
-        new mail. 
- 
-        If a forward run ends without delivering all the mail, e.g. 
-        due to a connection failure, the FF command can be used to 
-        start a new one immediately, instead of waiting 15 minutes. 
- 
-</code> **OPTIONS** <code> 
-        If the optional [mailbox_callsign] is supplied, the run is 
-        restricted to that peer mailbox only. 
- 
-</code> **EXAMPLES** <code> 
-        FF          -- Force Forwarding to all BBS's in FWD.SYS. 
-        FF G8PZT-2  -- Force Forwarding to G8PZT-2 only. 
- 
-</code> **AVAILABILITY** <code> 
-        Sysop-only. 
- 
-</code> **SEE ALSO** <code> 
-        FP(4) -- Force Polling. 
-        SF(4) -- Stop Forwarding. 
-        VF(4) -- View Forwarding. 
- 
-</code> 
----- 
-=====FP.4.MAN===== 
-<code>FP(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        FP -- Force Polling. 
- 
-</code> **SYNOPSIS** <code> 
-        FP [mailbox_callsign] 
- 
-</code> **DESCRIPTION** <code> 
-        The FP (Force Polling) command starts a "polling run", even 
-        when one is not due. 
- 
-        A "polling run" is one pass through the "forwarding file" 
-        (FWD.SYS). For each mailbox in the forwarding file which has 
-        the "P" option and a valid date and time, the associated 
-        connection script is executed and reverse forwarding is 
-        requested. 
- 
-        Polling is used when the peer mailbox is unable to make 
-        outgoing connections to this mailbox, for example to poll a 
-        TNC-based PMS. 
- 
-        Forwarding/polling runs are normally started every 15 minutes 
-        (configurable by "ForwardInterval" directive in PMS.CFG), 
-        when there is no outgoing mail. 
- 
-        If a polling run ends prematurely, e.g. due to a connection 
-        failure, the FF command can be used to start a new one 
-        immediately, instead of waiting 15 minutes. 
- 
-</code> **OPTIONS** <code> 
-        If the optional [mailbox_callsign] is supplied, the run is 
-        restricted to that peer mailbox only. 
- 
-</code> **EXAMPLES** <code> 
-        FP          -- Force Polling of all BBS's in FWD.SYS. 
-        FP G8PZT-2  -- Force Polling of G8PZT-2 only. 
- 
-</code> **AVAILABILITY** <code> 
-        Sysop-only. 
- 
-</code> **SEE ALSO** <code> 
-        FF(4) -- Force Forwarding. 
-        SF(4) -- Stop Forwarding. 
-        VF(4) -- View Forwarding. 
- 
-</code> 
----- 
-=====HELP.4.MAN===== 
-<code>HELP(4)                 XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        HELP -- Display Mailbox Help. 
- 
-</code> **SYNOPSIS** <code> 
-        H[elp] [cmd | topic] 
- 
-</code> **DESCRIPTION** <code> 
-        The HELP command, which may be abbreviated to "H", displays 
-        brief help for the mailbox commands and related topics that 
-        are available to all users. 
- 
-</code> **OPTIONS** <code> 
-        HELP by itself gives directions on how to access help. 
- 
-        If the argument is a command name or topic, the help file for 
-        that command or topic is displayed.  The argument "*" lists 
-        the available help topics. 
- 
-</code> **EXAMPLES** <code> 
-        H *   - List available help topics.                                
-        H KM  - Displays help for the KM command. 
- 
-</code> **AVAILABILITY** <code> 
-        All users. Help for Sysop-only commands is available via the 
-        sysop manual instead. 
- 
-</code> **SEE ALSO** <code> 
-        INFO(4) -- Mailbox Information 
- 
-</code> 
----- 
-=====HOLD.4.MAN===== 
-<code>HOLD(4)                 XROUTER REFERENCE MANUAL              6/9/2023 
- 
-</code> **COMMAND** <code> 
-        HOLD -- Hold Message For Review. 
- 
-</code> **SYNOPSIS** <code> 
-        HO[ld] <message_number> 
- 
-</code> **DESCRIPTION** <code> 
-        The HOLD command "holds" a message for review, i.e. makes it 
-        invisible to users and prevents it from being forwarded. 
- 
-        The message can then be edited and released, or action can be 
-        deferred until time allows. 
- 
-        It is not a particularly useful command, because by the time 
-        the message comes to the sysop's attention it will probably 
-        already have been forwarded. But that's then someone else's 
-        problem! 
- 
-        It does allow you to remove the message and save it for 
-        evidence instead of simply deleting it. 
- 
-        Apart from unwanted or abusive content, another reason to 
-        hold mail is if it needs to be readdressed, or if it for any 
-        other reason it fails to forward, holding up the queue. 
- 
-        "Held" messages have the status "H". They can be listed using 
-        the LH (List Held) command, deleted using the KH (Kill Held) 
-        command, or released using the UH (Un-Hold) command. 
- 
-        Messages may be automatically held by entries in the HOLD.SYS 
-        BADWORD.SYS and MSGFILT.SYS files. 
- 
-</code> **EXAMPLE** <code> 
-        HO 123  - Hold message 123 
- 
-</code> **AVAILABILITY** <code> 
-        Sysop-only. 
- 
-</code> **SEE ALSO** <code> 
-        KH(4) -- Kill Held Message(s). 
-        LH(4) -- List Held Message(s). 
-        UH(4) -- Un-Hold a Message. 
- 
-</code> 
----- 
-[email protected]===== 
-<code>I@(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        I@ -- List White Pages Entries by Home BBS. 
- 
-</code> **SYNOPSIS** <code> 
-        I@ <bbs> 
- 
-</code> **DESCRIPTION** <code> 
-        The I@ command queries the White Pages (WP) database, and 
-        displays any users who have nominated the specified BBS as 
-        their "home" BBS. 
- 
-</code> **OPTIONS** <code> 
-        The argument is case-insensitve, and wildcards are allowed. 
- 
-</code> **EXAMPLES** <code> 
-        I@ GB7*   - List users whose home BBS begins with GB7 
-        I@ GB7BDX - List users whose home BBS is GB7BDX 
- 
-</code> **AVAILABILITY** <code> 
-        All users. 
- 
-</code> **SEE ALSO** <code> 
-       INFO(4) -- Display Mailbox or White Pages Information. 
-       IC(4)   -- List White Pages Entries by Callsign. 
-       IH(4)   -- List White Pages Entries by Hierarchical Address 
-       IN(4)   -- List White Pages Entries by Name 
-       IQ(4)   -- List White Pages Entries by QTH 
-       IZ(4)   -- List White Pages Entries by Zip code 
- 
-</code> 
----- 
-=====IC.4.MAN===== 
-<code>IC(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        IC -- List White Pages Entries by Callsign. 
- 
-</code> **SYNOPSIS** <code> 
-        IC <callsign> 
- 
-</code> **DESCRIPTION** <code> 
-        The IC command queries the White Pages (WP) database and 
-        displays any entries with the specified callsign. 
- 
-</code> **OPTIONS** <code> 
-        Case-insensitive. Wildcards are allowed. 
- 
-</code> **EXAMPLES** <code> 
-        IC G4*   - List users whose callsign begins with G4 
-        IC G8PZT - Display WP record for G8PZT 
- 
-</code> **AVAILABILITY** <code> 
-        All users. 
- 
-</code> **SEE ALSO** <code> 
-        INFO(4) -- Display Mailbox or White Pages Information. 
-        I@(4)   -- List White Pages Entries by Home BBS 
-        IH(4)   -- List White Pages Entries by Hierarchical Address 
-        IN(4)   -- List White Pages Entries by Name 
-        IQ(4)   -- List White Pages Entries by QTH 
-        IZ(4)   -- List White Pages Entries by Zip code 
- 
-</code> 
----- 
-=====IH.4.MAN===== 
-<code>IH(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        IH -- List White Pages Entries by Hierarchical Address. 
- 
-</code> **SYNOPSIS** <code> 
-        IH <haddr> 
- 
-</code> **DESCRIPTION** <code> 
-        The IH command lists White Pages (WP) entries whose 
-        hierarchical address contains the specified string of 
-        characters. 
- 
-</code> **OPTIONS** <code> 
-        Wildcards are NOT allowed. This command performs a "sliding" 
-        match, so for example "IH GBR" displays systems in GBR and 
-        GBR.EU. 
- 
-</code> **AVAILABILITY** <code> 
-        All users. 
- 
-</code> **SEE ALSO** <code> 
-        INFO(4) -- Display Mailbox or White Pages Information. 
-        I@(4)   -- List White Pages Entries by Home BBS 
-        IC(4)   -- List White Pages Entries by Callsign. 
-        IN(4)   -- List White Pages Entries by Name 
-        IQ(4)   -- List White Pages Entries by QTH 
-        IZ(4)   -- List White Pages Entries by Zip code 
- 
-</code> 
----- 
-=====IMPORT.4.MAN===== 
-<code>IMPORT(4)               XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        IMPORT -- Import Message(s) From File. 
- 
-</code> **SYNOPSIS** <code> 
-        IM[port] <filename> 
- 
-</code> **DESCRIPTION** <code> 
-        The IMPORT command reads MBL-format messages from a file into 
-        the message database. 
- 
-        (WA7)MBL is a standard format for exporting, importing and 
-        exchanging  messages, understood by virtually all mailbox 
-        software. 
- 
-        The imported messages are treated as though they had been 
-        received from another mailbox, and are forwarded if necesaary. 
- 
-        If no path is specified, the source file is expected to be in 
-        the same directory as the XRouter executable. 
- 
-        Note that in addition to this "manual" method of importing 
-        mail, there is an automatic method: If a file caled "mail.in" 
-        exists in the PMS directory, its contents are imported 
-        and the file is deleted. This can be used to import mail 
-        generated by external applications. 
- 
-</code> **AVAILABILITY** <code> 
-        Sysop-only 
- 
-</code> **SEE ALSO** <code> 
-        EXPORT(4) -- Export Message to File. 
-        MB(4)     -- Make Bulletin From File. 
-        MP(4)     -- Make Personal Message From File. 
- 
-</code> 
----- 
-=====IN.4.MAN===== 
-<code>IN(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        IN -- List White Pages Entries by Name 
- 
-</code> **SYNOPSIS** <code> 
-        IN <name> 
- 
-</code> **DESCRIPTION** <code> 
-        The IH command lists WP (White Pages) entries which have the 
-        specified name. 
- 
-</code> **OPTIONS** <code> 
-        Wildcards are allowed. 
- 
-</code> **EXAMPLES** <code> 
-        IN Roger - List WP entries with name "Roger" 
-        IN Will* - List WP entries with "Will" in the name 
- 
-</code> **AVAILABILITY** <code> 
-        All users. 
- 
-</code> **SEE ALSO** <code> 
-       INFO(4) -- Display Mailbox or White Pages Information. 
-       I@(4)   -- List White Pages Entries by Home BBS 
-       IC(4)   -- List White Pages Entries by Callsign. 
-       IH(4)   -- List White Pages Entries by Hierarchical Address 
-       IQ(4)   -- List White Pages Entries by QTH 
-       IZ(4)   -- List White Pages Entries by Zip code 
- 
-</code> 
----- 
-=====INFO.4.MAN===== 
-<code>INFO(4)                 XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        INFO -- Display Mailbox or White Pages Information. 
- 
-</code> **SYNOPSIS** <code> 
-        I[nfo] [callsign] 
- 
-</code> **DESCRIPTION** <code> 
-        The INFO command, which may be abbreviated to I, displays 
-        information about the mailbox, or from White Pages. 
- 
-</code> **OPTIONS** <code> 
-        If no arguments are supplied, the INFO command displays 
-        general information about the mailbox and other I commands. 
- 
-        If the argument is a callsign, White Pages (WP) data for that 
-        callsign is displayed, if available. Wildcards are allowed. 
-        The argument "*" displays the entire WP database (long list). 
- 
-</code> **EXAMPLES** <code> 
-        INFO    - Display mailbox information. 
-        I g8pzt - Display WP information for G8PZT 
-        I G4*   - Display WP data for all G4 callsigns 
- 
-</code> **AVAILABILITY** <code> 
-        All users. 
- 
-</code> **SEE ALSO** <code> 
-        HELP(4) -- Mailbox Help. 
-        I@(4)   -- List White Pages Entries by Home BBS 
-        IC(4)   -- List White Pages Entries by Callsign. 
-        IH(4)   -- List White Pages Entries by Hierarchical Address 
-        IN(4)   -- List White Pages Entries by Name 
-        IQ(4)   -- List White Pages Entries by QTH 
-        IZ(4)   -- List White Pages Entries by Zip code 
-        WPAGES(9) -- The White Pages Database. 
- 
-</code> 
----- 
-=====IQ.4.MAN===== 
-<code>IQ(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        IQ -- List White Pages Entries by QTH. 
- 
-</code> **SYNOPSIS** <code> 
-        IQ <qth> 
- 
-</code> **DESCRIPTION** <code> 
-        The IQ command queries the White Pages database and 
-        displays all entries who have the specified character string 
-        as part of the QTH. Performs a "sliding" match. 
- 
-</code> **OPTIONS** <code> 
-        Case-independent. Wildcards NOT allowed. 
- 
-</code> **EXAMPLES** <code> 
-        IQ Kidderminster - Lists users in Kidderminster. 
-        IQ amb  - Lists users in Ambridge, Cambridge, Camborne... 
-  
-</code> **AVAILABILITY** <code> 
-        All users. 
- 
-</code> **SEE ALSO** <code> 
-        INFO(4) -- Display Mailbox or White Pages Information. 
-        I@(4)   -- List White Pages Entries by Home BBS 
-        IC(4)   -- List White Pages Entries by Callsign. 
-        IH(4)   -- List White Pages Entries by Hierarchical Address 
-        IN(4)   -- List White Pages Entries by Name 
-        IZ(4)   -- List White Pages Entries by Zip code 
- 
-</code> 
----- 
-=====IZ.4.MAN===== 
-<code>IZ(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        IZ -- List White Pages Entries by Zip code. 
- 
-</code> **SYNOPSIS** <code> 
-        IZ <zip | locator> 
- 
-</code> **DESCRIPTION** <code> 
-        The  IZ  command queries the White Pages database, displaying 
-        all entries which have the specified ZIP code. 
- 
-        Note that in the UK we use Maidenhead locators, not Zip codes. 
- 
-</code> **OPTIONS** <code> 
-        The argument is case-independent. Wildcards are accepted. 
- 
-</code> **EXAMPLES** <code> 
-        IZ IO82*  - List all users in this major square 
-        IZ DY*    - List users in the Dudley postcode area 
- 
-</code> **AVAILABILITY** <code> 
-        All users. 
- 
-</code> **SEE ALSO** <code> 
-        INFO(4) -- Display Mailbox or White Pages Information. 
-        I@(4)   -- List White Pages Entries by Home BBS 
-        IC(4)   -- List White Pages Entries by Callsign. 
-        IH(4)   -- List White Pages Entries by Hierarchical Address 
-        IN(4)   -- List White Pages Entries by Name 
-        IQ(4)   -- List White Pages Entries by QTH 
-        WPAGES(9) -- The White Pages Database. 
-         
-</code> 
----- 
-=====J.4.MAN===== 
-<code>J(4)                    XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        J -- Display Recent Mailbox Sessions. 
- 
-</code> **SYNOPSIS** <code> 
-        J [max] 
- 
-</code> **DESCRIPTION** <code> 
-        The J (Just-heard) command displays recent mailbox sessions. 
-        Current sessions are not displayed. 
- 
-        Only the most recent connect by each callsign is shown, along 
-        with the date and time of their last connection, and the 
-        length of time they were connected. 
- 
-</code> **OPTIONS** <code> 
-        The optional [max] argument specifies the maximum number of 
-        recent sessions to display. 
- 
-</code> **EXAMPLES** <code> 
-        J    - Display all the recent sessions. 
-        J 3  - Display the 3 most recent connections. 
- 
-</code> **AVAILABILITY** <code> 
-        All users. 
- 
-</code> 
----- 
-=====K<.4.MAN===== 
-<code>K<(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        K<   -- Kill Message(s) From a Callsign. 
- 
-</code> **SYNOPSIS** <code> 
-        K< <callsign> 
- 
-</code> **DESCRIPTION** <code> 
-        The K< (KillFrom) command kills (deletes) messages originated 
-        FROM a specified callsign.  
- 
-        The argument is case-independent. Wildcards are accepted. 
- 
-</code> **EXAMPLES** <code> 
-        K< G8PZT  - Kill messages from G8PZT 
-        K< VK*    - Kill all messages from Australians 
- 
-</code> **AVAILABILITY** <code> 
-        All users. Non-sysops may only kill messages originated by 
-        themselves. 
- 
-</code> **SEE ALSO** <code> 
-        L<(4)   -- List Messages From a Callsign. 
-        K>(4)   -- Kill Message(s) To Destination. 
-        K@(4)   -- Kill Messages At a Distribution.  
-        KF(4)   -- Kill Forwarded Mail. 
-        KH(4)   -- Kill Held Mail. 
-        KILL(4) -- Kill Message(s) By Number. 
-        KM(4)   -- Kill Mine. 
-        KR(4)   -- Kill Read Mail. 
- 
-</code> 
----- 
-=====K>.4.MAN===== 
-<code>K>(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        K> -- Kill Message(s) To Destination. 
- 
-</code> **SYNOPSIS** <code> 
-        K> <callsign | topic> 
- 
-</code> **DESCRIPTION** <code> 
-        The K> (KillTo) command kills (deletes) messages addressed TO 
-        a specified callsign or bulletin topic. 
- 
-        The argument is case-independent. Wildcards are accepted. 
- 
-</code> **EXAMPLES** <code> 
-        K> G8PZT  - Kill messages addressed to G8PZT 
-        K> HELP   - Kill messages addressed to topic HELP 
-        K> DL*    - Kill messages addressed to Germans 
- 
-</code> **AVAILABILITY** <code> 
-        All users, but non-sysops may only delete mail originated by 
-        them, or addressed to them. 
- 
-</code> **SEE ALSO** <code> 
-        K<(4)   -- Kill Message(s) From a Callsign. 
-        K@(4)   -- Kill Messages At a Distribution.  
-        KF(4)   -- Kill Forwarded Mail. 
-        KH(4)   -- Kill Held Mail. 
-        KILL(4) -- Kill Message(s) By Number. 
-        KM(4)   -- Kill Mine. 
-        KR(4)   -- Kill Read Mail. 
-        L>(4)   -- List Message(s) To Destination. 
- 
-</code> 
----- 
-[email protected]===== 
-<code>K@(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-         K@ -- Kill Messages At a Distribution.  
- 
-</code> **SYNOPSIS** <code> 
-        K@ <distribution> 
- 
-</code> **DESCRIPTION** <code> 
-        The K@ (Kill At) command kills (deletes) messages addressed AT 
-        a specified distribution area. 
- 
-        The argument is case-independent. Wildcards are accepted. 
- 
-</code> **EXAMPLES** <code> 
-        K@ USA - Kill all bulletins addressed @USA 
-        K@ EU* - Kill bulletins addressed @EU, @EURO etc 
-         
-</code> **AVAILABILITY** <code> 
-        Sysop-only. 
- 
-</code> **SEE ALSO** <code> 
-        K<(4)   -- Kill Message(s) From a Callsign. 
-        K>(4)   -- Kill Message(s) To Destination. 
-        KF(4)   -- Kill Forwarded Mail. 
-        KH(4)   -- Kill Held Mail. 
-        KILL(4) -- Kill Message(s) By Number. 
-        KM(4)   -- Kill Mine. 
-        KR(4)   -- Kill Read Mail. 
-        L@(4)   -- List Messages At a Distribution. 
- 
-</code> 
----- 
-=====K-CMDS.4.MAN===== 
-<code>K-CMDS(4)               XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        K-CMDS -- Commands for Killing Mail. 
- 
-</code> **SYNOPSIS** <code> 
-        K[ill] <n ...> 
-        K> <to> 
-        K< <from> 
-        K@ <distribution> 
-        KF [callsign] 
-        KH [callsign]  
-        KM 
-        KR [callsign] 
- 
-</code> **DESCRIPTION** <code> 
-        The K (kill) commands are used to delete messages from the 
-        mailbox. There are several forms, listed above, each with 
-        its own manual page. 
- 
-</code> **AVAILABILITY** <code> 
-        K>, K<, KILL and KM are available to all users. 
-        K@, KF, KH and KR are sysop-only 
- 
-</code> **SEE ALSO** <code> 
-        K<(4)   -- Kill Message(s) From a Callsign. 
-        K>(4)   -- Kill Message(s) To Destination. 
-        K@(4)   -- Kill Messages At a Distribution.  
-        KF(4)   -- Kill Forwarded Mail. 
-        KH(4)   -- Kill Held Mail. 
-        KILL(4) -- Kill Message(s) By Number. 
-        KM(4)   -- Kill Mine. 
-        KR(4)   -- Kill Read Mail. 
- 
-</code> 
----- 
-=====KF.4.MAN===== 
-<code>KF(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        KF -- Kill Forwarded Mail. 
- 
-</code> **SYNOPSIS** <code> 
-        KF [to] 
- 
-</code> **DESCRIPTION** <code> 
-        The KF (Kill Forwarded) command deletes messages that have 
-        been successfully forwarded to another mailbox 
- 
-</code> **OPTIONS** <code> 
-        If a [to] callsign or topic is supplied, only the forwarded 
-        mail addressed to that destination is deleted. 
- 
-</code> **EXAMPLES** <code> 
-        KF         - Kill all forwarded mail 
-        KF EQUAKE  - Kill forwarded mail addresed to EQUAKE 
-        KF TECH*   - Kill forwarded mail addresses to TECH, TECHNI etc 
- 
-</code> **AVAILABILITY** <code> 
-        Sysop-only 
- 
-</code> **SEE ALSO** <code> 
-        K<(4)   -- Kill Message(s) From a Callsign. 
-        K@(4)   -- Kill Messages At a Distribution.  
-        KH(4)   -- Kill Held Mail. 
-        KILL(4) -- Kill Message(s) By Number. 
-        KM(4)   -- Kill Mine. 
-        KR(4)   -- Kill Read Mail. 
-        LF(4)   -- Kill Forwarded Mail. 
- 
-</code> 
----- 
-=====KH.4.MAN===== 
-<code>KH(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        KH -- Kill Held Mail. 
- 
-</code> **SYNOPSIS** <code> 
-        KH [to] 
- 
-</code> **DESCRIPTION** <code> 
-        The KH (Kill Held) command deletes mail that has been "held" 
-        for review.  
- 
-        Mail is held if it matches criteria specified in HOLD.SYS, 
-        which is self-documented. Held mail is not forwarded, and not 
-        visible to anyone except sysops. 
- 
-</code> **OPTIONS** <code> 
-        The optional [to] argument specifies a callsign or bulletin 
-        topic. If present, only held mail addressed to that callsign 
-        or topic is deleted. 
- 
-</code> **EXAMPLES** <code> 
-        KH       - Delete all held mail. 
-        KH SALE  - Delete held mail addressed to SALE only 
- 
-</code> **AVAILABILITY** <code> 
-        Sysop-only. 
- 
-</code> **SEE ALSO** <code> 
-        K<(4)   -- Kill Message(s) From a Callsign. 
-        K>(4)   -- Kill Message(s) To Destination. 
-        K@(4)   -- Kill Messages At a Distribution.  
-        KF(4)   -- Kill Forwarded Mail. 
-        KILL(4) -- Kill Message(s) By Number. 
-        KM(4)   -- Kill Mine. 
-        KR(4)   -- Kill Read Mail. 
-        LH(4)   -- List Held Mail. 
- 
-</code> 
----- 
-=====KILL.4.MAN===== 
-<code>KILL(4)                 XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        KILL -- Kill Message(s) By Number. 
- 
-</code> **SYNOPSIS** <code> 
-        K[ill] <n1 [n2 n3 ...]> 
- 
-</code> **DESCRIPTION** <code> 
-        The KILL command, which may be abbreviated to K, kills 
-        (deletes) one or more messages from the mailbox. 
- 
-        Once a message has been deleted, it is gone forever; there is 
-        no un-delete!! 
- 
-</code> **OPTIONS** <code> 
-        The numbers of the messages to be deleted must be separated 
-        by one or more spaces or tabs. Commas must not be used. 
- 
-</code> **EXAMPLES** <code> 
-        KILL 375   -- Kill message 375 
-        K 23 47 92 -- Kill multiple messages 
- 
-</code> **AVAILABILITY** <code> 
-        All users, but non-sysops may only kill mail orginated by, or 
-        addressed to, themselves. 
- 
-</code> **SEE ALSO** <code> 
-        K<(4)   -- Kill Message(s) From a Callsign. 
-        K>(4)   -- Kill Message(s) To Destination. 
-        K@(4)   -- Kill Messages At a Distribution.  
-        KF(4)   -- Kill Forwarded Mail. 
-        KH(4)   -- Kill Held Mail. 
-        KM(4)   -- Kill Mine. 
-        KR(4)   -- Kill Read Mail. 
- 
-</code> 
----- 
-=====KM.4.MAN===== 
-<code>KM(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        KM -- Kill Mine. 
- 
-</code> **SYNOPSIS** <code> 
-        KM 
- 
-</code> **DESCRIPTION** <code> 
-        The  KM  (KillMine) command kills (deletes) mail addressed to 
-        you, but only if you have read it. 
- 
-</code> **AVAILABILITY** <code> 
-        The KM command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        K<(4)   -- Kill Message(s) From a Callsign. 
-        K>(4)   -- Kill Message(s) To Destination. 
-        K@(4)   -- Kill Messages At a Distribution.  
-        KF(4)   -- Kill Forwarded Mail. 
-        KH(4)   -- Kill Held Mail. 
-        KILL(4) -- Kill Message(s) By Number. 
-        KR(4)   -- Kill Read Mail. 
-        LM(4)   -- List Mine. 
- 
-</code> 
----- 
-=====KR.4.MAN===== 
-<code>KR(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        KR -- Kill Read Mail. 
- 
-</code> **SYNOPSIS** <code> 
-        KR [to] 
- 
-</code> **DESCRIPTION** <code> 
-        The KR (Kill Held) command deletes private mail that has been 
-        read by its intended recipient. 
- 
-</code> **OPTIONS** <code> 
-        The optional [to] argument specifies a callsign. If present, 
-        only "read" mail addressed to that callsign is deleted. The 
-        argument is case insensitive and wildcards are accepted. 
- 
-</code> **EXAMPLES** <code> 
-        KR        - Delete all read mail. 
-        KR G8PZT  - Delete read mail addressed to G8PZT only. 
-        KR M7*    - Delete read mail addressed to al M7 calls 
- 
-</code> **AVAILABILITY** <code> 
-        Sysop-only. 
- 
-</code> **SEE ALSO** <code> 
-        K<(4)   -- Kill Message(s) From a Callsign. 
-        K>(4)   -- Kill Message(s) To Destination. 
-        K@(4)   -- Kill Messages At a Distribution.  
-        KF(4)   -- Kill Forwarded Mail. 
-        KH(4)   -- Kill Held Mail. 
-        KILL(4) -- Kill Message(s) By Number. 
-        KM(4)   -- Kill Mine. 
-        LR(4)   -- List Read Mail. 
- 
-</code> 
----- 
-=====L$.4.MAN===== 
-<code>L$(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        L$ -- List Messages Awaiting Forwarding. 
- 
-</code> **SYNOPSIS** <code> 
-        L$ [to] 
- 
-</code> **DESCRIPTION** <code> 
-        The L$ (List Unforwarded) command lists messages that are 
-        waiting to be forwarded to other mailboxes. These messages 
-        usually have the status "$". 
- 
-        A new message, i.e. one created by a user of this mailbox, or 
-        one received from another mailbox, is given the "$" status if 
-        it is "forwardable". But it only does this if you have 
-        configured the mailbox to allow forwarding of messages to 
-        other mailboxes, and the mail is not addressed at this 
-        mailbox. 
- 
-        Once a message has been forwarded, the status changes to "F". 
- 
-</code> **OPTIONS** <code> 
-        The optional argument should be a callsign or a bulletin 
-        topic, and is case-insensitive. Wildcards are accepted. 
- 
-</code> **EXAMPLES** <code> 
-        L$        - List all unforwarded mail 
-        L$ SYSOP  - List unforwarded mail addressed to SYSOP 
-        L$ TECH*  - List unforwarded mail to TECH and TECHNI 
- 
-</code> **AVAILABILITY** <code> 
-        The L$ command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L@(4)   -- List Messages AT a Distribution. 
-        LA(4)   -- List Oldest Messages.  
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages.  
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-=====L<.4.MAN===== 
-<code>L<(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        L< -- List Messages FROM Callsign. 
- 
-</code> **SYNOPSIS** <code> 
-        L< <callsign> 
- 
-</code> **DESCRIPTION** <code> 
-        The L< (ListFrom) command lists messages originated by a 
-        specified callsign. 
- 
-</code> **OPTIONS** <code> 
-        The argument is case-independent. Wildcards are accepted. 
- 
-</code> **EXAMPLES** <code> 
-        L< G8PZT  - List all messages from G8PZT 
-        L< VK*    - List all messages from Australians 
- 
-</code> **AVAILABILITY** <code> 
-        All users, but private mail is only displayed to sysops and 
-        the intended recipient. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L@(4)   -- List Messages AT a Distribution. 
-        L$(4)   -- List Messages Awaiting Forwarding. 
-        LA(4)   -- List Oldest Messages.  
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages.  
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
- 
-</code> 
----- 
-=====L>.4.MAN===== 
-<code>L>(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        L> -- List Messages To Callsign or Category. 
- 
-</code> **SYNOPSIS** <code> 
-        L> <callsign | topic> 
- 
-</code> **DESCRIPTION** <code> 
-        The L> (List To) command lists messages addressed TO a 
-        callsign or bulletin topic / category. 
- 
-</code> **OPTIONS** <code> 
-        The argument is case-independent. Wildcards are accepted. 
- 
-</code> **EXAMPLES** <code> 
-        L> G8PZT  - List messages addressed to G8PZT 
-        L> PACKET - List messages addressed to topic PACKET 
- 
-</code> **AVAILABILITY** <code> 
-        All users, but private mail is only displayed to sysops and 
-        the intended recipient. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L<(4)   -- List Messages FROM Callsign. 
-        L@(4)   -- List Messages AT a Distribution. 
-        L$(4)   -- List Messages Awaiting Forwarding. 
-        LA(4)   -- List Oldest Messages.  
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages.  
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-[email protected]===== 
-<code>L@(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        L@ -- List Messages AT a Distribution. 
- 
-</code> **SYNOPSIS** <code> 
-        L@ <distribution> 
- 
-</code> **DESCRIPTION** <code> 
-        The L@ (List At) command lists messages targeted AT a 
-        specified mailbox or distribution area. 
- 
-        Distribution areas are groups of mailboxes where the same 
-        bulletin is visible on all of them. They are set up by mutual 
-        agreement between sysops. 
- 
-        For example, in the UK, all sysops forward "@GBR" bulletins 
-        to all their peers in the UK, but not to their peers in other 
-        countries. 
- 
-</code> **EXAMPLES** <code> 
-        L@ GB7PZT - List messages targetted at GB7PZT mailbox 
-        L@ GBR  - List messages with GBR distribution area 
-        L@ EU*  - List messages with EU or EURO distribution 
- 
-</code> **OPTIONS** <code> 
-        The argument is case-independent. Wildcards are accepted. 
- 
-</code> **AVAILABILITY** <code> 
-        The L@ command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L$(4)   -- List Messages Awaiting Forwarding. 
-        LA(4)   -- List Oldest Messages.  
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages.  
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-=====LA.4.MAN===== 
-<code>LA(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        LA -- List Oldest Messages. 
- 
-</code> **SYNOPSIS** <code> 
-        LA <max> 
- 
-</code> **DESCRIPTION** <code> 
-        The LA (List Ancient) command lists the oldest messages, from 
-        the oldest towards the newest. 
- 
-        Don't ask why it's "List Ancient" not "List Oldest" - It has 
-        always been so. The reason is lost in the mists of time! The 
-        command is provided for backwards compatability. 
- 
-        The LO (List Oldest) command performs the identical function. 
- 
-</code> **OPTIONS** <code> 
-        <max> is a number specifying the maximum number of messages 
-              to display. 
- 
-</code> **EXAMPLE** <code> 
-        LA 25  - List the oldest 25 messages 
- 
-</code> **AVAILABILITY** <code> 
-        The LA command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L@(4)   -- List Messages AT a Distribution. 
-        L$(4)   -- List Messages Awaiting Forwarding.  
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages. 
-        LO(4)   -- List Oldest Messages. 
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-=====LB.4.MAN===== 
-<code>LB(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        LB -- List Bulletins. 
- 
-</code> **SYNOPSIS** <code> 
-        LB [max] 
- 
-</code> **DESCRIPTION** <code> 
-        The LB (List Bulletins) command lists the most recent 
-        bulletins in reverse order, i.e. newest first. 
- 
-</code> **OPTIONS** <code> 
-        Optional argument [max] specifies the maximum number of 
-        bulletins to list, and defaults to 25. 
- 
-</code> **EXAMPLES** <code> 
-        LB     - List the most recent 25 bulletins 
-        LB 100 - List the most recent 100 bulletins 
- 
-</code> **AVAILABILITY** <code> 
-        The LB command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L@(4)   -- List Messages AT a Distribution. 
-        L$(4)   -- List Messages Awaiting Forwarding. 
-        LA(4)   -- List Oldest Messages.  
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages. 
-        LO(4)   -- List Oldest Messages. 
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-=====LC.4.MAN===== 
-<code>LC(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        LC -- List Bulletin Categories. 
- 
-</code> **SYNOPSIS** <code> 
-        LC [category] 
- 
-</code> **DESCRIPTION** <code> 
-        The LC (List Categories) command lists all the bulletin 
-        categories (aka topics), together with total number of 
-        bulletins in each. 
- 
-</code> **OPTIONS** <code> 
-        The optional case-independent argument can be used to narrow 
-        the search. Wildcards are accepted. 
- 
-</code> **EXAMPLES** <code> 
-        LC    - List all bulletin categories 
-        LC A* - List categories that begin with the letter 'A' 
- 
-</code> **AVAILABILITY** <code> 
-        The LC copmmand is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L@(4)   -- List Messages AT a Distribution. 
-        L$(4)   -- List Messages Awaiting Forwarding. 
-        LA(4)   -- List Oldest Messages.  
-        LB(4)   -- List Bulletins. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages. 
-        LO(4)   -- List Oldest Messages. 
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-=====L-CMDS.4.MAN===== 
-<code>L-CMDS(4)               XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        L-CMDS -- Commands For Listing Mail. 
- 
-</code> **SYNOPSIS** <code> 
-        L[ist]          List messages and bulletins. 
-        L[ist] <n>      List messages starting at number <n> 
-        L[ist] <f> <l>  List messages from numbers <f> to <l>  
-        L> <to>         List messages TO callsign or category 
-        L< <from>       List messages FROM callsign 
-        L@ <at>         List messages AT a distribution 
-        L$ [to]         List messages waiting to be forwarded 
-        LA <n>          List oldest <n> messages  
-        LB [n]          List [max of n] Bulletins backwards 
-        LC [cat]        List bulletin categories 
-        LF [to]         List sucessfully Forwarded messages 
-        LH [to]         List held messages 
-        LL <n>          List the Last (most recent) <n> messages  
-        LM              List Mine (all messages addressed to you) 
-        LN              List New (unread) mail addressed to you  
-        LP [n]          List [max of n] Private messages 
-        LR [to]         List private mail that has been read 
-        LS <text>       List messages whose subject contains <text> 
-        LT <text>       List messages containing <text> in body 
-        LU [to]         List Unread messages 
- 
-</code> **DESCRIPTION** <code> 
-        The L (List) commands are used to display lists of messages 
-        and bulletins on the mailbox. 
- 
-        Each of the above commands has its own manual page as listed 
-        below. 
- 
-</code> **AVAILABILITY** <code> 
-        The LH (List Held) command is sysop-only, but the remainder 
-        of the L commands are available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L@(4)   -- List Messages AT a Distribution. 
-        L$(4)   -- List Messages Awaiting Forwarding. 
-        LA(4)   -- List Oldest Messages.  
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages. 
-        LO(4)   -- List Oldest Messages. 
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-=====LF.4.MAN===== 
-<code>LF(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        LF -- List Forwarded Messages. 
- 
-</code> **SYNOPSIS** <code> 
-        LF [to] 
- 
-</code> **DESCRIPTION** <code> 
-        The LF (List Forwarded) command lists messages that were 
-        successfully forwarded to another mailbox. 
- 
-</code> **OPTIONS** <code> 
-        The optional case-independent argument can be used to narrow 
-        the search, based on the "to" field or bulletin "category" 
-        (topic). Wildcards are accepted. 
- 
-</code> **EXAMPLES** <code> 
-        LF        - List all forwarded messages 
-        LF TECH*  - List forwarded messages to TECH or TECHNI 
- 
-</code> **AVAILABILITY** <code> 
-        The LF command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L@(4)   -- List Messages AT a Distribution. 
-        L$(4)   -- List Messages Awaiting Forwarding. 
-        LA(4)   -- List Oldest Messages.  
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages. 
-        LO(4)   -- List Oldest Messages. 
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-=====LH.4.MAN===== 
-<code>LH(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        LH -- List Held Mail. 
- 
-</code> **SYNOPSIS** <code> 
-        LH [to] 
- 
-</code> **DESCRIPTION** <code> 
-        The LH (List Held) command displays mail that has been "held" 
-        for review.  
- 
-        Mail is held if it matches criteria specified in HOLD.SYS, 
-        which is self-documented. Held mail is not forwarded, and not 
-        visible to anyone except sysops. 
- 
-</code> **OPTIONS** <code> 
-        The optional [to] argument specifies a callsign or bulletin 
-        topic. If present, only held mail addressed to that callsign 
-        or topic is displayed. 
- 
-</code> **EXAMPLES** <code> 
-        LH       - List all held mail. 
-        LH SALE  - List held mail addressed to SALE only 
- 
-</code> **AVAILABILITY** <code> 
-        Sysop-only. 
- 
-</code> **SEE ALSO** <code> 
-        HOLD(4)     -- Hold Mail 
-        HOLD.SYS(8) -- Mail Holding Control File. 
-        KH(4)       -- Kill Held Mail 
-        UH(4)       -- Un-hold Mail 
- 
-</code> 
----- 
-=====LIST.4.MAN===== 
-<code>LIST(4)                 XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        LIST -- List Messages By Number.  
- 
-</code> **SYNOPSIS** <code> 
-        L[ist] 
-        L[ist] <first_number>  
-        L[ist] <first_number> <last_number> 
- 
- 
-</code> **DESCRIPTION** <code> 
-        The LIST command, which may be abbreviated to "L", is used to 
-        list messages by number. 
- 
-        Each message has a unique "index" number on this BBS. The 
-        number is not part of the messsage "envelope", although it 
-        is displayed as if it were so. The same message on a different 
-        mailbox would have a different number. 
- 
-        The mailbox can be configured to re-number the messages from 
-        time to time, to keep the mumbers within a manageable range. 
- 
-</code> **OPTIONS** <code> 
-        L[ist] by itself lists messages that have arrived since you 
-        last used the L command, which may be none. 
- 
-        A single numeric argument specifies a starting number, from 
-        which the listing will proceed in a forwards direction. 
- 
-        If two numeric arguments are supplied, the first specifies 
-        the starting mumber and the second specifies the last number 
-        to be listed. 
- 
-</code> **EXAMPLES** <code> 
-        LIST     - List upwards from your previous "last-listed"  
-        L 400    - List messages starting at number 400 
-        L 50 60  - List messages from numbers 50 to 60 
-  
-</code> **AVAILABILITY** <code> 
-        The LIST command is available to all, but non-sysops can 
-        only see messages created by, or addressed to, themselves. 
- 
-</code> **SEE ALSO** <code> 
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L@(4)   -- List Messages AT a Distribution. 
-        L$(4)   -- List Messages Awaiting Forwarding. 
-        LA(4)   -- List Oldest Messages.  
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages. 
-        LO(4)   -- List Oldest Messages. 
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-=====LL.4.MAN===== 
-<code>LL(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        LL -- List Most Recent Messages  
- 
-</code> **SYNOPSIS** <code> 
-        LL <max> 
- 
-</code> **DESCRIPTION** <code> 
-        The LL (List Latest) command lists the most recent messages 
-        in reverse order, i.e. newest first. It is similar to LB, 
-        except that it includes all types of message, not just 
-        bulletins. 
- 
-        If pagination is enabled (see NP command), the listing stops 
-        after 1 pageful, allowing you to select messages on that page 
-        to read. After reading the messages, the listing resumes.  
- 
-</code> **OPTIONS** <code> 
-        The numeric argument <max> specifies the maximum number of 
-        messages to display. 
- 
-</code> **EXAMPLE** <code> 
-        LL 10  - List the latest 10 messages. 
- 
-</code> **AVAILABILITY** <code> 
-        The LL command is available to all, but non-sysops can 
-        only see messages created by, or addressed to, themselves. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L@(4)   -- List Messages AT a Distribution. 
-        L$(4)   -- List Messages Awaiting Forwarding. 
-        LA(4)   -- List Oldest Messages.  
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages. 
-        LO(4)   -- List Oldest Messages. 
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-=====LM.4.MAN===== 
-<code>LM(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        LM -- List Mine. 
- 
-</code> **SYNOPSIS** <code> 
-        LM 
- 
-</code> **DESCRIPTION** <code> 
-        The LM (List Mine) command is similar to LN (List New) in that 
-        it lists all messages addressed to you, except that it 
-        includes the messages you have read. 
- 
-</code> **AVAILABILITY** <code> 
-        The LM command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L@(4)   -- List Messages AT a Distribution. 
-        L$(4)   -- List Messages Awaiting Forwarding. 
-        LA(4)   -- List Oldest Messages.  
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LN(4)   -- List New Messages. 
-        LO(4)   -- List Oldest Messages. 
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-=====LN.4.MAN===== 
-<code>LN(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        LN -- List New Messages. 
- 
-</code> **SYNOPSIS** <code> 
-        LN 
- 
-</code> **DESCRIPTION** <code> 
-        The LN (List New) command lists new (i.e. unread) messages 
-        addressed to you. 
- 
-        To see ALL mail addressed to you, whether it has been read or 
-        not, use LM (List Mine). 
- 
-</code> **AVAILABILITY** <code> 
-        The LN command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L@(4)   -- List Messages AT a Distribution. 
-        L$(4)   -- List Messages Awaiting Forwarding. 
-        LA(4)   -- List Oldest Messages.  
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LO(4)   -- List Oldest Messages. 
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-=====LO.4.MAN===== 
-<code>LO(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        LO -- List Oldest Messages. 
- 
-</code> **SYNOPSIS** <code> 
-        LO <max> 
- 
-</code> **DESCRIPTION** <code> 
-        The LO (List Oldest) command lists the oldest messages, from 
-        the oldest towards the newest. 
- 
-        The LA (List Ancient) command performs the identical function. 
- 
-</code> **OPTIONS** <code> 
-        <max> is a number specifying the maximum number of messages 
-              to display. 
- 
-</code> **EXAMPLE** <code> 
-        LO 25  - List the oldest 25 messages 
- 
-</code> **AVAILABILITY** <code> 
-        The LO command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L@(4)   -- List Messages AT a Distribution. 
-        L$(4)   -- List Messages Awaiting Forwarding.  
-        LO(4)   -- List Oldest Messages. 
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages. 
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-=====LP.4.MAN===== 
-<code>LP(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        LP -- List Private Messages. 
- 
-</code> **SYNOPSIS** <code> 
-        LP [max] 
- 
-</code> **DESCRIPTION** <code> 
-        The LP (List Private) command lists private messages, i.e. 
-        those addressed to a single recipient. 
- 
-</code> **OPTIONS** <code> 
-        The optional numeric [max] argument specifies the maximum 
-        number of messages to list. The default is 25. 
- 
-</code> **EXAMPLE** <code> 
-        LP 10  - List a maximum of 10 private messages. 
- 
-</code> **AVAILABILITY** <code> 
-        The LP command is available to all, but non-sysops can 
-        only see messages created by, or addressed to, themselves. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L@(4)   -- List Messages AT a Distribution. 
-        L$(4)   -- List Messages Awaiting Forwarding. 
-        LA(4)   -- List Oldest Messages.  
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages. 
-        LO(4)   -- List Oldest Messages. 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-=====LQ.4.MAN===== 
-<code>LQ(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        LQ -- List Messages Queued (Awaiting Forwarding). 
- 
-</code> **SYNOPSIS** <code> 
-        LQ [to] 
- 
-</code> **DESCRIPTION** <code> 
-        The L$ (List Queued) command lists messages that are waiting 
-        to be forwarded to other mailboxes. These messages usually 
-        have the status "$". 
- 
-        A new message, i.e. one created by a user of this mailbox, or 
-        one received from another mailbox, is given the "$" status if 
-        it is "forwardable". But it only does this if you have 
-        configured the mailbox to allow forwarding of messages to 
-        other mailboxes, and the mail is not addressed at this 
-        mailbox. 
- 
-        Once a message has been forwarded, the status changes to "F". 
- 
-</code> **OPTIONS** <code> 
-        The optional argument should be a callsign or a bulletin 
-        topic, and is case-insensitive. Wildcards are accepted. 
- 
-</code> **EXAMPLES** <code> 
-        LQ        - List all unforwarded mail 
-        LQ SYSOP  - List unforwarded mail addressed to SYSOP 
-        LQ TECH*  - List unforwarded mail to TECH and TECHNI 
- 
-</code> **AVAILABILITY** <code> 
-        The LQ command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L$(4)   -- List Mesages by Message-ID 
-        L@(4)   -- List Messages AT a Distribution. 
-        LA(4)   -- List Oldest Messages.  
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages.  
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-=====LR.4.MAN===== 
-<code>LR(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        LR -- List Read Private Messages. 
- 
-</code> **SYNOPSIS** <code> 
-        LR 
- 
-</code> **DESCRIPTION** <code> 
-        The LR (List Read) command lists private messages that have 
-        been read by their intended recipient. 
- 
-</code> **OPTIONS** <code> 
-        The optional case-independent [to] argument can be used to 
-        limit the search. Wildcards are accepted. 
- 
-</code> **EXAMPLES** <code> 
-        LR        - List all private mail that has been read. 
-        LR G8PZT  - List G8PZT's read mail. 
-        LR VK*    - List all Australians' read mail. 
- 
-</code> **AVAILABILITY** <code> 
-        The LR command is available to all, but non-sysops can 
-        only see messages created by, or addressed to, themselves. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L@(4)   -- List Messages AT a Distribution. 
-        L$(4)   -- List Messages Awaiting Forwarding. 
-        LA(4)   -- List Oldest Messages.  
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages. 
-        LO(4)   -- List Oldest Messages. 
-        LP(4)   -- List Private Messages 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-=====LS.4.MAN===== 
-<code>LS(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        LS -- List Messages By Subject. 
- 
-</code> **SYNOPSIS** <code> 
-        LS <word> 
- 
-</code> **DESCRIPTION** <code> 
-        The LS (List by Subject) command lists messages with a 
-        specified word or part-word anywhere in the subject. 
- 
-        A "sliding match" is performed, thus "eat" will match "meat", 
-        "feature", "weather" etc. 
- 
-</code> **OPTIONS** <code> 
-        The argument is case-insensitive. Wildcards are NOT allowed. 
- 
-</code> **EXAMPLE** <code> 
-        LS IBM  - List messages with IBM anywhere in the subject. 
- 
-</code> **AVAILABILITY** <code> 
-        The LS command is available to all, but non-sysops can 
-        only see messages created by, or addressed to, themselves. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L@(4)   -- List Messages AT a Distribution. 
-        L$(4)   -- List Messages Awaiting Forwarding. 
-        LA(4)   -- List Oldest Messages.  
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages. 
-        LO(4)   -- List Oldest Messages. 
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LT(4)   -- List Messages By Text.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-=====LT.4.MAN===== 
-<code>LT(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        LT -- List Messages By Text. 
- 
-</code> **SYNOPSIS** <code> 
-        LT <word> 
- 
-</code> **DESCRIPTION** <code> 
-        The LT (List by Text) lists messages containing a specified 
-        word or part-word anywhere in the message body. 
- 
-</code> **OPTIONS** <code> 
-        The argument is case-insensitive. Wildcards and phrases are 
-        not accepted. 
- 
-</code> **EXAMPLE** <code> 
-        LT Packet - List messages containing the word "packet". 
- 
-</code> **AVAILABILITY** <code> 
-        The LT command is available to all, but non-sysops can 
-        only see messages created by, or addressed to, themselves. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L@(4)   -- List Messages AT a Distribution. 
-        L$(4)   -- List Messages Awaiting Forwarding. 
-        LA(4)   -- List Oldest Messages.  
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages. 
-        LO(4)   -- List Oldest Messages. 
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject.  
-        LU(4)   -- List Unread Messages. 
- 
-</code> 
----- 
-=====LU.4.MAN===== 
-<code>LU(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        LU -- List Unread Messages. 
- 
-</code> **SYNOPSIS** <code> 
-        LU [to] 
- 
-</code> **DESCRIPTION** <code> 
-        The LU (List Unread) command lists unread private mail, plus 
-        bulletins that have not been forwarded or marked for 
-        forwarding. 
- 
-</code> **OPTIONS** <code> 
-        The case-independent argument [to] can be used to restrict 
-        the search. Wildcards are accepted. 
- 
-</code> **EXAMPLES** <code> 
-        LU          - List all unread/unmarked mail 
-        LU RSGB     - List unmarked bulletins addressed to RSGB 
-        LU ???USA   - List mail affressed to ALLUSA, PKTUSA etc 
- 
-</code> **AVAILABILITY** <code> 
-        The LU command is available to all, but non-sysops can 
-        only see messages created by, or addressed to, themselves. 
- 
-</code> **SEE ALSO** <code> 
-        LIST(4) -- List Messages By Number.  
-        L>(4)   -- List Messages TO Callsign or Category. 
-        L<(4)   -- List Messages FROM Callsign. 
-        L@(4)   -- List Messages AT a Distribution. 
-        L$(4)   -- List Messages Awaiting Forwarding. 
-        LA(4)   -- List Oldest Messages.  
-        LB(4)   -- List Bulletins. 
-        LC(4)   -- List Bulletin Categories. 
-        LF(4)   -- List Forwarded Messages. 
-        LH(4)   -- List Held Messages 
-        LL(4)   -- List Most Recent Messages  
-        LM(4)   -- List Mine. 
-        LN(4)   -- List New Messages. 
-        LO(4)   -- List Oldest Messages. 
-        LP(4)   -- List Private Messages 
-        LR(4)   -- List Read Private Messages. 
-        LS(4)   -- List Messages By Subject. 
-        LT(4)   -- List Messages By Text.  
- 
-</code> 
----- 
-=====MAN.4.MAN===== 
-<code>MAN(4)                  XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        MAN -- Display Sysop's Manual Pages. 
- 
-</code> **SYNOPSIS** <code> 
-        MAN [section] [topic] 
- 
-</code> **DESCRIPTION** <code> 
-        The MAN command is used to access the sysop's manual, which 
-        consists of a collection of pages, each covering a different  
-        command or topic. 
- 
-        The MAN pages are designed for sysop use, and usually give  
-        more detail than the corresponding HELP pages. 
- 
-        The manual is divided into several sections as follows: 
- 
-           Section   Contents 
-           ------------------------------------------ 
-              1      General Commands 
-              2      Chat Server Commands 
-              3      PZTDOS commands 
-              4      Mailbox commands 
-              6      Installation & Configuration Topics 
-              7      Configuration Directives 
-              8      Configuration / System Files. 
-              9      Miscellaneous Topics 
- 
-        When used from the mailbox command line, MAN by default shows 
-        only the pages in section 4. Pages from other sections may be 
-        displayed using the [section] argument. 
- 
-</code> **OPTIONS** <code> 
-        Use MAN SECTIONS to list the sections. 
- 
-        Entering MAN alone displays a list of available topics in 
-        section 4. 
- 
-        To read a specific page in section 4, enter MAN followed by 
-        the topic for which you require help. 
- 
-        To list topics in any other section, enter MAN followed by the 
-        section number. 
- 
-        To read a topic in a section other than 4, enter MAN followed 
-        by a space, the section number, a space then the topic. 
- 
-        If a topic name contains wildcards, all matching topic names 
-        in the section are displayed. 
- 
-</code> **EXAMPLES** <code> 
-        MAN LC       Display section 4 page for LC command. 
-        MAN 7        List the topics in section 7 
-        MAN 7 MAXTT  Display section 7 page for MAXTT directive 
-        MAN 1 I*     List section 1 topics begining with 'I' 
- 
-</code> **CONVENTIONS** <code> 
-        The following conventions are used in MAN pages: 
- 
-        < >         Mandatory argument - These braces and the text  
-                    enclosed within them represent any piece of text  
-                    typed after the command.  The <> do not form part  
-                    of the argument. 
- 
-        [ ]         Optional argument - These braces enclose anything  
-                    which is not always present. If used within a  
-                    command name (e.g. N[ODES]), this indicates that  
-                    the command may be abbreviated to a minimum form  
-                    while remaining unique. 
- 
-</code> **AVAILABILITY** <code> 
-        Sysop-only. 
- 
-</code> **FILES** <code> 
-        Manual files are normal text files, with the extension 
-        changed to ".MAN". They may be created and edited using a 
-        simple text editor such as Notepad (windows) or Leafpad, nano 
-        etc (Linux). 
- 
-        All MAN files are located within the MAN directory, which 
-        itself is in the directory containing XRouter. 
- 
-        As MAN files are for use only by the sysop, there is no need 
-        for separate directories for alternate language versions. 
-        Even if the MAN files are translated to a different language, 
-        they must always be situated in the MAN directory, not in a 
-        subdirectory thereof 
- 
-        Filenames, including the extensions, MUST be in UPPER CASE. 
-        Lower case filenames and files without the .MAN extension are 
-        ignored. 
- 
-        Within the .MAN files, lines beginning with a semicolon ';' 
-        are not displayed, so you can use them for comments, such as 
-        file modification details. 
- 
-        Manual files can be viewed from the console using <ALT+H> 
-        followed by <M>. This browser window is only around 76 
-        characters wide, so try to keep the lines shorter than this, 
-        to preserve formatting. In any case, lines longer than 72 
-        characters are bad practice, typopgraphically-speaking. 
- 
-</code> **LIMITATIONS** <code> 
-        Although most commands may be abbreviated, it is not currently  
-        possible for the MAN command to correctly identify the  
-        required page from an abbreviated argument.  Thus "MAN IMPORT"  
-        is acceptable, whereas "MAN IM" is not. Use wildcards if 
-        necessary. 
- 
-</code> **NOTE** <code> 
-        Some manual pages are longer than the standard console review 
-        buffer size, and may therefore display only the last 400 or 
-        so lines. However they can be viewed in full via the HTTP 
-        interface, and by using <ALT+H> followed by <M> at the 
-        console. 
- 
-</code> **SEE ALSO** <code> 
-        HELP(4) -- General help system. 
- 
-</code> 
----- 
-=====MB.4.MAN===== 
-<code>MB(1)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        MB -- Make Bulletin From File. 
- 
-</code> **SYNOPSIS** <code> 
-        MB <filename> <topic> [@ distribution] 
- 
-</code> **DESCRIPTION** <code> 
-        The MB (Make Bulletin) command makes a bulletin from a text 
-        file. Apart fron the insertion of a filename between the 
-        command and the bulletin topic, the syntax is similar to the 
-        SB (Send Bulletin) command. 
- 
-        If the filename contains no path, it is expected to be 
-        located in the same directory as the XRouter executable. 
- 
-        If the file is found, the sysop is prompted to enter a 
-        subject for the message. There is no limit on subject length 
-        but please be aware that anything over 32 characters may 
-        cause line-wrap on some mailboxes, or be truncated on others. 
- 
-        After entering the subject, the bulletin is created and 
-        distributed in the usual way.   
- 
-</code> **EXAMPLES** <code> 
-        MB newsletter.txt KRG 
-        MB /home/pi/forecast.txt WX @ WMIDS 
-         
-</code> **AVAILABILITY** <code> 
-        Sysop-only. 
- 
-</code> **SEE ALSO** <code> 
-        IMPORT(4) -- Import Messages Fom File. 
-        MP(4)     -- Make Personal Message From File. 
-        SB(4)     -- Send Bulletin. 
- 
-</code> 
----- 
-=====MF.4.MAN===== 
-<code>MF(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        MF -- Make File From Message. 
- 
-</code> **SYNOPSIS** <code> 
-        MF <msgnum> <filename> 
- 
-</code> **DESCRIPTION** <code> 
-        The MF (Message to File) command copies the specified message 
-        to a text file, excluding the routing headers (To save with 
-        headers use the MFH command). 
- 
-        It differs from EXPORT in two respects. Firstly, none of the 
-        message "envelope" is saved, only the message "contents". 
-        Secondly, the file mode is "write", not "append". 
- 
-        If the specified target file already exists, the command will 
-        fail with an error message instead of overwriting the 
-        existing file. 
- 
-        If no path is specified, the resulting file is saved in the 
-        same directory as the XRouter executable. 
- 
-</code> **EXAMPLES** <code> 
-        MF 123 areacodes.txt 
-        MF 456 saved/msgs/vcr.txt 
- 
-</code> **AVAILABILITY** <code> 
-        Sysop-only. 
- 
-</code> **SEE ALSO** <code> 
-         EXPORT(4) -- Export Message to File. 
-         MFH(4)    -- Make File From Message Including Headers 
- 
-</code> 
----- 
-=====MFH.4.MAN===== 
-<code>MFH(4)                  XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        MFH -- Make File From Message With Headers. 
- 
-</code> **SYNOPSIS** <code> 
-        MFH <msgnum> <filename> 
- 
-</code> **DESCRIPTION** <code> 
-        The MFH (Message to File with Headers) command copies the 
-        specified message to a text file, including the routing 
-        headers (To save without headers use the MF command). 
- 
-        It differs from EXPORT in two respects. Firstly, none of the 
-        message "envelope" is saved, only the message "contents". 
-        Secondly, the file mode is "write", not "append". 
- 
-        If the specified target file already exists, the command will 
-        fail with an error message instead of overwriting the 
-        existing file. 
- 
-        If no path is specified, the resulting file is saved in the 
-        same directory as the XRouter executable. 
- 
-</code> **EXAMPLES** <code> 
-        MFH 123 areacodes.txt 
-        MFH 456 saved/msgs/vcr.txt 
- 
-</code> **AVAILABILITY** <code> 
-        Sysop-only. 
- 
-</code> **SEE ALSO** <code> 
-         EXPORT(4) -- Export Message to File. 
-         MF(4)     -- Make File From Message Excluding Headers 
- 
-</code> 
----- 
-=====MINE.4.MAN===== 
-<code>MINE(4)                 XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        MINE -- List The Messages Sent By You. 
- 
-</code> **SYNOPSIS** <code> 
-        M[ine] 
- 
-</code> **DESCRIPTION** <code> 
-        The MINE command, which may be shortened to "M", lists all 
-        the messages sent by you. 
- 
-</code> **AVAILABILITY** <code> 
-        The MINE command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        KM(4) -- Kill Mine. 
-        LM(4) -- List Mine. 
- 
-</code> 
----- 
-=====MP.4.MAN===== 
-<code>MP(1)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        MP -- Make Personal Message From File. 
- 
-</code> **SYNOPSIS** <code> 
-        MP <filename> <to_callsign> [@ bbs] 
- 
-</code> **DESCRIPTION** <code> 
-        The MP (Make Personal) command makes a personal message from 
-        a text file. Apart fron the insertion of a filename between 
-        the command and the destination callsign, the syntax is 
-        similar to the SP (Send Personal) command. 
-         
-        If the filename contains no path, it is expected to be 
-        located in the same directory as the XRouter executable. 
- 
-        If the file is found, the sysop is prompted to enter a 
-        subject for the message. There is no limit on subject length 
-        but please be aware that anything over 32 characters may 
-        cause line-wrap on some mailboxes, or be truncated on others. 
- 
-        After entering the subject, the message is created and 
-        distributed in the usual way.   
- 
-</code> **EXAMPLES** <code> 
-        MP comments.txt G8PZT 
-        MP /home/pi/agenda.txt G4FPV @ GB7GLO 
-         
-</code> **AVAILABILITY** <code> 
-        Sysop-only. 
- 
-</code> **SEE ALSO** <code> 
-        IMPORT(4) -- Import Messages Fom File. 
-        MB(4)     -- Make Bulletin From File. 
-        SP(4)     -- Send Personal Message. 
- 
-</code> 
----- 
-=====NAME.4.MAN===== 
-<code>NAME(4)                 XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        NAME -- Display / Change Name 
- 
-</code> **SYNOPSIS** <code> 
-        N[ame] [your_first_name] 
- 
-</code> **DESCRIPTION** <code> 
-        The NAME command, which can be abbreviated to "N"  displays 
-        or changes your first name in the WP (White Pages) database. 
- 
-        The WP database is a global database of mailbox users, used 
-        primarily for making mail routing decisions. 
- 
-</code> **OPTIONS** <code> 
-        The argument is case-independent. Whatever you input, the 
-        first character is auto-capitalised, and the remainder is 
-        uncapitalised. 
- 
-        The maximum length for a name is 12 characters. The name 
-        must not include spaces, but may include underscores or 
-        hyphens. 
- 
-        If no argument is supplied, your current name is shown. 
- 
-</code> **EXAMPLES** <code> 
-        N       - Display your name, as held in the WP database 
-        N fReD  - Change your name in WP database to "Fred" 
- 
-</code> **AVAILABILITY** <code> 
-        The NAME command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        NC(4) -- Display/Change ANSI Colour Preferences. 
-        NH(4) -- Display/Change "Home BBS". 
-        NI(4) -- Displays User Information. 
-        NP(4) -- Display/Change Pagination. 
-        NQ(4) -- Display/Change QTH. 
-        NZ(4) -- Display/ Change Zip Code. 
-        WPAGES(9) -- The White Pages Database. 
- 
-</code> 
----- 
-=====NC.4.MAN===== 
-<code>NC(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        NC -- Display / Change ANSI Colour Preference. 
- 
-</code> **SYNOPSIS** <code> 
-        NC [on | off] 
- 
-</code> **DESCRIPTION** <code> 
-        The NC command displays or sets your ANSI colour preference, 
-        i.e. whethere your mailbox sessions use colour or not. 
- 
-        To use colour, you will need an ANSI-compatable terminal such 
-        as XRouter or PuTTY. 
- 
-        The setting is remembered for your subsequent connections. 
- 
-</code> **OPTIONS** <code> 
-        Used without an argument, the NC command displays the current 
-        on/off state of ANSI colour. 
- 
-        "NC ON" turns colour on, and "NC OFF" turns it off. 
- 
-</code> **AVAILABILITY** <code> 
-        The NC command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        NAME(4) -- Display / Change Name in White Pages Database. 
-        NH(4)   -- Display / Change Home BBS 
-        NI(4)   -- Display Summary of Your User Record 
-        NP(4)   -- Display / Change Pagination Settings 
-        NQ(4)   -- Display / Change QTH 
-        NZ(4)   -- Display / Change Zip / Locator 
- 
-</code> 
----- 
-=====N-CMDS.4.MAN===== 
-<code>N-CMDS(4)               XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        N-CMDS -- Commands to Display / Set Name and Other Options. 
- 
-</code> **SYNOPSIS** <code> 
-        N[ame] [first-name] 
-        NC [on | off] 
-        NH [home-bbs] 
-        NI 
-        NP [lines-per-page] 
-        NQ [qth] 
-        NZ [zip | locator] 
- 
-</code> **DESCRIPTION** <code> 
-        The N commands are used to display or change your name, QTH, 
-        home BBS and other attributes, i.e. anything related to you, 
-        in the mailbox user database. 
- 
-        Each of the above commands has its own MAN page. 
- 
-</code> **AVAILABILITY** <code> 
-        The N(ame) commands are available to all users 
- 
-</code> **SEE ALSO** <code> 
-        NAME(4) -- Display / Change Name in White Pages Database. 
-        NC(4)   -- Display / Change ANSI Colour Preference 
-        NH(4)   -- Display / Change Home BBS 
-        NI(4)   -- Display Summary of Your User Record 
-        NP(4)   -- Display / Change Pagination Settings 
-        NQ(4)   -- Display / Change QTH 
-        NZ(4)   -- Display / Change Zip / Locator 
- 
-</code> 
----- 
-=====NH.4.MAN===== 
-<code>NH(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        NH -- Display / Change Home BBS. 
- 
-</code> **SYNOPSIS** <code> 
-        NH [bbscall[.hier_address]] 
- 
-</code> **DESCRIPTION** <code> 
-        The NH command allows you to query or change your "Home BBS", 
-        i.e. the BBS which you use the most, in the White Pages (WP) 
-        database. 
- 
-        The "Home BBS" is the one to which which all other mailboxes 
-        will route your mail, so it is important to set it correctly. 
- 
-</code> **OPTIONS** <code> 
-        Used without arguments, NH displays your current "Home BBS". 
- 
-        If an argument is supplied, it specifies a new Home BBS. The 
-        argument is case-independent. If your home BBS is known to 
-        the WP database at this mailbox, you only need to supply the 
-        callsign, otherwise you must supply the full hierachical 
-        address, e.g. "GB7PZT.#24.GBR.EU". 
- 
-</code> **EXAMPLES** <code> 
-        NH GB7PZT - changes your HomeBBs to GB7PZT. 
-        NH        - reports the current setting 
- 
-</code> **AVAILABILITY** <code> 
-        The NH copmmand is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        NAME(4) -- Display / Change Name in White Pages Database. 
-        NC(4)   -- Display / Change ANSI Colour Preference 
-        NI(4)   -- Display Summary of Your User Record 
-        NP(4)   -- Display / Change Pagination Settings 
-        NQ(4)   -- Display / Change QTH 
-        NZ(4)   -- Display / Change Zip / Locator 
- 
-</code> 
----- 
-=====NI.4.MAN===== 
-<code>NI(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        NI -- Display Summary of Your User Record 
- 
-</code> **SYNOPSIS** <code> 
-        NI 
- 
-</code> **DESCRIPTION** <code> 
-        The NI (Information) command displays your user account, i.e. 
-        the information that the mailbox remembers about you. 
- 
-        The information includes, Name, QTH, Home BBS, the date and 
-        time of your previous session, the number of times you have 
-        connected, your colour setting, the number of messages you 
-        have read and sent, and your pagination settings. 
- 
-</code> **AVAILABILITY** <code> 
-        The NI command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        NAME(4) -- Display / Change Name in White Pages Database. 
-        NC(4)   -- Display / Change ANSI Colour Preference 
-        NH(4)   -- Display / Change Home BBS 
-        NP(4)   -- Display / Change Pagination Settings 
-        NQ(4)   -- Display / Change QTH 
-        NZ(4)   -- Display / Change Zip / Locator 
- 
-</code> 
----- 
-=====NP.4.MAN===== 
-<code>NP(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        NP -- Display / Change Pagination Settings. 
- 
-</code> **SYNOPSIS** <code> 
-        NP [lines_per_page] 
- 
-</code> **DESCRIPTION** <code> 
-        The NP (Pagination) command is used to display or adjust your 
-        pagination settings. 
- 
-</code> **OPTIONS** <code> 
-        "NP"         - by itself reports the current setting. 
-        "NP <lines>" - changes it. 
-        "NP 0"       - disables pagination. 
- 
-</code> **EXAMPLES** <code> 
-        NP     - Enquire current pagination setting 
-        NP 18  - Set pagination to 18 lines per page 
- 
-</code> **AVAILABILITY** <code> 
-        The NP command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        NAME(4) -- Display / Change Name in White Pages Database. 
-        NC(4)   -- Display / Change ANSI Colour Preference 
-        NH(4)   -- Display / Change Home BBS 
-        NI(4)   -- Display Summary of Your User Record 
-        NQ(4)   -- Display / Change QTH 
-        NZ(4)   -- Display / Change Zip / Locator 
- 
-</code> 
----- 
-=====NQ.4.MAN===== 
-<code>NQ(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        NQ -- Display / Change QTH. 
- 
-</code> **SYNOPSIS** <code> 
-        NQ [qth] 
- 
-</code> **DESCRIPTION** <code> 
-        The NQ (Qth) command displays or changes your QTH in the 
-        White Pages (WP) database. 
- 
-        The maximum length for a QTH in WP is 28 characters. Spaces 
-        are allowed. 
- 
-</code> **OPTIONS** <code> 
-        NQ by itself displays the current QTH setting. 
-        NQ foilowed by a QTH sets the specified QTH. 
- 
-</code> **EXAMPLES** <code> 
-        NQ            - Enquire your current QTH 
-        NQ Botany Bay - Set your QTH to "Botany Bay" 
- 
-</code> **AVAILABILITY** <code> 
-        The NQ command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        NAME(4)   -- Display / Change Name in White Pages Database. 
-        NC(4)     -- Display / Change ANSI Colour Preference 
-        NH(4)     -- Display / Change Home BBS 
-        NI(4)     -- Display Summary of Your User Record 
-        NP(4)     -- Display / Change Pagination Settings 
-        NZ(4)     -- Display / Change Zip / Locator 
-        WPAGES(9) -- White Pages System. 
- 
-</code> 
----- 
-=====NZ.4.MAN===== 
-<code>NZ(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        NZ -- Display / Change Zip / Locator. 
- 
-</code> **SYNOPSIS** <code> 
-        NZ [zip] 
- 
-</code> **DESCRIPTION** <code> 
-        The NZ (Zip) command displays of sets your "zip" code in the 
-        White Pages (WP) database. In the UK we use this field for 
-        Maidenhead Locator. 
- 
-        The maximum length for the zip / locator is 7 characters. 
- 
-</code> **EXAMPLES** <code> 
-        NZ         - Display current zip / locator 
-        NZ IO48TL  - Set locator to IO48TL 
- 
-</code> **AVAILABILITY** <code> 
-        The NZ command is availabnle to all users. 
- 
-</code> **SEE ALSO** <code> 
-        NAME(4)   -- Display / Change Name in White Pages Database. 
-        NC(4)     -- Display / Change ANSI Colour Preference 
-        NH(4)     -- Display / Change Home BBS 
-        NI(4)     -- Display Summary of Your User Record 
-        NP(4)     -- Display / Change Pagination Settings 
-        NQ(4)     -- Display / Change QTH 
-        WPAGES(9) -- White Pages Database. 
- 
-</code> 
----- 
-=====R<.4.MAN===== 
-<code>R<(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        R<(4) -- Read Messages FROM Callsign. 
- 
-</code> **SYNOPSIS** <code> 
-        R< <callsign> 
- 
-</code> **DESCRIPTION** <code> 
-        The R< (Read From) reads all messages sent by a specified 
-        callsign, i.e. with that callsign in the "From:" field. 
- 
-        Non-sysops may only read bulletins, and private mail 
-        addressed to or from themselves. 
- 
-</code> **OPTIONS** <code> 
-        The argument is case-independent. Wildcards are accepted. 
- 
-</code> **EXAMPLES** <code> 
-        R< G8PZT  - Read messages sent by G8PZT 
-        R< VK*    - Read messages sent by Australians 
- 
-</code> **AVAILABILITY** <code> 
-        The R< command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        R>(4)   -- Read Messages To Callsign Or Category. 
-        R@(4)   -- Read Messages AT a distribution. 
-        READ(4) -- Read Message(s) By Number. 
-        RH(4)   -- Read Message(s) With Full Headers. 
-        RM(4)   -- Read Mine. 
-        RN(4)   -- Read New Mail. 
- 
-</code> 
----- 
-=====R>.4.MAN===== 
-<code>R>(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        R> -- Read Messages To Callsign Or Category. 
- 
-</code> **SYNOPSIS** <code> 
-        R> <callsign | topic> 
- 
-</code> **DESCRIPTION** <code> 
-        The R> (Read To) reads all messages with a specified callsign 
-        or bulletin topic in the TO field. 
- 
-        Non-sysops can read bulletins, but can only read private mail 
-        that was sent by themselves. 
- 
-</code> **OPTIONS** <code> 
-        The argument is case-independent. Wildcards are accepted.  
- 
-</code> **EXAMPLES** <code> 
-        R> G8PZT  - Read messages from you to G8PZT 
-        R> TECH*  - read bulletins to topic TECH, TECHNI etc. 
- 
-</code> **AVAILABILITY** <code> 
-        The R> command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        R<(4)   -- Read Messages FROM Callsign. 
-        R@(4)   -- Read Messages AT a Distribution. 
-        READ(4) -- Read Message(s) By Number. 
-        RH(4)   -- Read Message(s) With Full Headers. 
-        RM(4)   -- Read Mine. 
-        RN(4)   -- Read New Mail. 
- 
-</code> 
----- 
-[email protected]===== 
-<code>R@(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        R@ -- Read Messages AT a Distribution. 
- 
-</code> **SYNOPSIS** <code> 
-        R@ <distribution> 
- 
-</code> **DESCRIPTION** <code> 
-        The R@ (Read At) command reads bulletins targetted AT a 
-        specified distribution area. 
- 
-</code> **OPTIONS** <code> 
-        The argument is case-independent. Wildcards are accepted. 
- 
-</code> **EXAMPLES** <code> 
-        R@ GBR  - Read messages with GBR distribution area 
-        R@ EU*  - Read messages with EU or EURO distribution 
- 
-</code> **AVAILABILITY** <code> 
-        The R@ command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        R>(4)   -- Read Messages To Callsign Or Category. 
-        R<(4)   -- Read Messages FROM Callsign. 
-        READ(4) -- Read Message(s) By Number. 
-        RH(4)   -- Read Message(s) With Full Headers. 
-        RM(4)   -- Read Mine. 
-        RN(4)   -- Read New Mail. 
- 
-</code> 
----- 
-=====R-CMDS.4.MAN===== 
-<code> ;***********************|****** Max Width *****|*********************| 
-<code>R-CMDS(4)                XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        R-CMDS -- Commands for Reading Mail. 
- 
-</code> **SYNOPSIS** <code> 
-         
-        R> <to> 
-        R< <from> 
-        R@ <at>  
-        R[ead] <number ...> 
-        RH <number ...> 
-        RM  
-        RN 
- 
-</code> **DESCRIPTION** <code> 
-        The R commands are used to read messages on the mailbox. 
- 
-        There are currently 7 variants, each with its own man page, 
-        as detailed below. 
- 
-</code> **AVAILABILITY** <code> 
-        The R commands are available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        R>(4)   -- Read Messages To Callsign Or Category. 
-        R<(4)   -- Read Messages FROM Callsign. 
-        R@(4)   -- Read Messages AT a Distribution. 
-        READ(4) -- Read Message(s) By Number. 
-        RH(4)   -- Read Message(s) With Full Headers. 
-        RM(4)   -- Read Mine. 
-        RN(4)   -- Read New Mail. 
- 
-</code> 
----- 
-=====READ.4.MAN===== 
-<code>READ(4)                 XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        READ -- Read Message(s) By Number. 
- 
-</code> **SYNOPSIS** <code> 
-        R[ead] <number> [number ...] 
- 
-</code> **DESCRIPTION** <code> 
-        The READ command, which may be shortened to "R", reads one or 
-        more messages by number, without displaying the routing 
-        headers (use the RH command if headers are wanted). 
- 
-        If pagination is enabled (see NP command), the output pauses 
-        after each pageful, giving you the options to continue or 
-        abort reading the message. 
- 
-        If more than one message is being read in a single operation, 
-        i.e. a "reading list", aborting a message witl move on to the 
-        next message in the list. 
- 
-</code> **OPTIONS** <code> 
-        The "R[ead]" is optional - messages can be read simply by 
-        entering the numbers alone. 
- 
-</code> **EXAMPLES** <code> 
-        READ 693       - Read message 693 
-        R 100 147 193  - Read messages 100, 147 and 193 
-        55 66 77       - Read messages 55, 66 and 77 
- 
-</code> **AVAILABILITY** <code> 
-        All users, but non-sysops may only read bulletins, and 
-        private mail sent by them or to them. 
- 
-</code> **SEE ALSO** <code> 
-        NP(4)   -- Display / Change Pagination Settings. 
-        R>(4)   -- Read Messages To Callsign Or Category. 
-        R<(4)   -- Read Messages FROM Callsign. 
-        R@(4)   -- Read Messages AT a Distribution. 
-        RH(4)   -- Read Message(s) With Full Headers. 
-        RM(4)   -- Read Mine. 
-        RN(4)   -- Read New Mail. 
- 
-</code> 
----- 
-=====RH.4.MAN===== 
-<code>RH(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        RH -- Read Message(s) With Full Headers. 
- 
-</code> **SYNOPSIS** <code> 
-        RH <msgnum> [msgnum ...] 
- 
-</code> **DESCRIPTION** <code> 
-        The RH (Read with Headers) command reads one or more 
-        messages, displaying all the routing headers (use the R[EAD] 
-        command to omit headers). 
- 
-</code> **OPTIONS** <code> 
-        Message numbers must be separated by spaces or tabs, not 
-        commas. 
- 
-</code> **EXAMPLES** <code> 
-        RH 327       - Read message 327 with routing headers. 
-        RH 55 66 77  - Read multiple messages with routing hdrs 
- 
-</code> **AVAILABILITY** <code> 
-        The RH command is available to all users, but non-sysops may 
-        only read bulletins, and private mail sent by or to themselves. 
- 
-</code> **SEE ALSO** <code> 
-        R>(4)   -- Read Messages To Callsign Or Category. 
-        R<(4)   -- Read Messages FROM Callsign. 
-        R@(4)   -- Read Messages AT a Distribution. 
-        READ(4) -- Read Message(s) By Number. 
-        RM(4)   -- Read Mine. 
-        RN(4)   -- Read New Mail. 
- 
-</code> 
----- 
-=====RM.4.MAN===== 
-<code>RM(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        RM -- Read Mine. 
- 
-</code> **SYNOPSIS** <code> 
-        RM 
- 
-</code> **DESCRIPTION** <code> 
-        The RM (Read Mine) command reads all messages addressed to 
-        you, regardless of whether on not you have read them before. 
- 
-        (Use the RN (Read New) command to read only the unread mail). 
- 
-</code> **AVAILABILITY** <code> 
-        All users. 
- 
-</code> **SEE ALSO** <code> 
-        R>(4)   -- Read Messages To Callsign Or Category. 
-        R<(4)   -- Read Messages FROM Callsign. 
-        R@(4)   -- Read Messages AT a Distribution. 
-        READ(4) -- Read Message(s) By Number. 
-        RH(4)   -- Read Message(s) With Full Headers. 
-        RN(4)   -- Read New Mail. 
- 
-</code> 
----- 
-=====RN.4.MAN===== 
-<code>RN(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        RN -- Read New Mail. 
- 
-</code> **SYNOPSIS** <code> 
-        RN 
- 
-</code> **DESCRIPTION** <code> 
-        The RN (Read New) command reads UNREAD messages addressed to 
-        you. 
- 
-        Use RM (Read Mine) to read ALL messages addressed to you. 
- 
-</code> **AVAILABILITY** <code> 
-        The RN command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        R>(4)   -- Read Messages To Callsign Or Category. 
-        R<(4)   -- Read Messages FROM Callsign. 
-        R@(4)   -- Read Messages AT a Distribution. 
-        READ(4) -- Read Message(s) By Number. 
-        RH(4)   -- Read Message(s) With Full Headers. 
-        RM(4)   -- Read Mine. 
- 
-</code> 
----- 
-=====SB.4.MAN===== 
-<code>SB(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        SB -- Send Bulletin. 
- 
-</code> **SYNOPSIS** <code> 
-        SB <topic> [ @ <area> ] 
- 
-</code> **DESCRIPTION** <code> 
-        The SB (Send Bulletin) command is used to send a "bulletin", 
-        i.e. a message which can be read by anyone. 
- 
-</code> **OPTIONS** <code> 
-        The non-optional <topic> field targets the bulletin at an 
-        intended audience, and can consist of any word, up to 6 
-        characters maximum, e.g. ALL  IBM  HELP  TCPIP  etc. Please 
-        use a meaningful <topic> field if possible. 
- 
-        The optional [ @ <area> ] bit specifies the "target area" or 
-        "distribution area" for the bulletin. If a distribution area 
-        is specified, the bulletin is delivered to all other 
-        mailboxes within the specified area, otherwise the bulletin 
-        stays on this mailbox only.  
- 
-        The <area> or "at" field should consist of an area code that 
-        is known to other sysops, otherwise they won't know where to 
-        send it. Examples are: 
- 
-            WMIDS - West midlands mailboxes 
-            FOURP - Mailboxes in the Fourpak area 
-            GBR   - All mailboxes in Great Britain 
-            EU    - All mailboxes in Europe (includes GBR) 
-            WW    - All mailboxes in the world. 
- 
-        Please try to target your bulletin to the minimum area 
-        necessary. A bulletin advertising your local club night 
-        doesn't need to go worldwide! 
- 
-</code> **EXAMPLES** <code> 
-        SB KRG          - Bull about local KRG club meeting 
-        SB IBM @ WMIDS  - Bull about IBM to west mids mailboxes. 
-        SB HELP @ GBR   - Ask everyone in Great Britain for help. 
- 
-</code> **AVAILABILITY** <code> 
-        The SB command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        SP(4) -- Send Personal Message. 
-        SR(4) -- Send Reply to a Message. 
- 
-</code> 
----- 
-=====S-CMDS.4.MAN===== 
-<code>S-CMDS(4)               XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        S-CMDS -- Message Sending Commands. 
- 
-</code> **SYNOPSIS** <code> 
-        S[end]          Send a message to sysop. 
-        SB <topic>      Send bulletin to <topic> 
-        SP <call>       Send personal message to <call> 
-        SR [msgnum]     Send Reply to a message. 
- 
-</code> **DESCRIPTION** <code> 
-        The S (send) commands are used to send personal messages and 
-        bulletins. Each one has its own manual page. 
- 
-</code> **AVAILABILITY** <code> 
-        The S[end] commands are available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        SEND(4) -- Send Message to Sysop. 
-        SB(4)   -- Send Bulletin. 
-        SP(4)   -- Send Personal Message. 
-        SR(4)   -- Send Reply to a Message. 
- 
-</code> 
----- 
-=====SEND.4.MAN===== 
-<code>SEND(4)                 XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        SEND -- Send Personal Message To Sysop. 
- 
-</code> **SYNOPSIS** <code> 
-        S[end] 
- 
-</code> **DESCRIPTION** <code> 
-        The SEND command, which can be abbreviated to "S", allows a 
-        user to send a personal message to the sysop (SYstem OPerator) 
-        of this mailbox, without needing to know any other syntax. 
- 
-        After issuing the command, the user is prompted to enter a 
-        subject, then the text of the message. 
- 
-</code> **AVAILABILITY** <code> 
-        All users, but for sysops it is pointless. 
- 
-</code> **SEE ALSO** <code> 
-        SB(4) -- Send Bulletin. 
-        SP(4) -- Send Personal Message. 
-        SR(4) -- Send Reply to a Message. 
- 
-</code> 
----- 
-=====SF.4.MAN===== 
-<code>SF(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        SF -- Stop Forwarding. 
- 
-</code> **SYNOPSIS** <code> 
-        SF 
- 
-</code> **DESCRIPTION** <code> 
-        The SF command aborts any forwarding or polling run that is 
-        currently in progress. 
- 
-        At the moment this does not prevent future runs. 
- 
-</code> **AVAILABILITY** <code> 
-        Sysop-only. 
- 
-</code> **SEE ALSO** <code> 
-        FF(4) -- Force Forwarding. 
-        FP(4) -- Force Polling. 
-        VF(4) -- View Forwarding. 
- 
-</code> 
----- 
-=====SP.4.MAN===== 
-<code>SP(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        SP -- Send Personal Message. 
- 
-</code> **SYNOPSIS** <code> 
-        SP <to> [ @ <at> ] 
- 
-</code> **DESCRIPTION** <code> 
-        The SP (Send Personal) command is used to send a personal 
-        message, i.e. one which is targeted at a single individual. 
- 
-</code> **OPTIONS** <code> 
-        The <to> field must contain the recipient's callsign. 
- 
-        The <at> field is semi-optional, and consists of the callsign 
-        of the recipient's "home BBS", plus other routing information 
-        where necessary.  
- 
-        This mailbox contains a database of known active mail users, 
-        called the "White Pages", or WP for short. If the recipient's 
-        callsign is known to WP there is no need to enter the <at> 
-        field, as the White Pages will automatically supply it. 
- 
-        If you enter an incomplete address, the WP attempts to extend 
-        it into a full "Hierarchical Address (HA), but if you enter a 
-        full address, WP assumes you know best, and does not 
-        intervene. Therefore if you do supply a complete address, 
-        make sure it is EXACTLY right, or your mail may get lost. 
- 
-        If you're sending a message to another user of this mailbox, 
-        you needn't enter the <at> field. 
- 
-        If you're sending a message to a user of another mailbox, you 
-        only need to supply an address if the WP doesn't know the 
-        recipient. 
- 
-        If in doubt, use the "I <callsign>" command to check if the 
-        recipient is in the WP database. 
- 
-</code> **EXAMPLES** <code> 
-        SP G8PZT   <-- No address supplied. WP will supply it 
-                             if recipient is known to WP. 
- 
-        SP G8PZT @ GB7PZT  <-- Partial address supplied. WP will 
-                                     attempt to extend it. 
-  
-        SP G8PZT @ GB7PZT.#24.GBR.EU   <-- Full address supplied. 
-                                                WP won't intervene. 
- 
-</code> **AVAILABILITY** <code> 
-        The SP command is available to all users. 
- 
-</code> **SEE ALSO** <code> 
-        INFO(4)   -- Display Info About Mailbox / Users. 
-        SB(4)     -- Send Bulletin. 
-        SR(4)     -- Send Reply. 
-        WPAGES(9) -- White Pages Database 
- 
-</code> 
----- 
-=====SR.4.MAN===== 
-<code>SR(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        SR -- Send Reply to a Message. 
- 
-</code> **SYNOPSIS** <code> 
-        SR [msgnum] 
- 
-</code> **DESCRIPTION** <code> 
-        The SR (Send Reply) command is used to reply to a message. 
- 
-        The mailbox automatically fills in the address, and prepends 
-        "RE:" to the original subject. The reply is always a private 
-        message, even when replying to a bulletin. 
- 
-        After issuing the SR command, the user is prompted to enter 
-        the message text in the usual way. 
- 
-        It is advisable wherever possible to use the "SR" command in 
-        preference to "SP", to reduce addressing errors. 
- 
-</code> **OPTIONS** <code> 
-        The optional [msgnum] argument specifies the original message 
-        which is being replied to. 
- 
-        If [msgnum] is not supplied, the reply relates to the message 
-        most recently read by the user in the current session. In 
-        this case it is best to use SR immediately after reading a 
-        message, because some commands can cause the mailbox to 
-        "forget" the last message that was read. 
- 
-</code> **EXAMPLES** <code> 
-        SR      - Send reply to message you just read 
-        SR 123  - Send a reply to message number 123 
- 
-</code> **AVAILABILITY** <code> 
-        The SR command is available to all users, but non-sysops can 
-        only reply to bulletins, and messages addressed to themselves. 
- 
-</code> **SEE ALSO** <code> 
-        SB(4) -- Send Bulletin. 
-        SP(4) -- Send Personal Message. 
- 
-</code> 
----- 
-=====UH.4.MAN===== 
-<code>UH(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        UH -- Un-hold Held Mail. 
- 
-</code> **SYNOPSIS** <code> 
-        UH <msgnum> [msgnum...] 
- 
-</code> **DESCRIPTION** <code> 
-        The UH (UnHold) command un-holds ("releases") one or more 
-        "held" messages, and reports how many were released. 
- 
-        Messages may be automatically held by entries in the HOLD.SYS 
-        and BADWORD.SYS files, or manually using the HOLD command. 
- 
-        "Held" messages have the status "H". They are only visible to 
-        sysops, and are not forwarded to other mailboxes. Sysops can 
-        list them using the LH (List Held) command, delete them using 
-        the KH (Kill Held) command, or release them using the UH 
-        command. 
- 
-        Upon release, messages are once again visible to users and 
-        eligible for forwarding to other mailboxes. 
- 
-        Attempting to un-hold a non-held message has no effect. 
- 
-</code> **OPTIONS** <code> 
-        The arguments to the command are the message numbers to be 
-        unheld. If more than one number is specified, they must be 
-        separated by tablbs or spaces. Commas are not allowed.  
- 
-</code> **AVAILABILITY** <code> 
-        Sysop-only. 
- 
-</code> **SEE ALSO** <code> 
-        HOLD(4) -- Hold Mail. 
-        LH(4)   -- List Held Mail. 
-        KH(4)   -- Kill Held Mail. 
- 
-</code> 
----- 
-=====UNREAD.4.MAN===== 
-<code>UNREAD(4)               XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        UNREAD -- Mark a Message as Unread. 
- 
-</code> **SYNOPSIS** <code> 
-        U[nread] <msg> 
- 
-</code> **DESCRIPTION** <code> 
-        The UNREAD command, which may be shortened to U, "un-reads" a 
-        message, i.e. marks it unread. You may for example do this if 
-        a message requires a detailed reply for which you don't 
-        currently have enough time. 
- 
-        By marking the mail as unread, it will once again show up in 
-        the "new mail" list, and will be retained for longer. 
- 
-</code> **EXAMPLE** <code> 
-        UN 357 - Unread message 357 
- 
-</code> **AVAILABILITY** <code> 
-        The UNREAD command is available to all users, but non-sysops 
-        can only unread their own mail. 
- 
-</code> **SEE ALSO** <code> 
-        LN(4)   -- List New (Unread) Mail. 
-        READ(4) -- Read Mail. 
-        RN(4)   -- Read New Mail. 
- 
-</code> 
----- 
-=====VF.4.MAN===== 
-<code>VF(4)                   XROUTER REFERENCE MANUAL             29/3/2024 
- 
-</code> **COMMAND** <code> 
-        VF -- View Forwarding. 
- 
-</code> **SYNOPSIS** <code> 
-        VF 
- 
-</code> **DESCRIPTION** <code> 
-        The VF command displays the mail waiting to be forwarded, and 
-        which neighbour it is queued for. 
- 
-</code> **AVAILABILITY** <code> 
-        Sysop-only. 
- 
-</code> **SEE ALSO** <code> 
-        FF(4) -- Force Forwarding. 
-        FP(4) -- Force Polling. 
-        SF(4) -- Stop Forwarding. 
- 
-</code> 
----- 
packet/xrpi/manpages/section4.1745063561.txt.gz · Last modified: 2025/04/19 11:52 by m0mzf