Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76105 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57100 invoked from network); 25 Jul 2014 09:48:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2014 09:48:43 -0000 Authentication-Results: pb1.pair.com header.from=are.you.winning@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=are.you.winning@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.175 as permitted sender) X-PHP-List-Original-Sender: are.you.winning@gmail.com X-Host-Fingerprint: 74.125.82.175 mail-we0-f175.google.com Received: from [74.125.82.175] ([74.125.82.175:61891] helo=mail-we0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/AA-29475-AF722D35 for ; Fri, 25 Jul 2014 05:48:43 -0400 Received: by mail-we0-f175.google.com with SMTP id t60so4043076wes.34 for ; Fri, 25 Jul 2014 02:48:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=wVMWmmJraMN22+7wbKEcAo48qzXu1qT7i5CGSFwU0Fc=; b=Y4yjNHbIJ96vfaBT8rAc6Ys/22KsSbycuwAqzdzfuxu/7fyNf8Ch9ZxtT0v22ecHxV 0rlscMHHtyd/0vNnlg4kbcX22Hf0Z/k/S+DcZZAPUH4/hPWPNugoRdt+sXDivKHWy7A7 qqIfHHRrRMrnUUy1MX1rV8JQpt5RjDbICDVoLxRVev3M5a0+TM25iE/AP08D5g/Ay0xY iBzCprAKlA0RNbmVFInnl/Vs/IYMzbx7hPXdKLOK+BzPyz8vSDIfRBlB2+UPqxTCA7HG q4H/f1cm6geicjKsooR8Ij34oLmrKv4BaLEoK13XrixvdjxCOgMzLSKGpBgBPvMPGKJm 9FHA== MIME-Version: 1.0 X-Received: by 10.194.48.8 with SMTP id h8mr19612841wjn.106.1406281725850; Fri, 25 Jul 2014 02:48:45 -0700 (PDT) Sender: are.you.winning@gmail.com Received: by 10.180.90.133 with HTTP; Fri, 25 Jul 2014 02:48:45 -0700 (PDT) In-Reply-To: <53D21AEB.6000009@php.net> References: <53D14F4D.9030609@sugarcrm.com> <53D14F97.7070705@sugarcrm.com> <53D21AEB.6000009@php.net> Date: Fri, 25 Jul 2014 10:48:45 +0100 X-Google-Sender-Auth: eV8TOY7b2II0IzNklh9H_AGmO2k Message-ID: To: Sebastian Bergmann Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Using stadards@lists.php.net for spec work From: cw@daverandom.com (Chris Wright) On 25 July 2014 09:52, Sebastian Bergmann wrote: > On 07/24/2014 09:13 PM, Sara Golemon wrote: >> >> Speaking of, I did just successfully subscribe myself to standards@ >> (without any trouble) using the direct ezmlm interface. Maybe they >> were using the web form on php.net? I dunno. Maybe it's just PEBKAC > > > I just tried to subscribe to standards@ using the web interface and got > "We were unable to subscribe you due to some technical problems. > Please try again later." I also got this message, however retrying immediately worked (and the page loaded a lot faster). Maybe there is a socket timeout that needs increasing? In this case, errors *would* be being logged, except that someone did @this: https://github.com/php/web-php/blob/master/include/posttohost.inc#L23 *shakes fist*