Return-Path: Delivered-To: apmail-roller-user-archive@www.apache.org Received: (qmail 93785 invoked from network); 24 Oct 2007 21:14:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Oct 2007 21:14:52 -0000 Received: (qmail 83365 invoked by uid 500); 24 Oct 2007 21:14:40 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 83102 invoked by uid 500); 24 Oct 2007 21:14:39 -0000 Mailing-List: contact user-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@roller.apache.org Delivered-To: mailing list user@roller.apache.org Received: (qmail 83093 invoked by uid 99); 24 Oct 2007 21:14:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 14:14:39 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of snoopdave@gmail.com designates 66.249.82.233 as permitted sender) Received: from [66.249.82.233] (HELO wx-out-0506.google.com) (66.249.82.233) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 21:14:43 +0000 Received: by wx-out-0506.google.com with SMTP id t16so285025wxc for ; Wed, 24 Oct 2007 14:14:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=cafBXz8LfsdsQOMZaIyIz/WtFauxo5PxbsSrpXrSl5s=; b=UlMCPariBWcYuoNZgD6O5JNH9nFT1opobfdbtFzKrPkGnc8pN7oHwNKQrf40GfjFRTmUC0Ww1sEzpwj8IOF35Ct2GI0X37MJwLqwU89m1WgWuBuVtMD1GJjXyNvEMHOOi3WzJvjOQ7EgAaprKhS9EOZR9E2wTgwGOgyj17ENmrc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cxqHJ+R8k8lg1whSsuOEKKt/LeUmhf7mDkrVDuuCn6Psjy27zcXQSMy7LinVdWl8XhU7YBJ4JFexyM5TYhi4a8HsE+2zL95reqb3xXqu2is9gY7sYVRX6l8F/YKYPDpwfZO/t5bAL8SUU4gi8ypEQechEEVfRTmB8xPhzdKmGak= Received: by 10.90.56.11 with SMTP id e11mr823780aga.1193260462163; Wed, 24 Oct 2007 14:14:22 -0700 (PDT) Received: by 10.90.53.9 with HTTP; Wed, 24 Oct 2007 14:14:22 -0700 (PDT) Message-ID: <8fb9ac720710241414q4470f152o3b2fb24f50edd3f4@mail.gmail.com> Date: Wed, 24 Oct 2007 17:14:22 -0400 From: Dave To: user@roller.apache.org Subject: Re: Comment email notification email issue In-Reply-To: <73AA21E7813EA34D813545248DB7AB34012181A6@repbex02.amer.bea.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <73AA21E7813EA34D813545248DB7AB34012181A6@repbex02.amer.bea.com> X-Virus-Checked: Checked by ClamAV on apache.org On 10/23/07, Jeff O'Donnell wrote: > I am having an issue with comment notification. When a user leaves a > comment on a blog, the owner of the blog entry does in fact receive > email notification of the comment. So this part is working great. But > if that user who left the first comment checked the "Notify me by email > of new comments" checkbox, and then another user leaves a second comment > on the same blog entry, comment email notification is only sent to the > owner of the blog entry, but not the person who left the first comment. > > I'm seeing this is my log: > > WeblogCommentRequest: - name = Jeff O'Donnell > DEBUG 2007-10-23 11:04:08,583 WeblogCommentRequest: - email = > jeffodonnell@comcast.net > DEBUG 2007-10-23 11:04:08,583 WeblogCommentRequest: - url = > DEBUG 2007-10-23 11:04:08,583 WeblogCommentRequest: - content = > fifth test comment > DEBUG 2007-10-23 11:04:08,583 WeblogCommentRequest: - notify = > false > DEBUG 2007-10-23 11:04:08,583 WeblogCommentRequest: - weblogAnchor > = status1 > > I could be wrong, as this could be referring to something else, but > shouldn't notify = "true". I've confirmed that I am in fact checking > the box. Any thoughts here? > > Roller version - 3.1 > OS - Windows XP > Server/Container - Tomcat 5.5.23 (I've already replaced the buggy > naming-factory.jar that was missing classes - originally caused problem > of no mail notification at all) > DB - MySQL 5.0.41 That does sound like a bug, but I haven't had time to verify it myself yet. Please file a JIRA issue for it. - Dave