Thank you, Simon and Igor.  I have put in a support request at Nabble, let
us see what happens.

Why does SQLite use a mailing list instead of a proper web-hosted
forum/bulletin board type setup?  That way it would be possible to set up
sub-forums for different interests (SQL, Adiministratioin, Bug Reports,
etc., etc.) and readers don't have to wade through all the stuff they are
not interested in just to participate in the stuff they are interested in.
I understand that mailing lists were the norm in the 1990's, but times have
changed.

Balaji Ramanathan

On Thu, May 26, 2016 at 4:53 PM, Balaji Ramanathan <
balaji.ramanat...@gmail.com> wrote:

> Hi,
>
>     I keep getting bounce messages from the sqlite mailing list when I try
> to post replies from nabble (http://sqlite.1065341.n5.nabble.com/).  The
> message shows up on nabble, but never seems to get to the mailing list and
> is not included in the next day's digest of messages sent to the list.  It
> looks like Nabble is sending the messages to sqlite-us...@sqlite.org
> rather than sqlite-users@mailinglists.sqlite.org.  Does somebody need to
> change settings in nabble to fix this or do I have to do something
> different to get this to work correctly?
>
>
> My latest bounce message is as below:
>
> This is the mail system at host mbob.nabble.com.
>
> I'm sorry to have to inform you that your message could not
> be delivered to one or more recipients. It's attached below.
>
> For further assistance, please send mail to postmaster.
>
> If you do so, please include this problem report. You can
> delete your own text from the attached returned message.
>
>                    The mail system
>
> <sqlite-us...@sqlite.org>: host mail.sqlite.org[67.18.92.124] said: 554
> 5.7.1
>     <sqlite-us...@sqlite.org>: Recipient address rejected: Access denied
> (in
>     reply to RCPT TO command)
>
> Final-Recipient: rfc822; sqlite-us...@sqlite.org
> Original-Recipient: rfc822;sqlite-us...@sqlite.org
> Action: failed
> Status: 5.7.1
> Remote-MTA: dns; mail.sqlite.org
> Diagnostic-Code: smtp; 554 5.7.1 <sqlite-us...@sqlite.org>: Recipient
> address
>     rejected: Access denied
>
>
> ---------- Forwarded message ----------
> From: Balaji Ramanathan <balaji.ramanat...@gmail.com>
> To: sqlite-us...@sqlite.org
> Cc:
> Date: Thu, 26 May 2016 13:18:14 -0700 (MST)
> Subject: Re: I need to merge tables from two databases
> Try this:
>
> insert into Customer(id)
> select case when b.id = id then b.id||'A' else b.id end from customerb b
>
> Balaji Ramanathan
>
>
>
>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to