2025-05-10 11:45:33 +02:00
|
|
|
# Usenet tools
|
|
|
|
|
|
|
|
|
|
This is a collection of tools around (managing) Netnews.
|
|
|
|
|
|
2026-01-24 14:37:38 +01:00
|
|
|
## canlockey
|
2025-05-10 11:45:33 +02:00
|
|
|
|
2026-01-24 14:37:38 +01:00
|
|
|
`canlockey.pl` will create a Cancel-Key for a given Message-ID with
|
|
|
|
|
optional user, canlock-secret and hash (defaulting to `SHA1`) or
|
|
|
|
|
check whether a given Cancel-Lock and Cancel-Key match.
|
2025-05-18 16:22:24 +02:00
|
|
|
|
|
|
|
|
## mew
|
|
|
|
|
|
|
|
|
|
`mew.pl` will encode or decode MIME encoded words (RFC 2047).
|
2026-06-27 10:12:43 +02:00
|
|
|
|
|
|
|
|
## suck-postfilter
|
|
|
|
|
|
|
|
|
|
`suck-postfilter` is a drop-in replacement for `/usr/lib/suck/put-news`,
|
|
|
|
|
part of the Debian `suck` package. `put-news` can't handle multi-line
|
|
|
|
|
headers like `Injection-Info:`.
|
|
|
|
|
|
|
|
|
|
Save to `/usr/lib/suck/` (or anywhere else) and add the new postfilter
|
|
|
|
|
to `/etc/suck/get-news.conf`:
|
|
|
|
|
|
|
|
|
|
postfilter: /usr/lib/suck/suck-postfilter.pl
|