From: Eric Wong Date: Sat, 11 Nov 2023 09:04:59 +0000 (+0000) Subject: doc: update README.unsubscribe X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=270715407b0e627260588170b0239d0a5eb7cde4;p=thirdparty%2Fpublic-inbox.git doc: update README.unsubscribe The whitelist was only used in the early days of its development and hasn't existed for a while. I've largely forgotten this thing exists since it's been working well... --- diff --git a/examples/README.unsubscribe b/examples/README.unsubscribe index 3e80e838c..3b4079607 100644 --- a/examples/README.unsubscribe +++ b/examples/README.unsubscribe @@ -3,10 +3,9 @@ Unsubscribe endpoints for mlmmj users (and possibly Mailman, too) * examples/unsubscribe.milter filters outgoing messages and appends an HTTPS URL to the List-Unsubscribe header. This List-Unsubscribe header should point to the PSGI - described below. - Currently, this is only active for a whitelist of test - addresses in /etc/unsubscribe-milter.whitelist - with one email address per line. + described below. You may edit the archive_addr sub + to disable List-Unsubscribe headers for well-known archiver + addresses to prevent saboteurs from stopping archival. * examples/unsubscribe.psgi is a PSGI which needs to run as the mlmmj user with permission to run mlmmj-unsub. @@ -36,5 +35,5 @@ in /etc/postfix/main.cf: # This is not needed for mlmmj since mlmmj uses SMTP: # non_smtpd_milters = local:/var/spool/postfix/unsubscribe/unsubscribe.sock -Copyright (C) 2016-2021 all contributors +Copyright (C) all contributors License: AGPL-3.0+