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