public inbox for [email protected]  
help / color / mirror / Atom feed
From: Tom Lane <[email protected]>
To: [email protected]
Subject: postini/mi8.com spamming the lists with regurgitated posts.  Again.
Date: Fri, 27 Jun 2008 23:56:58 -0400
Message-ID: <[email protected]> (raw)

Is there a way to not only purge the lists of these bozos, but prevent
future signups?  I've not only had enough of seeing them duplicating
posts onto the lists, I've had much more than enough of mail bounces
originating in their forging my address as envelope sender for such
regurgitations.  I suppose everyone else who posts to the lists gets
the same.  It's past time for a zero tolerance policy.

			regards, tom lane

------- Forwarded Message

Return-Path: [email protected]
Delivery-Date: Fri Jun 27 23:43:43 2008
Received: from maia-1.hub.org (maia-1.hub.org [200.46.208.211])
	by sss.pgh.pa.us (8.14.2/8.14.2) with ESMTP id m5S3hhKi017005
	for <[email protected]>; Fri, 27 Jun 2008 23:43:43 -0400 (EDT)
Received: from postgresql.org (unknown [200.46.204.86])
	by maia-1.hub.org (Postfix) with ESMTP id 3AEB38F0D7A;
	Sat, 28 Jun 2008 00:43:34 -0300 (ADT)
Received: from localhost (unknown [200.46.204.183])
	by postgresql.org (Postfix) with ESMTP id 5F0AD650EA4
	for <[email protected]>; Fri, 27 Jun 2008 22:31:41 -0300 (ADT)
Received: from postgresql.org ([200.46.204.86])
 by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024)
 with ESMTP id 93909-02 for <[email protected]>;
 Fri, 27 Jun 2008 22:31:32 -0300 (ADT)
X-Greylist: delayed 00:07:10.158774 by SQLgrey-1.7.6
Received: from exprod6og102.obsmtp.com (exprod6og102.obsmtp.com [64.18.1.183])
	by postgresql.org (Postfix) with SMTP id AC82D650E7F
	for <[email protected]>; Fri, 27 Jun 2008 22:31:37 -0300 (ADT)
Received: from source ([63.240.6.3]) (using TLSv1) by exprod6ob102.postini.com ([64.18.5.12]) with SMTP;
	Fri, 27 Jun 2008 18:31:35 PDT
Received: from d01smtp07.Mi8.com ([172.16.1.114]) by Outbound02.Mi8.com with Microsoft SMTPSVC(6.0.3790.1830);
	 Fri, 27 Jun 2008 21:27:22 -0400
Received: from D01SMTP04.Mi8.com ([172.16.1.243]) by d01smtp07.Mi8.com with Microsoft SMTPSVC(6.0.3790.1830);
	 Fri, 27 Jun 2008 21:27:23 -0400
Received: from mail pickup service by D01SMTP04.Mi8.com with Microsoft SMTPSVC;
	 Fri, 27 Jun 2008 21:27:13 -0400
Received: from psmtp.com ([64.18.1.142]) by D01SMTP04.Mi8.com with Microsoft SMTPSVC(6.0.3790.1830);
	 Fri, 27 Jun 2008 15:01:41 -0400
Received: from source ([200.46.208.106]) by exprod6mx242.postini.com ([64.18.5.10]) with SMTP;
	Fri, 27 Jun 2008 14:58:36 EDT
Received: from postgresql.org (unknown [200.46.204.86])
	by mx1.hub.org (Postfix) with ESMTP id A3DD8B08163;
	Fri, 27 Jun 2008 15:58:32 -0300 (ADT)
Received: from localhost (unknown [200.46.204.183])
	by postgresql.org (Postfix) with ESMTP id 58F8E650EAA
	for <[email protected]>; Fri, 27 Jun 2008 15:58:33 -0300 (ADT)
Received: from postgresql.org ([200.46.204.86])
 by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024)
 with ESMTP id 17942-01 for <[email protected]>;
 Fri, 27 Jun 2008 15:58:15 -0300 (ADT)
Received: from cvs.postgresql.org (cvs.postgresql.org [217.196.146.206])
	by postgresql.org (Postfix) with ESMTP id 361BC650E91
	for <[email protected]>; Fri, 27 Jun 2008 15:58:17 -0300 (ADT)
Received: by cvs.postgresql.org (Postfix, from userid 1194)
	id 1AEBC754857; Fri, 27 Jun 2008 18:58:16 +0000 (UTC)
MIME-Version: 1.0
To: [email protected]
Subject: [COMMITTERS] pgsql: Fix standalone libpq build on win32.
X-Mailer: activitymail 1.24, http://search.cpan.org/dist/activitymail/
Content-Type: text/plain
Message-Id: <[email protected]>
Date: Fri, 27 Jun 2008 18:58:16 +0000 (UTC)
From: [email protected] (Magnus Hagander)
X-Virus-Scanned: Maia Mailguard 1.0.1
X-Mailing-List: pgsql-committers
Precedence: bulk
X-pstn-neptune: 0/0/0.00/0
X-pstn-levels:     (S:99.90000/99.90000 CV:99.0000 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
X-OriginalArrivalTime: 27 Jun 2008 19:01:41.0786 (UTC) FILETIME=[3C3D47A0:01C8D888]
X-Virus-Scanned: Maia Mailguard 1.0.1
X-Mailing-List: pgsql-committers
List-Archive: <http://archives.postgresql.org/pgsql-committers;
List-Help: <mailto:[email protected]?body=help>
List-ID: <pgsql-committers.postgresql.org>
List-Owner: <mailto:[email protected]>
List-Post: <mailto:[email protected]>
List-Subscribe: <mailto:[email protected]?body=sub%20pgsql-committers>
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-committers>
Precedence: bulk
Sender: [email protected]
Reply-To: [email protected]

Log Message:
-----------
Fix standalone libpq build on win32.

Hiroshi Saito

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        win32.mak (r1.50.2.1 -> r1.50.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/win32.mak?r1=1.50.2.1&r2=1.5...)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

------- End of Forwarded Message




view thread (3+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: postini/mi8.com spamming the lists with regurgitated posts.  Again.
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox