I encounter this same problem before, You only need to use Plain text format rather than rich formatting to solve this problem.
2010/5/10 MauMau <maumau...@gmail.com>: > Hi, > > Whenever I reply to the mailing list, I get the following error reply and > can't send the reply. I'm using Gmail. When I send the same mail from the > same Gmail account to my non-Gmail account, I succeed. > > I searched for the solution at Google with the keyword "552 552 spam score > (5.8) exceeded threshold (state 18)." and knew that some people experienced > the same error. But I couldn't find the solution. > > Who can tell me how to solve this problem? > > - Maumau > > > > Delivery to the following recipient failed permanently: > > hbase-u...@hadoop.apache.org > > Technical details of permanent failure: > Google tried to deliver your message, but it was rejected by the recipient > domain. We recommend contacting the other email provider for further > information about the cause of this error. The error that the other server > returned was: 552 552 spam score (5.8) exceeded threshold (state 18). > > ----- Original message ----- > > Received: by 10.140.58.15 with SMTP id g15mr2578828rva.96.1273493413584; > Mon, 10 May 2010 05:10:13 -0700 (PDT) > Return-Path: <maumau...@gmail.com> > Received: from maumau (p1163-ipbfp1105sizuokaden.shizuoka.ocn.ne.jp > [114.157.196.163]) > by mx.google.com with ESMTPS id o38sm1841230rvp.0.2010.05.10.05.10.11 > (version=SSLv3 cipher=RC4-MD5); > Mon, 10 May 2010 05:10:13 -0700 (PDT) > Message-ID: <80e37522c3ff43ceae36840c926c6...@maumau> > From: "MauMau" <maumau...@gmail.com> > To: <hbase-user@hadoop.apache.org>, > <apurt...@apache.org> > References: <937704.25349...@web65516.mail.ac4.yahoo.com> > In-Reply-To: <937704.25349...@web65516.mail.ac4.yahoo.com> > Subject: Re: Does HBase do in-memory replication of rows? > Date: Mon, 10 May 2010 21:12:14 +0900 > MIME-Version: 1.0 > Content-Type: text/plain; > format=flowed; > charset="iso-8859-1"; > reply-type=original > Content-Transfer-Encoding: 7bit > X-Priority: 3 > X-MSMail-Priority: Normal > X-Mailer: Microsoft Windows Mail 6.0.6002.18005 > X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6002.18005 > > Thanks, Andy > > I understood HBASE-1295 is inter-cluster replication and HBASE-2357 is > intra-cluster replication. I hope the configuration and administration will > be easy unlike RDBMS. I also hope multi-master replication feature will be > added in the future, which is stated in Bigtable paper as follows: > > "We are in the process of implementing several additional Bigtable features, > such as support for secondary indices and infrastructure for building > crossdata-center replicated Bigtables with multiple master replicas." > > Maumau > > > From: "Andrew Purtell" <apurt...@apache.org> >> >> Others have followed up on the central question, which is about >> durability, and have pointed out that the text is misleading. >> >> However more generally regarding the question "Does HBase do in-memory >> replication of rows?": >> >> HBase will have a replication feature in the next release independent of >> HDFS layer data block replication: >> >> HBASE-1295: https://issues.apache.org/jira/browse/HBASE-1295 >> >> This is cluster-to-cluster replication, at the HBase layer, and at a finer >> granularity than the row. >> >> HBase may also in the future evolve an optional extension to the BigTable >> architecture: >> >> HBASE-2357: https://issues.apache.org/jira/browse/HBASE-2357 >> >> and this I think also meets the definition of in-memory replication. While >> HBASE-2357 talks about availability, I see this as a means for offering >> higher read scalability for some use cases that can accept a relaxation of >> HBase's ACID guarantees. >> >> So an answer to "Does HBase do in-memory replication of rows?" is also in >> part: Actually we might do that, independent of providing durability by >> other means. >> >> - Andy > > > > ----- Original Message ----- From: "Andrew Purtell" <apurt...@apache.org> > To: <hbase-user@hadoop.apache.org> > Sent: Monday, May 10, 2010 2:18 AM > Subject: Re: Does HBase do in-memory replication of rows? > > >> Others have followed up on the central question, which is about >> durability, and have pointed out that the text is misleading. >> > > -- Best Regards Jeff Zhang