aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Use chacha20 for DNS id permutation.Vsevolod Stakhov2013-12-285-278/+361
|/ /
* | Migrate from pod to markdown+pandoc.Vsevolod Stakhov2013-12-278-661/+563
| |
* | Minor fixes to rpm spec.Vsevolod Stakhov2013-12-271-8/+9
| |
* | Added tag 0.6.6 for changeset 3d18c18889ffVsevolod Stakhov2013-12-271-0/+1
| |
* | Update changelogs.0.6.6Vsevolod Stakhov2013-12-273-1/+22
| |
* | Several fixes to hfilter module.Vsevolod Stakhov2013-12-271-3/+5
| |
* | Merge pull request #19 from AlexeySa/masterVsevolod Stakhov2013-12-272-11/+18
|\ \ | | | | | | Rework checks for Message-id in Hfilter
| * | Update metric for HfilterAlexey2013-12-271-3/+1
| | |
| * | Rework checks for Message-idAlexey2013-12-271-8/+17
| | | | | | | | | Del resolve host rules in Message-Id header
* | | Merge pull request #18 from AlexeySa/patch-2Vsevolod Stakhov2013-12-271-1/+1
|\ \ \ | | | | | | | | Reduce metric for FORGED_SENDER
| * | | Reduce metric for FORGED_SENDERAlexey2013-12-271-1/+1
| |/ / | | | | | | Many false positives from mail scripts and maillists.
* | | Merge pull request #17 from AlexeySa/patch-1Vsevolod Stakhov2013-12-271-1/+1
|\ \ \ | |/ / |/| | Fix bug for check sender rule
| * | Fix bug for check sender ruleAlexey2013-12-271-1/+1
|/ /
* | Merge pull request #16 from AlexeySa/masterVsevolod Stakhov2013-12-262-132/+191
|\ \ | | | | | | Hfilter update
| * | Update symbols for HfilterAlexey2013-12-261-17/+23
| | |
| * | Hfilter updateAlexey2013-12-261-115/+168
| | | | | | | | | | | | | | | | | | - add "MAIL FROM" host check. Postfix option "reject_unknown_recipient_domain" better to switch off; - add host check from header "Message-id:"; - rework resolve functions - Fix symbols
* | | Fix some cases in unix socket creation.Vsevolod Stakhov2013-12-261-3/+5
| | |
* | | Merge pull request #15 from pixilla/masterVsevolod Stakhov2013-12-261-0/+1
|\ \ \ | |/ / |/| | Fix building shared on OS X.
| * | rspamd:Bradley Giesbrecht2013-12-261-0/+1
|/ / | | | | | | - Fix building shared on OS X.
* | Adjust symbols weight according to the default metric.Vsevolod Stakhov2013-12-262-3/+43
| |
* | Fix fuzzy expiration.Vsevolod Stakhov2013-12-261-32/+60
| | | | | | | | Reported by: AL
* | Fix linking libraries.Vsevolod Stakhov2013-12-264-11/+13
| |
* | Rework build system.Vsevolod Stakhov2013-12-264-214/+89
| |
* | Fix escape symbols in hfilter.Vsevolod Stakhov2013-12-261-2/+2
| |
* | Fix reload of rspamd.Vsevolod Stakhov2013-12-255-57/+34
| |
* | Remove HELO_NOT_FQDN as it exists in hfilter.Vsevolod Stakhov2013-12-242-24/+0
| | | | | | | | Submitted by: AL
* | Slowly move to 0.6.6Vsevolod Stakhov2013-12-241-1/+1
| |
* | Add hfilter - an advanced set of helo and hostname checks.Vsevolod Stakhov2013-12-243-0/+268
| | | | | | | | Submitted by: AL
* | Add function rspamd_config:register_symbolsVsevolod Stakhov2013-12-241-4/+51
| | | | | | | | | | | | Use the following syntax: rspamd_config:register_symbols(<callback>, [weight(optional)], 'symbol1', 'symbol2' ...)
* | Improve spamhaus RBL support.Vsevolod Stakhov2013-12-242-30/+27
| | | | | | | | Submitted by: AL
* | Fix dkim checks for relaxed body encoding.Vsevolod Stakhov2013-12-241-12/+26
| |
* | Merge pull request #14 from AlexeySa/masterVsevolod Stakhov2013-12-242-0/+23
|\ \ | | | | | | Add rule for HELO host FQDN check
| * | Add rule for HELO host FQDN checkAlexey2013-12-241-0/+18
| | |
| * | Add metric for HELO_NOT_FQDNAlexey2013-12-241-0/+5
|/ /
* | Merge.Vsevolod Stakhov2013-12-232-6/+1
|\ \
| * | Remove dead variable.Vsevolod Stakhov2013-12-212-6/+1
| | |
* | | Use dynamic buffer for stat and counters.Vsevolod Stakhov2013-12-232-44/+74
| | |
* | | Adjust weights for uribl lists.Vsevolod Stakhov2013-12-231-1/+6
| | |
* | | Reduce weight of FORGED_RECIPIENTS rule.Vsevolod Stakhov2013-12-231-1/+1
| | |
* | | Simplify logfiles escaping.Vsevolod Stakhov2013-12-233-78/+28
| | |
* | | Rework printf functions.Vsevolod Stakhov2013-12-232-177/+187
| | |
* | | Fix symbol names.Vsevolod Stakhov2013-12-231-7/+17
|/ /
* | Added tag 0.6.5 for changeset d7ffd19265d0Vsevolod Stakhov2013-12-201-0/+1
| |
* | Update to 0.6.5.0.6.5Vsevolod Stakhov2013-12-204-3/+18
| |
* | Reflect option in the default config.Vsevolod Stakhov2013-12-201-0/+1
| |
* | Add dns_sockets option to configuration (16 is default setting).Vsevolod Stakhov2013-12-201-0/+2
| |
* | Do not check invalid IP addresses.Vsevolod Stakhov2013-12-202-3/+3
| |
* | Fix critical bug in DNS resolver.Vsevolod Stakhov2013-12-201-30/+10
| |
* | Improve spec.Vsevolod Stakhov2013-12-201-19/+45
| |
* | Do not link unneeded libraries if possible.Vsevolod Stakhov2013-12-191-0/+1
| |