[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
hobbit-mailack with SMS format
- To: hobbit (at) hswn.dk
- Subject: hobbit-mailack with SMS format
- From: Charles Jones <jonescr (at) cisco.com>
- Date: Wed, 11 Oct 2006 18:11:34 -0700
- Authentication-results: sj-dkim-3.cisco.com; header.From=jonescr@cisco.com; dkim=pass ( sig from cisco.com verified; );
- Dkim-signature: a=rsa-sha1; q=dns; l=506; t=1160615484; x=1161479484; c=relaxed/simple; s=sjdkim3002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=jonescr@cisco.com; z=From:Charles=20Jones=20<jonescr@cisco.com> |Subject:hobbit-mailack=20with=20SMS=20format; X=v=3Dcisco.com=3B=20h=3DvvKFqkcOLbS7WT8s19aJ802T/nI=3D; b=edsJagUpjPWU/wzk+6y6HFFC11tH2Csv3Fl5TBCU0QsoyLt+1Uc03RUWqM5rvna3FFVYeRYO 31YQ1Ycd9TJbaMQEPbTrXEm+J6bZA/omDHIG7JLOvJqzjyq8wzUiI8WX;
- User-agent: Thunderbird 1.5.0.7 (Windows/20060909)
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