majordomo_on_sdf
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
majordomo_on_sdf [2022/08/25 01:08] – [Intro] zilog | majordomo_on_sdf [2024/09/05 05:00] (current) – ts” hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Interacting with majordomo-based Mail lists (mlists) on SDF ===== | + | ===== Interacting with Majordomo-based Mail lists (mlists) on SDF ===== |
==== Intro ==== | ==== Intro ==== | ||
- | Since the early days of networked computing email has been used for group comunications which takes advantage of the ability to address | + | Since the early days of networked computing email has been used for group comunications which takes advantage of its ability to address |
- | ==== Mail list Basics ==== | + | ==== SDF Mlist Basics ==== |
- | ==== Reading Archives ==== | + | Although there are several commands listed in the // |
- | ==== More Info ==== | + | < |
+ | # get the majordomo help documentation: | ||
+ | $ echo ' | ||
+ | |||
+ | # get a list of SDF hosted email lists: | ||
+ | $ echo ' | ||
+ | |||
+ | # get info on a specific SDF mlist: | ||
+ | $ echo 'info XYZ' | mail -s 'Info on XYZ mlist' majordomo@sdf.org | ||
+ | |||
+ | # subcribe to a specific mlist: | ||
+ | $ echo ' | ||
+ | |||
+ | # unsubscribe to same mlist: | ||
+ | $ echo ' | ||
+ | </ | ||
+ | |||
+ | Note that the //-s// ‘// | ||
+ | |||
+ | If you wish to subscribe using an email address other than the one associated with your SDF account simply append it to the end of the command line: | ||
+ | |||
+ | < | ||
+ | # subscribing to list XYZ using some other email address: | ||
+ | $ echo ' | ||
+ | </ | ||
+ | |||
+ | For security purposes mlist subscription requests generally require an additional authorization string be sent back to '' | ||
+ | |||
+ | < | ||
+ | # example majordomo mlist confirmation: | ||
+ | $ echo 'auth 5033d5d2027b51a2 subscribe XYZ sdf_usr@sdf.org' | ||
+ | </ | ||
+ | |||
+ | If you ever need a reminder as to which – if any – SDF mlists you are currently subscribed to: | ||
+ | |||
+ | < | ||
+ | # show my SDF mlist subscriptions: | ||
+ | $ echo ' | ||
+ | </ | ||
+ | |||
+ | ==== Reading the Mlist Archives ==== | ||
+ | |||
+ | While // | ||
+ | |||
+ | < | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | Simple listings of the various mlist archives can be achieved using common Unix command pipes: | ||
+ | |||
+ | < | ||
+ | # show top-level SDF mlist listing: | ||
+ | $ cd / | ||
+ | $ ls -1 | sed ' | ||
+ | |||
+ | afitnuke-l | ||
+ | anonradio-l | ||
+ | bts-loss | ||
+ | comp-l | ||
+ | cw-l | ||
+ | discuss-l | ||
+ | educators-l | ||
+ | fourquad-l | ||
+ | green-l | ||
+ | |||
+ | # list all archives of a particular mlist: | ||
+ | $ cd / | ||
+ | $ ls uktour* | rs | ||
+ | |||
+ | uktour.0209 | ||
+ | uktour.0210 | ||
+ | </ | ||
+ | |||
+ | These archives are just MBox-formatted email files viewable directly via a pager like '' | ||
+ | |||
+ | < | ||
+ | # reading the uktour.0209 archive using more(1): | ||
+ | $ more / | ||
+ | </ | ||
+ | |||
+ | You can use ''/ | ||
+ | |||
+ | Still, using an actual mail user agent (MUA) will probably improve the readability. | ||
+ | |||
+ | < | ||
+ | # reading the uktour.0209 archive using mail(1): | ||
+ | $ mail -f / | ||
+ | </ | ||
+ | |||
+ | For guidance on using '' | ||
+ | |||
+ | There is also **mabro** , an SDF user-contributed SDF Mlist Archive BROwser – just a shell script – which uses the forementioned //mail// MUA to make browsing the mlist archives a bit easier. **mabro** is located on the SDF cluster at /// | ||
+ | |||
+ | < | ||
+ | $ / | ||
+ | |||
+ | Mlist Archive BROwser for SDF public email list archives. | ||
+ | |||
+ | | ||
+ | |||
+ | -h prints this helpful message | ||
+ | -l prints sorted listing of ALL archives | ||
+ | -t top-level listing of all mlists | ||
+ | < | ||
+ | |||
+ | $ / | ||
+ | afitnuke-l | ||
+ | anonradio-l | ||
+ | bts-loss | ||
+ | comp-l | ||
+ | cw-l | ||
+ | discuss-l | ||
+ | educators-l | ||
+ | fourquad-l | ||
+ | green-l | ||
+ | |||
+ | $ / | ||
+ | SDF mlist archives matching " | ||
+ | |||
+ | [01] anonradio-l.1507 | ||
+ | [02] anonradio-l.1508 | ||
+ | [03] anonradio-l.1509 | ||
+ | [04] anonradio-l.1510 | ||
+ | [05] anonradio-l.1511 | ||
+ | [06] anonradio-l.1512 | ||
+ | [07] anonradio-l.1601 | ||
+ | … | ||
+ | |||
+ | Enter item [#], do new [s]earch, [l]ist ALL mlists, or [q]uit: | ||
+ | </ | ||
+ | |||
+ | Once an archive is selected it opens in the //mail(1)// MUA for which only a handful of commands need to be used for basic message viewing: | ||
+ | |||
+ | ^ mail cmd ^ description | ||
+ | | **// | ||
+ | | **+** / **-** | show next / previous message | ||
+ | | **h** | refresh message listing | ||
+ | | **x** | exit //mail// (returns to browser mode) | | ||
+ | | **z** / **z-** | ||
+ | | **f /< | ||
+ | |||
+ | Messages display using your PAGER (//more// is default); use arrow keys, page up/down, or spacebar to navigate or ‘**q**’ to quit. | ||
+ | |||
+ | **Note**: the archives are // | ||
+ | |||
+ | ==== Additional | ||
=== References: === | === References: === | ||
- | | + | |
- | * majordomo | + | |
- | * archive of GreatCircle.com/ | + | * Majordomo |
+ | * archive of //GreatCircle.com/ | ||
=== Books covering Mojordomo: === | === Books covering Mojordomo: === | ||
- | | + | |
- | * //**Managing Internet Information Services**// by Cricket Liu & associates | + | |
+ | * //Managing Internet Information Services// by Cricket Liu et.al. |
majordomo_on_sdf.1661389730.txt.gz · Last modified: 2022/08/25 01:08 by zilog