hobbit mailack question
list Tom Kauffman
I've given up on getting MS-Exchange to forward email within the domain and am now running fetchmail to get the messages from exchange. Now -- what is mailack actually looking for? I'm trying to get things configured so I can email alerts to a cell phone and have them acknowledged by replying to the message. With my cell phone, I seem to have two options: 'reply' and 'reply with copy'. 'Reply with copy' doesn't seem to be setting the acknowledgement flag. Here's the relevant chunk of the email: Subject: --------------- (644431 roanoke.hacmp) roanoke:hac Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-pstn-levels: (S:64.56310/99.90000 ) X-pstn-settings: 1 (0.1500:0.1500) gt3 gt2 gt1 X-pstn-addresses: from <user-b998828f9362@xymon.invalid> [db-null] Return-Path: user-b998828f9362@xymon.invalid X-OriginalArrivalTime: 09 Oct 2006 19:14:57.0608 (UTC) FILETIME=[3594D480:01C6EB D7] (644431 roanoke.hacmp) roanoke:hacmp red [644431] red Mon Oct 9 14:51:36 EDT 2006 clinfo is not run Suggestions? Tom Kauffman NIBCO, Inc CONFIDENTIALITY NOTICE: This email and any attachments are for the exclusive and confidential use of the intended recipient. If you are not the intended recipient, please do not read, distribute or take action in reliance upon this message. If you have received this in error, please notify us immediately by return email and promptly delete this message and its attachments from your computer system. We do not waive attorney-client or work product privilege by the transmission of this message.
list Henrik Størner
▸
On Mon, Oct 09, 2006 at 03:30:22PM -0400, Kauffman, Tom wrote:
Now -- what is mailack actually looking for? I'm trying to get things configured so I can email alerts to a cell phone and have them acknowledged by replying to the message. With my cell phone, I seem to have two options: 'reply' and 'reply with copy'. 'Reply with copy' doesn't seem to be setting the acknowledgement flag.
It looks for a subject line matching this regular expression: .*(Hobbit|BB)[ -]* \[*(-*[0-9]+)[\]!]* i.e. the word "Hobbit" or "BB" followed by some space and perhaps a dash, and then the ack-code which may be enclosed in brackets. Regards, Henrik
list Tom Kauffman
Thanks, Henrik. Everything is working fine now. All I need to do now is work out the rewrite rule for procmail (or build another filter before mailack) to change '<phone number at provider>' back into a name people can recognise. Tom
▸
-----Original Message-----
From: Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid]
Sent: Monday, October 09, 2006 5:30 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] hobbit mailack question
On Mon, Oct 09, 2006 at 03:30:22PM -0400, Kauffman, Tom wrote:
Now -- what is mailack actually looking for? I'm trying to get things configured so I can email alerts to a cell phone and have them acknowledged by replying to the message. With my cell phone, I seem to have two options: 'reply' and 'reply with copy'. 'Reply with copy' doesn't seem to be setting the acknowledgement flag.
It looks for a subject line matching this regular expression: .*(Hobbit|BB)[ -]* \[*(-*[0-9]+)[\]!]* i.e. the word "Hobbit" or "BB" followed by some space and perhaps a dash, and then the ack-code which may be enclosed in brackets. Regards, Henrik CONFIDENTIALITY NOTICE: This email and any attachments are for the exclusive and confidential use of the intended recipient. If you are not the intended recipient, please do not read, distribute or take action in reliance upon this message. If you have received this in error, please notify us immediately by return email and promptly delete this message and its attachments from your computer system. We do not waive attorney-client or work product privilege by the transmission of this message.