Gnus development mailing list
 help / color / mirror / Atom feed
From: Joe Hildebrand <hildjj@fuentez.com>
Subject: nndbm
Date: 18 Mar 1996 13:02:27 -0700	[thread overview]
Message-ID: <yya7mwi6ugc.fsf@arls2006.fuentez.com> (raw)


I should have a rough first cut of nndbm ready when I get back to
Denver on Wednesday.  It is implemented as a server process, which
looks like an nntp server to your client software, but is actually
saving your mail in a gdbm or berkeley db database.  It should have
the advantage of speed and lack of locking issues, since there is only
one process reading and writing the database.  Oh, and no inode
sucking, like nnml.  It should work very well for large mail groups,
since there is no separate .overview file to munge through.

It should be pretty easy to extend to include pattern matching rules
so that mail gets sorted nicely into groups, so that you wouldn't have
to run procmail, as long as you were just doing simple filtering.

Right now, the only outstanding issue is security.  I'm going to look
into nntp authorization, but I have a feeling that it might not be
adequate.  Anyone have any ideas?

It is written in Perl5, and I'll release it under the GPL.  Is anyone
interested in beta testing?

-- 
Joe Hildebrand                  Fuentez Systems Concepts
hildjj@fuentez.com              Lead Software Engineer
	"Breakfast recapitulates phylogeny" - Spider Robinson


             reply	other threads:[~1996-03-18 20:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-03-18 20:02 Joe Hildebrand [this message]
1996-03-18 22:48 ` nndbm Jason L Tibbitts III

Reply instructions:

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

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

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yya7mwi6ugc.fsf@arls2006.fuentez.com \
    --to=hildjj@fuentez.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).