diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2007-10-15 11:57:17 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2007-10-15 11:57:17 +0000 |
commit | 5bf7b6045ab7786f0fc3188a43617a77ef32f78c (patch) | |
tree | e5c4736959879e8533fcd044c1372db7b071f0ec /mail | |
parent | 539ac2187508fe0e553a7dde12f08e4dbfaa5076 (diff) | |
download | pkgsrc-5bf7b6045ab7786f0fc3188a43617a77ef32f78c.tar.gz |
add a note that the interface between libmilter and sendmail is subject
to change without notice
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libmilter/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/libmilter/DESCR b/mail/libmilter/DESCR index 9b02bc1d1b2..bae4d33e219 100644 --- a/mail/libmilter/DESCR +++ b/mail/libmilter/DESCR @@ -3,3 +3,7 @@ programs access to mail messages as they are being processed in order to filter meta-information and content. libmilter provides the implementation of this API. + +Note that although the API of this library is fairly stable and +will most likely only see additions, the interface between this +library and sendmail is subject to change without notice. |