public inbox for nncp-devel@lists.stargrave.org
Atom feed
From: "Shawn K. Quinn" <skquinn@rushpost•com>
To: nncp-devel@lists.cypherpunks.ru
Subject: Re: [nncp-devel] crash in nncp-toss from mail packet
Date: Sun, 15 Jan 2017 04:23:14 -0600 [thread overview]
Message-ID: <8827127f-73ce-de70-08dc-6d05ef154cfc@rushpost.com> (raw)
In-Reply-To: <20170115080219.GA2853@stargrave.org>
[-- Attachment #1.1: Type: text/plain, Size: 1843 bytes --]
On 01/15/2017 02:02 AM, Sergey Matveev wrote:
> *** Shawn K. Quinn <skquinn@rushpost•com> [2017-01-15 04:46]:
>> This is from feeding nncp-mail a short test message from the command
>> line by hand, on the system tossing them. Even if I'm doing it wrong,
>> this really shouldn't happen.
>
> Fully agreed that those kind of errors must not occur at all. Fixed in
> https://git.cypherpunks.ru/cgit.cgi/nncp.git/commit/?h=develop&id=8cfca6f25358b2ce75abd2b410e28e5b5008413b
> it is because "sendmail" configuration field is not set for the node.
> No it will skip this packet with warning message about unconfigured
> sendmail.
OK, noted. That means we need this to be explained in the documentation,
which thankfully is something I can help out with. I plan to submit a
patch fixing as many grammar, spelling, and other minor errors that I
can find in the texinfo file as time allows (hopefully next couple of
days, but certainly by the end of January).
It would make more sense to me, BTW, to allow defaults for all nodes for
the incoming, freq, and sendmail options, with pattern matching
substitution for node names (for incoming I would still find separating
by sending node useful as opposed to lumping it all in one place).
Perhaps by allowing a configuration section "default:" similar to the
current "self:"? I can think of more cases where I'd want all nodes to
be able to send files to me and freq files from me than I would where
I'd want only some.
Also, is it necessarily a design goal of the project for everything to
be written in Go? I am considering writing a GUI front-end but I am
completely new to Go and I am reading that desktop GUI apps are so far
not a common use case for Go.
--
Shawn K. Quinn <skquinn@rushpost•com>
http://www.rantroulette.com
http://www.skqrecordquest.com
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2017-01-15 10:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-15 1:44 [nncp-devel] crash in nncp-toss from mail packet Shawn K. Quinn
2017-01-15 8:02 ` Sergey Matveev
2017-01-15 10:23 ` Shawn K. Quinn [this message]
2017-01-15 10:45 ` Sergey Matveev