diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-06-23 19:05:58 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-06-23 19:05:58 +0400 |
commit | 5022c0333ffd8ce5eca3dc9e2679b612e2c9ce99 (patch) | |
tree | 4b7fd05c9f01700ea372fb941b87312fceece513 /src/printf.h | |
parent | de94e18f57a0dccbab76efb3d574c0485a9e3700 (diff) | |
download | rspamd-5022c0333ffd8ce5eca3dc9e2679b612e2c9ce99.tar.gz rspamd-5022c0333ffd8ce5eca3dc9e2679b612e2c9ce99.zip |
* Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hash
Fix tags stripping.
Fix phishing checks (ignore img tags).
Diffstat (limited to 'src/printf.h')
-rw-r--r-- | src/printf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/printf.h b/src/printf.h index 0d41bdc80..c1c6866d6 100644 --- a/src/printf.h +++ b/src/printf.h @@ -44,6 +44,7 @@ * %r rlim_t * %p void * * %V f_str_t * + * %v GString * * %s null-terminated string * %S ascii null-terminated string * %*s length and string |