diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-06-29 16:22:10 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-06-29 16:22:10 +0400 |
commit | b29cec5f64146efd075e43ead4644ab647ca57c9 (patch) | |
tree | fa366a6dd4d0aaeef6af73314dfcf22152fd9a77 /src/plugins/surbl.h | |
parent | fc5c006ccbbcca3421a058aef93af8410bd50585 (diff) | |
download | rspamd-b29cec5f64146efd075e43ead4644ab647ca57c9.tar.gz rspamd-b29cec5f64146efd075e43ead4644ab647ca57c9.zip |
* Improve logic of urls command to extract only those urls that would be checked against surbl lists
* Fix surbl whitelisting
* Fix bug with processing custom commands
* Update version to 0.2.1
Diffstat (limited to 'src/plugins/surbl.h')
-rw-r--r-- | src/plugins/surbl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/surbl.h b/src/plugins/surbl.h index 27fea8210..8f674c9ca 100644 --- a/src/plugins/surbl.h +++ b/src/plugins/surbl.h @@ -16,7 +16,6 @@ #define DEFAULT_SURBL_SYMBOL "SURBL_DNS" #define DEFAULT_SURBL_SUFFIX "multi.surbl.org" - struct surbl_ctx { int (*header_filter)(struct worker_task *task); int (*mime_filter)(struct worker_task *task); |