user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: meta@public-inbox.org
Subject: [PATCH 0/4] support publicinboxImport.dropUniqueUnsubscribe
Date: Sat, 11 Nov 2023 09:04:55 +0000	[thread overview]
Message-ID: <20231111090459.605791-1-e@80x24.org> (raw)

Patch 2 is the important one in this series to drop unique
tokens from public archives.

I noticed our unsubscribe.milter example was adopted on one of
the lists I'm subscribed to, and didn't want my independent
public archive of that list to get sabotaged by somebody else
unsubscribing me via HTTPS.

Oddly, the rest of the unsubscription process via
unsubscribe.psgi (HTTPS) or mailto: didn't seem configured by
that list I'm subscribed to.  IOW, they're only running
unsubscribe.milter so far and generating List-Unsubscribe
headers which don't work...

1, 3 and 4 fix some small things I noticed while working on 2.

Eric Wong (4):
  learn: fix redundant ham import on dual matches
  mda|learn|watch: support dropUniqueUnsubscribe config
  mda: fix and test some usage problems
  doc: update README.unsubscribe

 Documentation/public-inbox-config.pod | 17 ++++++++
 Documentation/public-inbox-learn.pod  | 19 +++++++++
 Documentation/public-inbox-mda.pod    | 18 +++++++-
 Documentation/public-inbox-watch.pod  |  6 ++-
 examples/README.unsubscribe           |  9 ++--
 lib/PublicInbox/Import.pm             | 27 ++++++++++++
 lib/PublicInbox/LeiToMail.pm          |  6 +++
 lib/PublicInbox/Watch.pm              |  1 +
 script/public-inbox-learn             |  7 +++-
 script/public-inbox-mda               | 11 ++++-
 script/public-inbox-watch             |  2 +
 t/lei-import.t                        | 48 +++++++++++++++++++++-
 t/mda.t                               | 59 +++++++++++++++++++++++++--
 t/watch_maildir.t                     | 30 ++++++++++++--
 14 files changed, 242 insertions(+), 18 deletions(-)

             reply	other threads:[~2023-11-11  9:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-11  9:04 Eric Wong [this message]
2023-11-11  9:04 ` [PATCH 1/4] learn: fix redundant ham import on dual matches Eric Wong
2023-11-11  9:04 ` [PATCH 2/4] mda|learn|watch: support dropUniqueUnsubscribe config Eric Wong
2023-11-11  9:04 ` [PATCH 3/4] mda: fix and test some usage problems Eric Wong
2023-11-11  9:04 ` [PATCH 4/4] doc: update README.unsubscribe Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231111090459.605791-1-e@80x24.org \
    --to=e@80x24.org \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).