summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/client.c
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2010-10-09 22:05:37 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2010-10-09 22:05:37 +0000
commitd03e820a64c086ef91e09c750ee5f63d0f92bd91 (patch)
treebcd99e0369bf56dd3644d511c4739e776aae750e /usr.sbin/smtpd/client.c
parent958e6885331439b7376f5709ed38bd3ee6dd55d7 (diff)
backout the "new" queue code commited 4 months ago. it has many good ideas,
is way more optimized than what we had earlier and there's definitely stuff we want to keep, however it is early optimization that doesn't account for many features and makes them hard (if not impossible) to write without ugly workarounds that ruin the purpose of the optimizations. the backout goes to 30 May's right before the commit and catches up on all the non-queue related commits that happened since then. i'll work on reintroducing the ideas from this queue when the basic features we expect from a MTA are implemented. suggested on tech@ about a week ago, no objections, several "please make smtpd move forward" mails from hackers and tech readers.
Diffstat (limited to 'usr.sbin/smtpd/client.c')
-rw-r--r--usr.sbin/smtpd/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/client.c b/usr.sbin/smtpd/client.c
index 47adb6e341d..a9b1586cfef 100644
--- a/usr.sbin/smtpd/client.c
+++ b/usr.sbin/smtpd/client.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: client.c,v 1.31 2010/06/01 23:06:23 jacekm Exp $ */
+/* $OpenBSD: client.c,v 1.32 2010/10/09 22:05:35 gilles Exp $ */
/*
* Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net>