From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=unavailable autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 1CBA21FF70; Tue, 7 Jun 2016 13:20:46 +0000 (UTC) Date: Tue, 7 Jun 2016 13:20:46 +0000 From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] unsubscribe.psgi: disable confirmation Message-ID: <20160607132046.GE8151@dcvr.yhbt.net> References: <20160520213655.19381-1-e@80x24.org> <20160607131821.GA6966@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160607131821.GA6966@dcvr.yhbt.net> List-Id: This makes unsubscribing easier and frictionless. --- examples/unsubscribe.psgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/unsubscribe.psgi b/examples/unsubscribe.psgi index 82e186b..beeab9f 100644 --- a/examples/unsubscribe.psgi +++ b/examples/unsubscribe.psgi @@ -19,7 +19,7 @@ my $app = PublicInbox::Unsubscribe->new( }, code_url => 'git://80x24.org/public-inbox.git', # change if you fork owner_email => 'BOFH@example.com', - confirm => 1, + confirm => 0, # First 8 bytes is for the key, next 8 bytes is for the IV # using Blowfish. We want as short URLs as possible to avoid