manu@... writes:
> Here is 4.0rc1
two issues:
* using '%E*' in 'stat' returns bogus (unitialized?) values for
'tempfail' actions
* the ./configure checks for e.g. libbind and curl are setting RPATHs
(-Wl,r...) and are testing for these libs in hardcoded <path>/lib
directories. At least under Linux, RPATHs for standard directories
(e.g. /usr/lib) are heavily deprecated and <path>/lib will not work
for mulitlib archs where libs are located in <prefix>/lib64.
I suggest to use pkgconfig for libbind and curl detection? E.g.
| PKG_CHECK_MODULES(CURL,libcurl,
| [CFLAGS="$CPPFLAGS -DUSE_CURL $CURL_CFLAGS"],
| [... current checks ...])
Then:
would it be possible to add a new format specifier which prints out the
current line? This can be useful for 'stat' to calculate the real ACL on
dynamic lists. E.g. when adding entries to the list in
| list "...." {
| ...
| }
|
| stat "..."
|
| acl ...
both 'stat' and 'acl' will move by the same number of lines and the
matching acl can be identified by the difference of these numbers.
Alternatively, acls could be given an unique id to identify them in
'stat' messages.
EnricoMessage
Re: [milter-greylist] milter-greylist 4.0 release candidate 1
2007-10-15 by Enrico Scholz
Attachments
- No local attachments were found for this message.