Re: [Notifications] Use case--reply mail notification

Eric Burger <eburger@bea.com> Tue, 04 September 2007 21:03 UTC

Return-path: <notifications-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1ISfYV-0000Iv-BD; Tue, 04 Sep 2007 17:03:27 -0400
Received: from notifications by megatron.ietf.org with local (Exim 4.43) id 1ISfYS-0000CQ-Uz for notifications-confirm+ok@megatron.ietf.org; Tue, 04 Sep 2007 17:03:24 -0400
Received: from [10.90.34.44] (helo=chiedprmail1.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1ISfYS-0000C5-4Z for notifications@ietf.org; Tue, 04 Sep 2007 17:03:24 -0400
Received: from repmmg02.bea.com ([66.248.192.39]) by chiedprmail1.ietf.org with esmtp (Exim 4.43) id 1ISfYR-0005Fb-79 for notifications@ietf.org; Tue, 04 Sep 2007 17:03:23 -0400
Received: from repmmr01.bea.com (repmmr01.bea.com [10.160.29.71]) by repmmg02.bea.com (Switch-3.2.7/Switch-3.2.7) with ESMTP id l84L3JRL021881; Tue, 4 Sep 2007 14:03:19 -0700
Received: from repbex01.amer.bea.com (repbex01.bea.com [10.160.26.98]) by repmmr01.bea.com (Switch-3.2.7/Switch-3.2.7) with ESMTP id l84L35S9008075; Tue, 4 Sep 2007 14:03:18 -0700
Received: from 172.24.28.147 ([172.24.28.147]) by repbex01.amer.bea.com ([10.160.26.98]) with Microsoft Exchange Server HTTP-DAV ; Tue, 4 Sep 2007 21:03:11 +0000
User-Agent: Microsoft-Entourage/11.3.6.070618
Date: Tue, 04 Sep 2007 13:38:10 -0700
Subject: Re: [Notifications] Use case--reply mail notification
From: Eric Burger <eburger@bea.com>
To: Qian Sun <sunqian@huawei.com>
Message-ID: <C3031042.A827%eburger@bea.com>
Thread-Topic: [Notifications] Use case--reply mail notification
Thread-Index: AcflNrQ9WeOsDg6DSXKPwEtHqJeJuQBfQG8OAHqk6pAAP7JPoAATXg6QAUv0TbI=
In-Reply-To: <000001c7e9ee$47d5a320$7c6c460a@china.huawei.com>
Mime-version: 1.0
Content-type: text/plain; charset="US-ASCII"
Content-transfer-encoding: 7bit
x-BEA-PMX-Instructions: AV
x-BEA-MM: Internal-To-External
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 932cba6e0228cc603da43d861a7e09d8
Cc: notifications@ietf.org
X-BeenThere: notifications@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Message Notifications interest group discussion list <notifications.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/notifications>, <mailto:notifications-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/notifications>
List-Post: <mailto:notifications@ietf.org>
List-Help: <mailto:notifications-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/notifications>, <mailto:notifications-request@ietf.org?subject=subscribe>
Errors-To: notifications-bounces@ietf.org

I think I understand.

I send a message to you.  I am interested in your reply, not that you read
the message.  In this case, yes, MDN is not necessary.

So, you send a reply.  I want a notification of the fact not that you sent
me a message, but that you sent me a message that was in reply to a first
message I sent to you.

I would offer SMTP is still not the place to do this.  Lemonade is defining
a SIEVE point in the MTA where you can do exactly this sort of filtering and
notification.


On 8/28/07 11:40 PM, "Qian Sun" <sunqian@huawei.com> wrote:

> Hello Eric
> I don't think so. A recipient can not prohibit things in sender's mail server.
> And the sender's mail server has no reason to prohibit the sender to know what
> stuff is in the sender's mailbox.
> 
> In detail:
> When a reply email arrives at sender's mail server, the server may check if
> the in-reply-to or references header field of this reply email contains the
> recorded message-id value of original email. If YES, then the sender's server
> can send an automatic SMS notification to the sender. The recipient can
> prohibit MDN in his email client, but how can the recipient prohibit this
> "automatic SMS notification"?
> 
> Cheers,
> Qian
> 
> -----Original Message-----
> From: Eric Burger [mailto:eburger@bea.com]
> Sent: Wednesday, August 29, 2007 2:00 AM
> To: Qian Sun
> Cc: notifications@ietf.org
> Subject: RE: [Notifications] Use case--reply mail notification
> 
> In the "do it today", the execution step runs an external shell script,
> but yes, this is the basic flow.
> 
> Remember, that to protect the privacy interests of the recipient, just
> as they can prohibit MDN, they can prohibit "automatic SMS
> notification."
> 
> -----Original Message-----
> From: Qian Sun [mailto:sunqian@huawei.com]
> Sent: Monday, August 27, 2007 7:54 AM
> To: Eric Burger
> Cc: notifications@ietf.org
> Subject: RE: [Notifications] Use case--reply mail notification
> 
> Hello, Eric
> 
> Any document defines a "reply" disposition type? And some people might
> prohibit MDN.
> 
> Do you want to set a sieve script like this?
> 
>     if header :contains "In-Reply-To" "143243@example.com" {
>         notify :message "You got reply mail" "sms: +10231223";
> 
> If not, could you explain your solution in more details?
> 
> Cheers,
> Qian
> 
> -----Original Message-----
> From: Eric Burger [mailto:eburger@bea.com]
> Sent: Saturday, August 25, 2007 9:03 AM
> To: Qian Sun; notifications@ietf.org
> Subject: Re: [Notifications] Use case--reply mail notification
> 
> Why not use MDN and a sieve filter?  Sounds like major surgery to do
> what people do every day with today's tools.
> 
> 
> On 8/22/07 11:35 PM, "Qian Sun" <sunqian@huawei.com> wrote:
> 
>> Hi, all
>> 
>> Scenario: Bob is sending a email to Alice. Bob wants to get a instant
>> notification via SMS something if Alice replies, since he is eager to
>> know the reply of Alice. He is not interested in other emails. When
>> Bob's mailbox in the email server recieves a new email, and find out
>> it is a reply from Alice for that mail, a notification of SMS,like
>> "You have got a reply mail from Alice", will be sent to Bob's
> cellphone.
>> 
>> Problem: For the email sending part, I prefer to realize this
>> requirement by using a SMTP extension, e.g. define a new parameter for
> 
>> MAIL command, which includes the SMS URI or IM URI. (To Webmail, we
>> need not to do any standard.) For the notification part, pager mode
>> message may be better; SUB/NOT event mechanism is not necessary. For
>> example, SIP MESSAGE could be a good choice, if the users only want to
> get few notifications.
>> 
>> Market: It might be an attractive feature to enhance the existing
>> email service.
>> 
>> Opinion?
>> 
>> Cheers,
>> Qian
>> 
>> 
>> 
>> 
>> 
>> _______________________________________________
>> Notifications mailing list
>> Notifications@ietf.org
>> https://www1.ietf.org/mailman/listinfo/notifications
> 
> 
> Notice:  This email message, together with any attachments, may contain
> information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
> entities,  that may be confidential,  proprietary,  copyrighted  and/or
> legally privileged, and is intended solely for the use of the individual
> or entity named in this message. If you are not the intended recipient,
> and have received this message in error, please immediately return this
> by email and then delete it.
> 
> 
> 
> Notice:  This email message, together with any attachments, may contain
> information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
> entities,  that may be confidential,  proprietary,  copyrighted  and/or
> legally privileged, and is intended solely for the use of the individual or
> entity named in this message. If you are not the intended recipient, and have
> received this message in error, please immediately return this by email and
> then delete it.
> 
> 
> 



Notice:  This email message, together with any attachments, may contain information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated entities,  that may be confidential,  proprietary,  copyrighted  and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.


_______________________________________________
Notifications mailing list
Notifications@ietf.org
https://www1.ietf.org/mailman/listinfo/notifications