diff options
author | jnemeth <jnemeth> | 2007-10-15 11:57:17 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2007-10-15 11:57:17 +0000 |
commit | 242122113f353e53caff07c8bbec07e79cdd016c (patch) | |
tree | e5c4736959879e8533fcd044c1372db7b071f0ec /mail | |
parent | 74e6e0e07b9fc587627357c5d671b2d9a3ce6226 (diff) | |
download | pkgsrc-242122113f353e53caff07c8bbec07e79cdd016c.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. |