Add suck-postfilter.pl

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2026-06-04 16:19:45 +02:00
parent 7fb4c9d347
commit 4fe932925b
2 changed files with 71 additions and 0 deletions

View file

@ -30,3 +30,18 @@ Posting filter to add Cancel-Lock and Cancel-Key
Copy to `/etc/news/filter/cleanfeed/etc/cleanfeed.local`.
------------------------------------------------------------
## Other INN-adjacent scripts
### contrib/suck-postfilter.pl
Postfilter for rpost to remove folded headers like `Injection-Info`
before posting, written for the Debian *suck* package (and an INN
with `sm`).
Copy somewhere, e.g. to `/usr/lib/suck/postfilter.pl`, and add a
matching `postfilter` option to `/etc/suck/get-news.conf`, like
postfilter: /usr/lib/suck/postfilter.pl
------------------------------------------------------------