]> source.dussan.org Git - rspamd.git/commit
* New logic of SURBL module:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Fri, 18 Jun 2010 18:07:28 +0000 (22:07 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Fri, 18 Jun 2010 18:07:28 +0000 (22:07 +0400)
commit9759175c6dcb897101db3528dc4f36e8c20639c1
tree0452c2167c33c71990fc2713925d395e14651635
parente4eb49311b06fc0f820fb64d800d15a295d190a6
* New logic of SURBL module:
 - remove completely 2tld
 - add option "exception"
 - for domains from exception list check (level + 1) parts of url:
   If we have url mail.some.com.ru and have com.ru in exception list
   then we would check some.com.ru. If we have some.com.ru in exceptions
   list them mail.some.com.ru would be checked and so on.
 - optimized parsing of surbl requests

* Use system mkstemp(3) on systems where it is available as glib implementation
  has poor security and generate rather predictable temporary file names.
CMakeLists.txt
config.h.in
src/map.c
src/map.h
src/plugins/surbl.c
src/plugins/surbl.h
src/smtp.c
src/smtp_proto.c
src/util.c
src/util.h