]> source.dussan.org Git - rspamd.git/commit
* Fix freeing of module parameters (they should NOT be freed)
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Tue, 23 Mar 2010 14:50:28 +0000 (17:50 +0300)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Tue, 23 Mar 2010 14:50:28 +0000 (17:50 +0300)
commitf4dfc1a11a29280e7a3202165b8f41d775f06c08
tree7138f33d6bcd7d0fcac1e2df62a67db45914b84a
parent788168c8e8c0b79e377a07c670b922a4eebe44fd
* Fix freeing of module parameters (they should NOT be freed)
* Add minimum hash length to check with fuzzy module as well as whitelisting for fuzzy checks:
  min_length = "300"; <- messages with more than 300 characters would be checked with fuzzy check
  whitelist = "http://somehost/somefile"; <- ip addresses whitelisted
* Extend comments about module options for comfortable usage
src/plugins/chartable.c
src/plugins/emails.c
src/plugins/fuzzy_check.c
src/plugins/regexp.c
src/plugins/spf.c
src/plugins/surbl.c