Return-Path: Delivered-To: apmail-incubator-esme-dev-archive@minotaur.apache.org Received: (qmail 31521 invoked from network); 8 Nov 2010 14:23:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Nov 2010 14:23:07 -0000 Received: (qmail 32143 invoked by uid 500); 8 Nov 2010 14:23:38 -0000 Delivered-To: apmail-incubator-esme-dev-archive@incubator.apache.org Received: (qmail 32083 invoked by uid 500); 8 Nov 2010 14:23:37 -0000 Mailing-List: contact esme-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-dev@incubator.apache.org Received: (qmail 32075 invoked by uid 99); 8 Nov 2010 14:23:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 14:23:36 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of vdichev@gmail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bw0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 14:23:31 +0000 Received: by bwz10 with SMTP id 10so5152258bwz.6 for ; Mon, 08 Nov 2010 06:23:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=mQX1B92rlYBMyr2CuLALA2ALK6DH574cAeK9G+YsEh4=; b=PZdQnTMEzWBMOhYBr/ob22Zv2NEzz/K21wtUuAqNwX7c1r937i3HOA4c6noIvRspKc VKUX+DfgNprwWEAYq0KmQqNPzIWfoeqK46lVnutizrf4y6bTyfVvXcUpYZb+43cX5L/J 6j83yCQY2ao7z6ty1azSTBWxvpwv2mAFSXY7g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=pAiI4UwTydY44InQ5qAvrT5Hl9Yzi2zd27Ykw86BN6p2XiqgBG9CQt9youNeFVUkE9 VxdMWDvIz+j9QTggPPanizOWKAvFzopkMrgro5vEHE6mUDzztwoblsVnnaJOw2wr7Tcw 8QsZvfa1fmC8fBkOOOmskoNH6YS6/J2LQ1EF8= MIME-Version: 1.0 Received: by 10.204.99.68 with SMTP id t4mr4982906bkn.40.1289226189421; Mon, 08 Nov 2010 06:23:09 -0800 (PST) Sender: vdichev@gmail.com Received: by 10.204.82.229 with HTTP; Mon, 8 Nov 2010 06:23:09 -0800 (PST) In-Reply-To: References: Date: Mon, 8 Nov 2010 16:23:09 +0200 X-Google-Sender-Auth: uH_1HeS5LhNTIcBuWpHmS_3WXwo Message-ID: Subject: Re: The 'other' Anne breaks the timeline From: Vassil Dichev To: esme-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable > But look at this user's timeline: > http://esmecloudserverapache.dickhirsch.staxapps.net/user/matyjas > > He also has information from an RSS feed. Some of it is from Sunday > which is before the last restart. =A0Aren't these messages also > "invisible"? The messages generated from a RegularAction are actually different from a Feed action. The regular message is actually the only case where the creation of a filter itself will create a message, which acts as an event to trigger the "real" action. The reason for this was that I wanted to have: a) different filters for the feed action; b) different actions scheduled regularly. The text of the regular action is "Regularly scheduled action: " + dateString, and this text is normally discarded, what's more useful is the metadata associated with this message.