From owner-freebsd-questions@FreeBSD.ORG Thu Jun 12 18:39:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65B3B106566C for ; Thu, 12 Jun 2008 18:39:07 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id 1C3568FC1B for ; Thu, 12 Jun 2008 18:39:06 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so934878ana.13 for ; Thu, 12 Jun 2008 11:39:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=maI7hguMKKu5VH7yYFCKBdsIXhz7Sje95GL6i3fAPyI=; b=RUfvSyseGmqS7wJ/h7JwcbceNN5wgh826Ts6QsFK5z34Zh8hYD0qrWIbltjH6GWnjG aNRQGgH/1MXnEf062kvZ2RqLwce9qaFg2Eh+YQYo2sL3k+Wu9UFT9u1VXstkwWsbM42f juLxb8YuMokiouvYxSbVQeUytWSpG+3CR7qec= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=Wjwy8cX52X/9h8rBTyV3nZJO71rQlVngJvvUkV4eZOzBLtL1duV6xZ/LnGhnlGNOhV I9gDPgl5kwAT6JUiqp2HMm2NWoCXzgOUzb4jlDNBbJdStA2Fe5IY0uH7O4HmulD61Hoo SVGy1YgvnY7pgSESFwtDEufTkLcsb4bP+GsY0= Received: by 10.100.194.5 with SMTP id r5mr2659104anf.2.1213295946169; Thu, 12 Jun 2008 11:39:06 -0700 (PDT) Received: by 10.100.13.7 with HTTP; Thu, 12 Jun 2008 11:39:06 -0700 (PDT) Message-ID: <3b47caa90806121139n76981b47uef6d710e82ea834d@mail.gmail.com> Date: Thu, 12 Jun 2008 13:39:06 -0500 From: Novembre To: "Andrew Berry" In-Reply-To: MIME-Version: 1.0 References: <3b47caa90806082022g65e88d97q3fa3d99d3b790ddc@mail.gmail.com> <20080609064047.b74f4b95.bsd-unix@embarqmail.com> <3b47caa90806092110o4f409778u29aa15be92c0959e@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Randy Pratt , FreeBSD Questions Subject: Re: question about posting to FreeBSD mailing lists X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2008 18:39:07 -0000 On Tue, Jun 10, 2008 at 10:17 AM, Andrew Berry wrote: > On 10-Jun-08, at 12:10 AM, Novembre wrote: > > So to be more specific, how can I answer to a post from a mailing list >> from >> within my, e.g., GMail or Yahoo! mailboxes? >> > > You might be able to use telnet to open a connection to Google's SMTP > servers, and paste the entire message, headers included, into the > transmission. You'd have to know how to manually use SMTP and hope that > Google accepts email from your machine. You could also look into writing a > script in (Perl or Python would be good) to allow you to do it yourself, so > you would have control over most of the headers. > > --Andrew I tried to telnet to smtp.gmail.com, but it didn't work. Is that what you meant?