From owner-freebsd-questions@FreeBSD.ORG Thu Jul 28 10:37:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 561FB16A41F for ; Thu, 28 Jul 2005 10:37:16 +0000 (GMT) (envelope-from jackqqpro@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE99643D53 for ; Thu, 28 Jul 2005 10:37:15 +0000 (GMT) (envelope-from jackqqpro@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so619092rne for ; Thu, 28 Jul 2005 03:37:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Vf7SHVhxP3YlvJUgfaUFBN3wk52owcRQDmVs0sMSnDSEZ6r5D6ZNbOAJWagapBEJESWsQFef5vLlLlmP0RAobcanIouf12ZZuI1QzEv99nZZyk5wNXJtkVTuLV8W6EZrdOr9p49Ljq8/erRDF64BOTgAFCeGiMP/Rh8PvW83Xjk= Received: by 10.39.2.12 with SMTP id e12mr1129357rni; Thu, 28 Jul 2005 03:37:15 -0700 (PDT) Received: by 10.38.104.31 with HTTP; Thu, 28 Jul 2005 03:37:14 -0700 (PDT) Message-ID: <890a507f0507280337493e62cf@mail.gmail.com> Date: Thu, 28 Jul 2005 18:37:14 +0800 From: Qiu Quan To: freebsd-questions@freebsd.org In-Reply-To: <200507252251.56256.danny@ricin.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <890a507f05072509526407a4df@mail.gmail.com> <8qoe8q2433.e8q@mail.opusnet.com> <200507252251.56256.danny@ricin.com> X-Mailman-Approved-At: Thu, 28 Jul 2005 12:34:24 +0000 Cc: Danny Pansters , "Gary W. Swearingen" , Kris Kennaway Subject: Re: Problem report rejected X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Qiu Quan List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2005 10:37:16 -0000 Thanks to all who helped! I went to the web form at http://www.freebsd.org/send-pr.html, but didn't find an appropriate place to attach some file. Then, I noticed that the GMail's web interface tried to expand tabs to spaces when forwarding my original message, which was unacceptable. Finally, I "had a go at ssmtp". It supports TLS. Great! So I 'cat' that PR message into stdin for ssmtp to deliver through GMail smtp service. And, everything done! :-) On 7/26/05, Danny Pansters wrote: > On Monday 25 July 2005 19:22, Gary W. Swearingen wrote: >=20 > ... handle[s][d] tabs wrongly resulting in a PR with an > incorrect Makefile... the fun never ends. The web form is not tab safe > either, last time I tried (most certainly the same cause). >=20 > I've found a resonable solution for this in the ssmtp port. > --=20 Regards, Qiu Quan