aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'dottedmag/debian' into rspamd-0.6Vsevolod Stakhov2014-02-187-292/+123
| | | | | | | | | | Conflicts: debian/copyright debian/watch Conflicts: debian/changelog
* Misprint.Vsevolod Stakhov2014-02-171-1/+1
|
* Update copyright and debian files.Vsevolod Stakhov2014-02-175-56/+107
|
* Fix memory leak in fuzzy_add command.Vsevolod Stakhov2014-02-141-14/+22
|
* Merge pull request #46 from AlexeySa/masterVsevolod Stakhov2014-02-132-0/+38
|\ | | | | Added Spameatingmonkey RBL, URIBL and fresh URIBL
| * Fix setting for Spameatingmonkey RBLAlexey2014-02-121-1/+1
| | | | | | Remove ipv6 support for RBL
| * Add metric for Spameatingmonkey RBL and SURBLAlexey2014-02-121-0/+11
| |
| * Add Spameatingmonkey RBL and SURBLAlexey2014-02-121-0/+27
| |
* | Fix nameservers setup.Vsevolod Stakhov2014-02-122-10/+14
| |
* | Merge pull request #45 from fatalbanana/masterVsevolod Stakhov2014-02-073-32/+8
|\ \ | | | | | | Remove dated configuration example & add missing option registration
| * | Tweak updated config example for consistency/clarityAndrew Lewis2014-02-071-1/+1
| | |
| * | Fix documentation for RBL module - rbls {} was not referencedAndrew Lewis2014-02-071-4/+7
| | |
| * | Tweak default RBL module config for brevityAndrew Lewis2014-02-071-5/+0
| | |
| * | Remove dated configuration example & add another missing option registrationAndrew Lewis2014-02-071-23/+1
|/ /
* | Merge pull request #44 from AlexeySa/patch-2Vsevolod Stakhov2014-02-061-1/+2
|\ \ | | | | | | Fix rule MISSING_MIMEOLE for IPB forum
| * | Fix rule MISSING_MIMEOLE for IPB forumAlexey2014-02-051-1/+2
|/ / | | | | Add exception for Invision Power Board forum
* | Tokenize subject even if a message is empty.Vsevolod Stakhov2014-02-051-2/+3
| |
* | Merge pull request #41 from AlexeySa/patch-1Vsevolod Stakhov2014-02-051-33/+31
|\ \ | | | | | | Fix Hfilter for null text part
| * | Fix Hfilter for null text partAlexey2014-02-051-33/+31
|/ / | | | | Fix HFILTER_URL_ONELINE for null text part
* | Remove autogenerated Makefile.Vsevolod Stakhov2014-02-041-314/+0
| |
* | Use libottery for secure random numbers.Vsevolod Stakhov2014-02-0428-353/+3769
| | | | | | | | | | | | | | | | | | | | Libottery itself is hosted here: https://github.com/nmathewson/libottery This import is a rough adoptation of libottery to use it for secure random numbers in rspamd when needed (and in DNS resolver specifically). This import makes the internal chacha20 code useless, hence it is removed now.
* | Merge pull request #40 from AlexeySa/masterVsevolod Stakhov2014-02-042-3/+3
|\| | | | | Hfilter: rename symbol HOSTNAME_NOPTR to HOSTNAME_UNKNOWN
| * Update metrics.confAlexey2014-02-031-1/+1
| |
| * Rename symbol HFILTER_HOSTNAME_NOPTRAlexey2014-02-031-1/+1
| |
| * Rename symbol in HfilterAlexey2014-02-031-2/+2
|/ | | Rename symbol HFILTER_HOSTNAME_NOPTR to HFILTER_HOSTNAME_UNKNOWN
* Increase default reject treshold.Vsevolod Stakhov2014-02-031-1/+1
|
* Remove deprecated bitbucket homepage.Vsevolod Stakhov2014-02-031-3/+3
|
* Fix classifiers config for repeated sections.Vsevolod Stakhov2014-02-031-5/+31
|
* Remove deprecated code.Vsevolod Stakhov2014-02-032-105/+0
| | | | Reported by: Andrey Vohmyanin
* Remove CC warning.Vsevolod Stakhov2014-02-031-1/+1
|
* Fix README.Vsevolod Stakhov2014-02-031-6/+3
|
* Merge pull request #39 from andrejzverev/masterVsevolod Stakhov2014-02-031-1/+1
|\ | | | | - Fix typo
| * - Fix typoAndrej Zverev2014-02-031-1/+1
|/
* Update ChangeLog for 0.6.8.Vsevolod Stakhov2014-02-031-0/+16
|
* Fix with libucl.Vsevolod Stakhov2014-02-021-2/+11
|
* Use more clever time values to setup entropy.Vsevolod Stakhov2014-02-021-1/+12
|
* Fix issue with random numbers generator in dns.Vsevolod Stakhov2014-02-021-2/+2
|
* Merge pull request #36 from andrejzverev/masterVsevolod Stakhov2014-02-011-0/+3
|\ | | | | Allow override system predefined settings without touching .conf files from distribution.
| * Allow override system predefined settings without touching .conf filesAndrej Zverev2014-02-011-0/+3
|/ | | | from distribution.
* Merge pull request #34 from fatalbanana/masterVsevolod Stakhov2014-01-312-1/+84
|\ | | | | Support HELO blacklist and fix options registration for RDNS blacklist
| * Add documentation for RBL moduleAndrew Lewis2014-01-311-0/+70
| |
| * Check for [ip.address]-style HELO and suppress lookupsAndrew Lewis2014-01-311-1/+1
| |
| * Support HELO blacklist and fix options registration for RDNS blacklistAndrew Lewis2014-01-311-1/+14
| |
* | Merge pull request #35 from AlexeySa/patch-6Vsevolod Stakhov2014-01-311-7/+8
|\ \ | | | | | | Hfilter: optimize hostname check
| * | Optimize HfilterAlexey2014-01-311-7/+8
|/ /
* / Sync from libucl.Vsevolod Stakhov2014-01-313-19/+47
|/
* Fix GString expanding.Vsevolod Stakhov2014-01-292-3/+8
|
* Cleanup.Vsevolod Stakhov2014-01-291-1/+0
|
* Cleanup.Vsevolod Stakhov2014-01-298-420/+0
|
* Fix webui.Vsevolod Stakhov2014-01-291-0/+3
|