9 Oct
2006
9 Oct
'06
9:29 p.m.
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