Re: [apps-discuss] draft-santos-smtpgrey-02: SMTP Service Extension for Greylisting Operations

"John Levine" <johnl@taugh.com> Mon, 03 February 2014 18:15 UTC

Return-Path: <johnl@iecc.com>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 689791A017E for <apps-discuss@ietfa.amsl.com>; Mon, 3 Feb 2014 10:15:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.043
X-Spam-Level: *
X-Spam-Status: No, score=1.043 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HELO_MISMATCH_COM=0.553, HOST_MISMATCH_NET=0.311, SPF_NEUTRAL=0.779] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8o_LnSt45BgK for <apps-discuss@ietfa.amsl.com>; Mon, 3 Feb 2014 10:15:16 -0800 (PST)
Received: from miucha.iecc.com (abusenet-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:1126::2]) by ietfa.amsl.com (Postfix) with ESMTP id D0AA81A01D6 for <apps-discuss@ietf.org>; Mon, 3 Feb 2014 10:15:15 -0800 (PST)
Received: (qmail 32448 invoked from network); 3 Feb 2014 18:15:15 -0000
Received: from miucha.iecc.com (64.57.183.18) by mail1.iecc.com with QMQP; 3 Feb 2014 18:15:15 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding; s=52efdcb3.xn--30v786c.k1402; i=johnl@user.iecc.com; bh=cQgMsFqAk0S8AUUf/pWNlvmmnB+0+fIuCGeBjmAPt4w=; b=EAbeHgsIPqid3feY3QfK9sWpYyQqlwTjKCQF8BvscjMf0tMlUmSy1qM/pEGcZdyq8mE6Nr/gNPvobu/SnTFrq9SWVOFaQVQPeoJ7pw4krGzdZYKqTYD4L5uZsYUQWFx6ITvUwiCVluAGYUzYVjxyWt5t4fWeZVeEHG45ZGoqNRpZz2mkPd6JcNGoTJ8snMwgUJfbATS8r7G53wDmv5ZMCgc+dENrD5yuxpDk1b5BuQlOouOOLq0zGXR0qHu5walv
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=taugh.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding; s=52efdcb3.xn--30v786c.k1402; bh=cQgMsFqAk0S8AUUf/pWNlvmmnB+0+fIuCGeBjmAPt4w=; b=VBiHl9nmUF9wZZSGaLn0ALvuDsRK3r4BcJDTM2FJTtRflWkzxbksMI253wUTHgrEL6dopr+hEIiwSBjxL2sfV6ka9cRxKgpAEmp1MeYDIL954WgTB6ubhHMfFCLsWMPwv1duYAS9YSIu/wqUJ3FNcvHld3cgZr/yQwtWZc9nMbOD15ZNt46wWyxyOfwZNGF7Ixnrsld4PMibebvaqKONQIYr6MS79HZH11q0o519CSsVO1F73GEKKP5NYFqsObi5
Date: Mon, 03 Feb 2014 18:14:52 -0000
Message-ID: <20140203181452.8569.qmail@joyce.lan>
From: John Levine <johnl@taugh.com>
To: apps-discuss@ietf.org
In-Reply-To: <01P3WDM2RDYG0000CD@mauve.mrochek.com>
Organization:
X-Headerized: yes
Mime-Version: 1.0
Content-type: text/plain; charset="utf-8"
Content-transfer-encoding: 8bit
Cc: ned.freed@mrochek.com
Subject: Re: [apps-discuss] draft-santos-smtpgrey-02: SMTP Service Extension for Greylisting Operations
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss/>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 03 Feb 2014 18:15:17 -0000

>There are various other milters that support greylisting; I don't know about
>their capabilites.

My greylister calls out to a daemon, which just returns one bit,
accept or softfail.  I couldn't implement this even if I thought it
were a good idea.

R's,
John