summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix modules initialization.Vsevolod Stakhov2015-04-176-13/+6
* DMARC: handle relaxed policy; return policy domain with symbolAndrew Lewis2015-04-161-9/+17
* DMARC: more RFC-strictness; partial support for subdomain policies; return do...Andrew Lewis2015-04-161-14/+47
* Use tld when checking for DMARC policy.Vsevolod Stakhov2015-04-151-4/+8
* Use detected TLD in surbl module.Vsevolod Stakhov2015-04-151-21/+30
* Improve rspamd internal hash functions.Vsevolod Stakhov2015-04-141-2/+2
* Remove legacy.Vsevolod Stakhov2015-04-149-1356/+0
* Use hash table instead of tree for urls.Vsevolod Stakhov2015-04-142-113/+12
* Allow patterns (glob) in `mime_types` for fuzzy_check.Vsevolod Stakhov2015-04-101-11/+25
* Rework lua_regexp lifetime.Vsevolod Stakhov2015-04-091-3/+0
* DMARC: Allow bogus backslashes in policy records; ignore non policy records; ...Andrew Lewis2015-04-081-8/+25
* Fix trie plugin.Vsevolod Stakhov2015-04-071-9/+8
* Remove debug knob.Vsevolod Stakhov2015-04-071-1/+1
* Rewrite trie plugin.Vsevolod Stakhov2015-04-071-97/+115
* DMARC: Check DKIM alignmentAndrew Lewis2015-04-052-18/+18
* DMARC: allow either of SPF/DKIM to yield pass; check From header alignment; a...Andrew Lewis2015-04-041-16/+50
* Add more verbosity to redirector logging.Vsevolod Stakhov2015-04-031-4/+6
* Add preliminary version of DMARC plugin.Vsevolod Stakhov2015-04-031-0/+196
* Add fast version of ascii lowercase.Vsevolod Stakhov2015-04-021-1/+1
* Do not use normalized words if they are absent.Vsevolod Stakhov2015-04-021-1/+2
* Merge pull request #245 from fatalbanana/masterVsevolod Stakhov2015-04-011-2/+2
|\
| * RBL: Change order of calls to avoid sending error messages to logsAndrew Lewis2015-04-011-2/+2
* | Merge pull request #243 from fatalbanana/masterVsevolod Stakhov2015-04-011-0/+27
|\|
| * RBL: change behaviour of whitelistsAndrew Lewis2015-04-011-0/+27
* | Support [if-unset: blah]Vsevolod Stakhov2015-03-311-1/+13
* | Support 'name' extension for SA rules.Vsevolod Stakhov2015-03-311-0/+8
* | Add some guards to protect pcre_jit fast path.Vsevolod Stakhov2015-03-311-5/+26
* | Skip comments at the end of SA rules.Vsevolod Stakhov2015-03-311-1/+7
* | Add guards for invalid rules.Vsevolod Stakhov2015-03-311-5/+6
* | Follow SA conventions about header rules.Vsevolod Stakhov2015-03-311-8/+17
* | Rework header regexps in SA.Vsevolod Stakhov2015-03-311-82/+93
* | Fix score calculations.Vsevolod Stakhov2015-03-311-4/+4
* | Support single rules of SA.Vsevolod Stakhov2015-03-301-7/+40
* | Use expressions process flags.Vsevolod Stakhov2015-03-281-1/+1
* | Cache atom results.Vsevolod Stakhov2015-03-251-1/+6
* | Add support for 'full' and 'uri' rules.Vsevolod Stakhov2015-03-251-2/+33
* | Rewrite SA plugin for the new expressions.Vsevolod Stakhov2015-03-251-27/+81
|/
* Fix setting of the expression element.Vsevolod Stakhov2015-03-231-0/+1
* Improve mime expressions processing.Vsevolod Stakhov2015-03-231-12/+24
* Integrate mime_expressions to the regexp module.Vsevolod Stakhov2015-03-231-8/+14
* Restore compiling of plugins.Vsevolod Stakhov2015-03-235-413/+27
* Move specific functions to mime_expr.Vsevolod Stakhov2015-03-211-1019/+3
* Remove unused include from expressions.Vsevolod Stakhov2015-03-211-1/+0
* Move regexp process code from the plugin.Vsevolod Stakhov2015-03-191-407/+0
* Fix references.Vsevolod Stakhov2015-03-181-1/+0
* Fix issues in spf plugin.Vsevolod Stakhov2015-03-181-1/+3
* Fix errors.Vsevolod Stakhov2015-03-181-4/+4
* Fix refcounts.Vsevolod Stakhov2015-03-181-2/+4
* Fix spf plugin.Vsevolod Stakhov2015-03-181-101/+25
* Rework address matching algorithm in SPF plugin.Vsevolod Stakhov2015-03-181-25/+21