diff options
author | AL <AlexeySa@users.noreply.github.com> | 2017-11-12 14:56:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-12 14:56:42 +0300 |
commit | 8697fdc0fa9681c7953d2b8421892de8b658ad0c (patch) | |
tree | e824cbad58fc56b161c52b195f50bae3d5ff489f /contrib | |
parent | a2cba477341fff2c5e7bdfcf66583df575db7619 (diff) | |
download | rspamd-8697fdc0fa9681c7953d2b8421892de8b658ad0c.tar.gz rspamd-8697fdc0fa9681c7953d2b8421892de8b658ad0c.zip |
Update dlfunc README
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/exim/dlfunc-json/README | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/contrib/exim/dlfunc-json/README b/contrib/exim/dlfunc-json/README index 97f646983..0e522707a 100644 --- a/contrib/exim/dlfunc-json/README +++ b/contrib/exim/dlfunc-json/README @@ -1,6 +1,10 @@ +FEATURES +1) Support new http-protocol (/checkv2) +2) Return action, symbols, symbol options, messages, scan time + INSTALL -1) Install cJSON (https://github.com/DaveGamble/cJSON) +1) Get cJSON.c, cJSON.h, put to dlfunc src dir (https://github.com/DaveGamble/cJSON) 2) Compile dlfunc library: - cc rspamd.c -fPIC -fpic -shared -I/root/rpmbuild/BUILD/exim-4.89/build-Linux-x86_64/ -lcjson -o exim-rspamd-http-dlfunc.so -3) See exim-example.txt + cc rspamd.c -fPIC -fpic -shared -I/root/rpmbuild/BUILD/exim-4.89/build-Linux-x86_64/ -o exim-rspamd-http-dlfunc.so +3) See exim-example.txt for exim configure |