Xymon Mailing List Archive search

hobbit-mailack with SMS format

list Charles Jones
Wed, 11 Oct 2006 18:11:34 -0700
Message-Id: <user-509896f00590@xymon.invalid>

Does hobbit-mailack recognize replies from alerts sent using the SMS format? I havn't tested it but taking a peek at the hobbit-mailack.c, I see:
  /* No subject ? No deal */
        if (subjectline == NULL) {
                dbgprintf("Subject-line not found\n");
                return 1;
        }
So this leads me to believe that it is not possible to ack alerts from a cellphone or pager, if the alert was sent using "format=SMS", which does not send messages with a subject.

-Charles