|
|
CVS: tmda/contrib ChangeLog,1.57,1.58 sample.tmdarc,1.41,1.42: msg#00035
|
Subject: |
CVS: tmda/contrib ChangeLog,1.57,1.58 sample.tmdarc,1.41,1.42 |
Update of /cvsroot/tmda/tmda/contrib
In directory usw-pr-cvs1:/tmp/cvs-serv17857/contrib
Modified Files:
ChangeLog sample.tmdarc
Log Message:
New feature. Optionally add an `X-TMDA-Fingerprint' header to
outgoing client-side messages. This fingerprint is an HMAC of one or
more user-specified headers from the message.
This can be used to uniquely identify the message, and the keying
insures that the fingerprint was generated by you.
One application for this might be an "auto-ack" system used to
automatically reply to qsecretary or TMDA confirmation requests. If
your outgoing messages contain X-TMDA-Fingerprint, you can check for it
later when qsecretary has returned the message to you in a
confirmation request. After validating the fingerprint, your program
automatically sends back a reply, and your original message is confirmed.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda/contrib/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 2001/12/12 01:01:54 1.57
+++ ChangeLog 2001/12/13 03:23:30 1.58
@@ -1,3 +1,7 @@
+2001-12-12 Jason R. Mastaler <jasonrm@xxxxxxxxxxxxxxxxxxxxxxxxxx>
+
+ * sample.tmdarc: Add FINGERPRINT.
+
2001-12-11 Jason R. Mastaler <jasonrm@xxxxxxxxxxxxxxxxxxxxxxxxxx>
* sample.tmdarc: Add PURGED_HEADERS.
Index: sample.tmdarc
===================================================================
RCS file: /cvsroot/tmda/tmda/contrib/sample.tmdarc,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- sample.tmdarc 2001/12/12 01:01:54 1.41
+++ sample.tmdarc 2001/12/13 03:23:30 1.42
@@ -79,6 +79,8 @@
# FILTER_OUTGOING = "/full/path/to/outgoing"
+# FINGERPRINT = []
+
# FULLNAME = "John Doe"
# HMAC_BYTES = 3
_______________________________________________
tmda-cvs mailing list
http://libertine.org/lists/listinfo/tmda-cvs
|
| |