]> source.dussan.org Git - rspamd.git/log
rspamd.git
8 years agoRelease 1.1.4 rspamd-1.1 1.1.4
Vsevolod Stakhov [Mon, 22 Feb 2016 15:05:56 +0000 (15:05 +0000)]
Release 1.1.4

* Print traceback on lua errors in lua config
* Fix leaks in lua error paths
* Improve 'R_EMPTY_IMAGE' rule
* Fix metas memoization in SA plugin
* Properly set `flag` in fuzzy replies
* Fix arguments order
* Fix issue with out-of-boundary reading
* Fix issues found by coverity
* Same result checking error found by coverity
* Fix varargs processing (found by coverity)
* Fix error in printing hex
* Reduce weights for some hfilter patterns
* Add aliases for task:get_from_ip:
- task:get_addr
- task:get_from_addr
- task:get_ip
*  Rework once_received module
- Fix priority for `good_hosts`
- If a good host has been found do not add once_received symbols
- Fix priorities for strict once_received
- Add ability to whitelist IP addresses
* Fix `MISSING_MIMEOLE` rule for modern OE
* Treat meta tags as embedded tags (#501)

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
8 years agoMerge pull request #535 from fatalbanana/rspamd-1.1
Vsevolod Stakhov [Mon, 22 Feb 2016 14:57:14 +0000 (14:57 +0000)]
Merge pull request #535 from fatalbanana/rspamd-1.1

RPM fixes for 1.1 branch

8 years agoRPM: Add missing file to spec (Fixes #516) 535/head
Andrew Lewis [Sat, 6 Feb 2016 18:41:50 +0000 (20:41 +0200)]
RPM: Add missing file to spec (Fixes #516)

8 years agoRPM BuildRequires: s/perl/perl-Digest-MD5/
Andrew Lewis [Wed, 3 Feb 2016 20:12:24 +0000 (22:12 +0200)]
RPM BuildRequires: s/perl/perl-Digest-MD5/

8 years agoTreat meta tags as embedded tags
Vsevolod Stakhov [Thu, 18 Feb 2016 10:16:06 +0000 (10:16 +0000)]
Treat meta tags as embedded tags

Issue: #501
Reported by: @AlexeySa, @moisseev

8 years agoRevert "Properly set `flag` in fuzzy replies"
Vsevolod Stakhov [Tue, 16 Feb 2016 18:23:32 +0000 (18:23 +0000)]
Revert "Properly set `flag` in fuzzy replies"

This reverts commit 550ee7a4765106bb1aa315273218e3b8c5b99acc.

8 years agoFix MISSING_MIMEOLE rule for modern OE
Vsevolod Stakhov [Tue, 16 Feb 2016 12:13:41 +0000 (12:13 +0000)]
Fix MISSING_MIMEOLE rule for modern OE

Issue: #514
Reported by: @ilyakruchinin

8 years agoAdd some documentation for once_received module
Vsevolod Stakhov [Sat, 13 Feb 2016 14:43:19 +0000 (14:43 +0000)]
Add some documentation for once_received module

8 years agoRework once_received module
Vsevolod Stakhov [Sat, 13 Feb 2016 14:36:21 +0000 (14:36 +0000)]
Rework once_received module

- Fix priority for `good_hosts`
- If a good host has been found do not add once_received symbols
- Fix priorities for strict once_received
- Add ability to whitelist IP addresses

8 years agoAdd aliases for task:get_from_ip
Vsevolod Stakhov [Sat, 13 Feb 2016 14:35:56 +0000 (14:35 +0000)]
Add aliases for task:get_from_ip

- task:get_addr
- task:get_from_addr
- task:get_ip

8 years agoUnbreak function pointer passing
Vsevolod Stakhov [Mon, 8 Feb 2016 20:25:49 +0000 (20:25 +0000)]
Unbreak function pointer passing

8 years agoReduce weights for some hfilter patterns
Vsevolod Stakhov [Tue, 9 Feb 2016 14:43:54 +0000 (14:43 +0000)]
Reduce weights for some hfilter patterns

8 years agoFix error in printing hex
Vsevolod Stakhov [Tue, 9 Feb 2016 16:33:23 +0000 (16:33 +0000)]
Fix error in printing hex

8 years agoFix varargs processing (found by coverity)
Vsevolod Stakhov [Tue, 9 Feb 2016 16:27:29 +0000 (16:27 +0000)]
Fix varargs processing (found by coverity)

8 years agoSame result checking error found by coverity
Vsevolod Stakhov [Wed, 10 Feb 2016 23:00:22 +0000 (23:00 +0000)]
Same result checking error found by coverity

8 years agoFix issues found by coverity
Vsevolod Stakhov [Wed, 10 Feb 2016 22:59:45 +0000 (22:59 +0000)]
Fix issues found by coverity

8 years agoFix issue with out-of-boundary reading
Vsevolod Stakhov [Wed, 10 Feb 2016 23:09:36 +0000 (23:09 +0000)]
Fix issue with out-of-boundary reading

Found by: coverity scan

8 years agoFix arguments order
Vsevolod Stakhov [Wed, 10 Feb 2016 23:02:16 +0000 (23:02 +0000)]
Fix arguments order

8 years agoProperly set `flag` in fuzzy replies
Vsevolod Stakhov [Wed, 10 Feb 2016 23:05:08 +0000 (23:05 +0000)]
Properly set `flag` in fuzzy replies

Found by: coverity scan

8 years agoFix metas memoization in SA plugin
Vsevolod Stakhov [Sat, 6 Feb 2016 03:04:52 +0000 (03:04 +0000)]
Fix metas memoization in SA plugin

8 years agoMore sanity checks
Vsevolod Stakhov [Fri, 5 Feb 2016 12:53:52 +0000 (12:53 +0000)]
More sanity checks

8 years agoAdd safety guard for rule
Vsevolod Stakhov [Fri, 5 Feb 2016 12:49:25 +0000 (12:49 +0000)]
Add safety guard for rule

8 years agoFix leaks in lua error paths
Vsevolod Stakhov [Fri, 5 Feb 2016 12:42:43 +0000 (12:42 +0000)]
Fix leaks in lua error paths

8 years agoPrint traceback on lua errors in lua config
Vsevolod Stakhov [Fri, 5 Feb 2016 11:30:45 +0000 (11:30 +0000)]
Print traceback on lua errors in lua config

8 years agoRelease 1.1.3 1.1.3
Vsevolod Stakhov [Thu, 4 Feb 2016 22:25:30 +0000 (22:25 +0000)]
Release 1.1.3

* Fix DSN rules when SMTP from is unavailable
* Fix statconvert routine to avoid lua module usage
* Set a sane quark for configtest to avoid NULL to be printed in logs
* Support c11 if available
* Fix parsing of ip:port strings
* Add more diagnostic for lua subr errors
* Fix task:set_from_ip lua method
* Add basic routines for digital signatures
* Add tool for digital signatures
* Add plain open file API method for atomic open
* Fix parsing nested braces inside logger vars
* Pre filters now actually skip processing
* Add pre-filter mode for multimap
* Switch to apache 2 license

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
8 years agoDocument pre-filtering for maps
Vsevolod Stakhov [Thu, 4 Feb 2016 17:38:06 +0000 (17:38 +0000)]
Document pre-filtering for maps

8 years agoAdd possibility to set pre-result using multimap
Vsevolod Stakhov [Thu, 4 Feb 2016 16:58:02 +0000 (16:58 +0000)]
Add possibility to set pre-result using multimap

8 years agoPre filters should actually skip processing
Vsevolod Stakhov [Thu, 4 Feb 2016 15:49:45 +0000 (15:49 +0000)]
Pre filters should actually skip processing

8 years agoAdd notice in the contributions file
Vsevolod Stakhov [Thu, 4 Feb 2016 09:59:49 +0000 (09:59 +0000)]
Add notice in the contributions file

8 years agoSwitch the rest to apache 2
Vsevolod Stakhov [Thu, 4 Feb 2016 09:37:21 +0000 (09:37 +0000)]
Switch the rest to apache 2

8 years agoSwitch project to the apache2 license
Vsevolod Stakhov [Thu, 4 Feb 2016 09:19:12 +0000 (09:19 +0000)]
Switch project to the apache2 license

8 years agoFix parsing nested braces inside logger vars
Vsevolod Stakhov [Wed, 3 Feb 2016 11:29:34 +0000 (11:29 +0000)]
Fix parsing nested braces inside logger vars

8 years agoAdd utility to manage digital signatures
Vsevolod Stakhov [Wed, 3 Feb 2016 00:41:01 +0000 (00:41 +0000)]
Add utility to manage digital signatures

8 years agoFix eddsa keys generation
Vsevolod Stakhov [Wed, 3 Feb 2016 00:40:43 +0000 (00:40 +0000)]
Fix eddsa keys generation

8 years agoRemove realpath call
Vsevolod Stakhov [Tue, 2 Feb 2016 23:54:37 +0000 (23:54 +0000)]
Remove realpath call

8 years agoAdd plain open file API method
Vsevolod Stakhov [Tue, 2 Feb 2016 23:42:42 +0000 (23:42 +0000)]
Add plain open file API method

8 years agoAdd more fields to ucl definition of the keypair
Vsevolod Stakhov [Tue, 2 Feb 2016 18:02:10 +0000 (18:02 +0000)]
Add more fields to ucl definition of the keypair

8 years agoFix keypair output
Vsevolod Stakhov [Tue, 2 Feb 2016 17:43:28 +0000 (17:43 +0000)]
Fix keypair output

8 years agoFix hex encoding
Vsevolod Stakhov [Tue, 2 Feb 2016 17:43:15 +0000 (17:43 +0000)]
Fix hex encoding

8 years agoImplement keypairs generation for signing
Vsevolod Stakhov [Tue, 2 Feb 2016 16:42:55 +0000 (16:42 +0000)]
Implement keypairs generation for signing

8 years agoAdd ECDSA signatures as well
Vsevolod Stakhov [Tue, 2 Feb 2016 13:51:37 +0000 (13:51 +0000)]
Add ECDSA signatures as well

8 years agoAdd test vectors for eddsa
Vsevolod Stakhov [Tue, 2 Feb 2016 13:28:31 +0000 (13:28 +0000)]
Add test vectors for eddsa

8 years agoAdd hex encoding/decoding routines
Vsevolod Stakhov [Tue, 2 Feb 2016 12:47:10 +0000 (12:47 +0000)]
Add hex encoding/decoding routines

8 years agoAdd basic routines for digital signatures
Vsevolod Stakhov [Tue, 2 Feb 2016 12:20:53 +0000 (12:20 +0000)]
Add basic routines for digital signatures

8 years agoReserve rspamd_sig_t for signatures
Vsevolod Stakhov [Tue, 2 Feb 2016 11:57:46 +0000 (11:57 +0000)]
Reserve rspamd_sig_t for signatures

8 years agoFix set_from_ip method
Vsevolod Stakhov [Mon, 1 Feb 2016 11:35:27 +0000 (11:35 +0000)]
Fix set_from_ip method

8 years agoFix warnings
Vsevolod Stakhov [Mon, 1 Feb 2016 11:34:42 +0000 (11:34 +0000)]
Fix warnings

8 years agoAdd more diagnostic for lua subr errors
Vsevolod Stakhov [Sun, 31 Jan 2016 14:53:38 +0000 (15:53 +0100)]
Add more diagnostic for lua subr errors

8 years agoFix parsing of ip:port strings
Vsevolod Stakhov [Sun, 31 Jan 2016 14:53:25 +0000 (15:53 +0100)]
Fix parsing of ip:port strings

8 years agoAnother workaround to avoid __int128 warning
Vsevolod Stakhov [Sat, 30 Jan 2016 10:36:24 +0000 (11:36 +0100)]
Another workaround to avoid __int128 warning

8 years agoFix couple of compiler warnings
Vsevolod Stakhov [Sat, 30 Jan 2016 10:32:07 +0000 (11:32 +0100)]
Fix couple of compiler warnings

8 years agoSupport c11 if available
Vsevolod Stakhov [Sat, 30 Jan 2016 09:55:32 +0000 (10:55 +0100)]
Support c11 if available

8 years agoSet a sane quark for configtest to avoid NULL
Vsevolod Stakhov [Sat, 30 Jan 2016 09:45:55 +0000 (10:45 +0100)]
Set a sane quark for configtest to avoid NULL

8 years agoAvoid using of lua functional
Vsevolod Stakhov [Fri, 29 Jan 2016 19:39:05 +0000 (19:39 +0000)]
Avoid using of lua functional

8 years agoFix rule when SMTP from is unavailable
Vsevolod Stakhov [Fri, 29 Jan 2016 18:31:45 +0000 (18:31 +0000)]
Fix rule when SMTP from is unavailable

8 years agoUpdate version to 1.1.3
Vsevolod Stakhov [Fri, 29 Jan 2016 18:13:56 +0000 (18:13 +0000)]
Update version to 1.1.3

8 years agoRelease 1.1.2 1.1.2
Vsevolod Stakhov [Fri, 29 Jan 2016 15:15:37 +0000 (15:15 +0000)]
Release 1.1.2

* Fix stat_cache closing
* Add checkpoints to sqlite3 learn cache
* Do not recompile lua generated headers all the time
* Increase number of messages learned
* Fix issues with dual stack and hfilter
* Disable MID checks for hfilter by default
* Fix cache definitions in multiple classifier and no type
* Don't crash if learn cache failed to initialize
* Fix googlegroups support in maillist plugin
* Rework flags LUA API:
- Allow to check for a specific flag
- Add `learn_spam`, `learn_ham` and `broken_headers` flags
- Unify internal functions
* Add `BROKEN_HEADERS` rule
* Add support for forged confirmation headers (by @AdUser)
* Allow `any`, `mime` and `smtp` for get_from/get_recipients
* Add mime types checking plugin
* Add rule to detect spammers attempts to cheat mime parsing
* Rework parsing of IP addresses in configuration (better IPv6 support)
* Add `util.parse_mail_address` function to LUA API
* Add lua sqlite3 module
* Implement synchronous redis call
* Ratelimit: avoid possible indexing of nil value (Fixes #498) (by @fatalbanana)
* Add stat_convert command to convert stats tokens from sqlite3 to redis
* Implement redis advanced lua api with pipelining
* Fix memory leak on redis stat (#500)
* Fix user/language learn count in sqlite statistics (#496) (by @fatalbanana)
* Fix build with custom pcre
* Fix fuzzy relearning (#498)
* Improve planning of asynchronous tasks
* Show slow rules in log
* Add warning for slow regexps
* Add base32 decode/encode routines to lua util
* Allow converting of learn cache from sqlite to redis
* Add methods to check if a messages has from/rcpts
* Improve and fix multimap plugin:
- Restore 'header' maps
- Add filters for headers
- Add 'email:addr', 'email:user', 'email:domain' and 'email:name' filters
- Add generic regexp filters
* Disable reload command in rc scripts
* Improve runtime CPU dispatcher for libcryptobox
* Add preliminary support of digital signatures via ed25519
* Add detection for RDRAND support
* Print configuration of crypto on start
* A in SPF presumes AAAA lookup as well

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
8 years agoAdd ed25519 reference implementation
Vsevolod Stakhov [Fri, 29 Jan 2016 14:47:52 +0000 (14:47 +0000)]
Add ed25519 reference implementation

8 years agoCleanup blake2 state on final iteration
Vsevolod Stakhov [Fri, 29 Jan 2016 14:47:23 +0000 (14:47 +0000)]
Cleanup blake2 state on final iteration

8 years agoProperly detect avx set.
Vsevolod Stakhov [Fri, 29 Jan 2016 13:43:10 +0000 (13:43 +0000)]
Properly detect avx set.

8 years agoUse fstring instead of gstring
Vsevolod Stakhov [Fri, 29 Jan 2016 13:27:09 +0000 (13:27 +0000)]
Use fstring instead of gstring

8 years agoA in SPF presumes AAAA lookup as well
Vsevolod Stakhov [Fri, 29 Jan 2016 11:27:40 +0000 (11:27 +0000)]
A in SPF presumes AAAA lookup as well

8 years agoFix CPU features detection
Vsevolod Stakhov [Fri, 29 Jan 2016 10:43:42 +0000 (10:43 +0000)]
Fix CPU features detection

8 years agoPrint configuration of crypto on start
Vsevolod Stakhov [Fri, 29 Jan 2016 10:22:12 +0000 (10:22 +0000)]
Print configuration of crypto on start

8 years agoFix other usages of ottery_init
Vsevolod Stakhov [Fri, 29 Jan 2016 10:17:54 +0000 (10:17 +0000)]
Fix other usages of ottery_init

8 years agoUse cryptobox rdrand detection for ottery
Vsevolod Stakhov [Fri, 29 Jan 2016 10:14:02 +0000 (10:14 +0000)]
Use cryptobox rdrand detection for ottery

8 years agoAdd detection for RDRAND support
Vsevolod Stakhov [Fri, 29 Jan 2016 10:08:04 +0000 (10:08 +0000)]
Add detection for RDRAND support

8 years agoOutput configuration of libcryptobox
Vsevolod Stakhov [Fri, 29 Jan 2016 09:53:19 +0000 (09:53 +0000)]
Output configuration of libcryptobox

8 years agoMigrate to ref10 curve25519 implmentation
Vsevolod Stakhov [Thu, 28 Jan 2016 17:45:10 +0000 (17:45 +0000)]
Migrate to ref10 curve25519 implmentation

8 years agoDisable reload command in rc scripts
Vsevolod Stakhov [Thu, 28 Jan 2016 15:12:37 +0000 (15:12 +0000)]
Disable reload command in rc scripts

8 years agoDocument new filters in multimap
Vsevolod Stakhov [Thu, 28 Jan 2016 14:56:55 +0000 (14:56 +0000)]
Document new filters in multimap

8 years agoImprove and fix multimap plugin
Vsevolod Stakhov [Thu, 28 Jan 2016 14:51:08 +0000 (14:51 +0000)]
Improve and fix multimap plugin

- Restore 'header' maps
- Add filters for headers
- Add 'email:addr', 'email:user', 'email:domain' and 'email:name'
  filters
- Add generic regexp filters

8 years agoFix rules to avoid nil indexing
Vsevolod Stakhov [Thu, 28 Jan 2016 12:13:02 +0000 (12:13 +0000)]
Fix rules to avoid nil indexing

8 years agoAdd methods to check if a messages has from/rcpts
Vsevolod Stakhov [Thu, 28 Jan 2016 12:12:46 +0000 (12:12 +0000)]
Add methods to check if a messages has from/rcpts

8 years agoAllow converting of learn cache from sqlite to redis
Vsevolod Stakhov [Wed, 27 Jan 2016 17:39:17 +0000 (17:39 +0000)]
Allow converting of learn cache from sqlite to redis

8 years agoAdd base32 decode/encode routines to lua util
Vsevolod Stakhov [Wed, 27 Jan 2016 17:37:30 +0000 (17:37 +0000)]
Add base32 decode/encode routines to lua util

8 years agoAdd warning for slow regexps
Vsevolod Stakhov [Wed, 27 Jan 2016 14:33:44 +0000 (14:33 +0000)]
Add warning for slow regexps

8 years agoNever set negative learn counts
Vsevolod Stakhov [Wed, 27 Jan 2016 14:06:17 +0000 (14:06 +0000)]
Never set negative learn counts

Issue: #496

8 years agoShow slow rules in log
Vsevolod Stakhov [Tue, 26 Jan 2016 23:11:44 +0000 (23:11 +0000)]
Show slow rules in log

8 years agoImprove planning of asynchronous tasks
Vsevolod Stakhov [Tue, 26 Jan 2016 22:40:30 +0000 (22:40 +0000)]
Improve planning of asynchronous tasks

8 years agoTry to fix build issue
Vsevolod Stakhov [Tue, 26 Jan 2016 21:23:41 +0000 (21:23 +0000)]
Try to fix build issue

8 years agoTry to read from HTTP socket even if we have timeout
Vsevolod Stakhov [Tue, 26 Jan 2016 18:00:52 +0000 (18:00 +0000)]
Try to read from HTTP socket even if we have timeout

8 years agoMerge pull request #504 from fatalbanana/master
Vsevolod Stakhov [Tue, 26 Jan 2016 17:50:47 +0000 (17:50 +0000)]
Merge pull request #504 from fatalbanana/master

Fix user/language learn count in sqlite statistics (#496)

8 years agoFix fuzzy relearning
Vsevolod Stakhov [Tue, 26 Jan 2016 17:48:39 +0000 (17:48 +0000)]
Fix fuzzy relearning

Issue: #489
Investigated by: @moisseev

8 years agoFix build with custom pcre
Vsevolod Stakhov [Tue, 26 Jan 2016 17:11:52 +0000 (17:11 +0000)]
Fix build with custom pcre

8 years agoFix user/language learn count in sqlite statistics (#496) 504/head
Andrew Lewis [Tue, 26 Jan 2016 16:11:14 +0000 (18:11 +0200)]
Fix user/language learn count in sqlite statistics (#496)

8 years agoTemporary enable pcre jit fast path
Vsevolod Stakhov [Tue, 26 Jan 2016 16:04:47 +0000 (16:04 +0000)]
Temporary enable pcre jit fast path

8 years agoIncrease severity of sqlite errors
Vsevolod Stakhov [Tue, 26 Jan 2016 14:18:14 +0000 (14:18 +0000)]
Increase severity of sqlite errors

8 years agoAnother fix to redis events logic
Vsevolod Stakhov [Tue, 26 Jan 2016 14:00:43 +0000 (14:00 +0000)]
Another fix to redis events logic

8 years agoTry to fix memory leak on redis stat
Vsevolod Stakhov [Tue, 26 Jan 2016 13:57:28 +0000 (13:57 +0000)]
Try to fix memory leak on redis stat

Issue: #500
Reported by: @mozzan

8 years agoFix redis stats
Vsevolod Stakhov [Tue, 26 Jan 2016 13:55:32 +0000 (13:55 +0000)]
Fix redis stats

8 years agoUse pipelined HINCRBY
Vsevolod Stakhov [Tue, 26 Jan 2016 13:16:42 +0000 (13:16 +0000)]
Use pipelined HINCRBY

8 years agoFix various issues
Vsevolod Stakhov [Tue, 26 Jan 2016 12:44:26 +0000 (12:44 +0000)]
Fix various issues

8 years agoImplement redis advanced lua api
Vsevolod Stakhov [Tue, 26 Jan 2016 12:14:10 +0000 (12:14 +0000)]
Implement redis advanced lua api

8 years agoStart improved redis lua api
Vsevolod Stakhov [Tue, 26 Jan 2016 10:04:45 +0000 (10:04 +0000)]
Start improved redis lua api

8 years agoFix stat migration script
Vsevolod Stakhov [Mon, 25 Jan 2016 23:40:49 +0000 (23:40 +0000)]
Fix stat migration script

8 years agoStore int64 as strings
Vsevolod Stakhov [Mon, 25 Jan 2016 23:40:09 +0000 (23:40 +0000)]
Store int64 as strings

There are no 64 bits integers in lua, so store them as strings

8 years agoMerge pull request #499 from fatalbanana/master
Vsevolod Stakhov [Mon, 25 Jan 2016 22:59:59 +0000 (22:59 +0000)]
Merge pull request #499 from fatalbanana/master

ratelimit: avoid possible indexing of nil value (Fixes #498)

8 years agoAdd stat_convert command
Vsevolod Stakhov [Mon, 25 Jan 2016 20:13:48 +0000 (20:13 +0000)]
Add stat_convert command

New command is intended to convert sqlite stats to redis stats

8 years agoFix parsing of redis args
Vsevolod Stakhov [Mon, 25 Jan 2016 20:13:26 +0000 (20:13 +0000)]
Fix parsing of redis args