aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Expand)AuthorAgeFilesLines
* Move hfilter to plugins.Vsevolod Stakhov2015-08-071-0/+466
* Check variable before getting it.Vsevolod Stakhov2015-07-241-0/+5
* Fix ip_score initialization.Vsevolod Stakhov2015-07-241-2/+2
* Rework ip_score plugin.Vsevolod Stakhov2015-07-221-43/+62
* Fix lua plugins with the new DNS API.Vsevolod Stakhov2015-07-215-116/+142
* More changes to ipscore module.Vsevolod Stakhov2015-07-211-27/+81
* Start reworking of ip_score.Vsevolod Stakhov2015-07-201-63/+22
* Rework ip_score plugin to support ASN, country and ipnet.Vsevolod Stakhov2015-07-141-76/+53
* Add ASN, country and ipnet lookups.Vsevolod Stakhov2015-07-141-30/+166
* Remove legacy checks.Vsevolod Stakhov2015-07-131-19/+15
* Add DKIM support to RBL moduleAndrew Lewis2015-07-051-0/+48
* Merge pull request #316 from fatalbanana/masterVsevolod Stakhov2015-06-301-2/+4
|\
| * Fix use of RBL name as symbol; ignore RBL names that would not be yieldedAndrew Lewis2015-06-301-2/+4
* | Merge pull request #311 from fatalbanana/masterVsevolod Stakhov2015-06-291-1/+0
|\|
| * Remove duplicated symbol registrationAndrew Lewis2015-06-291-1/+0
* | Use more recent lua conventions in emails module.Vsevolod Stakhov2015-06-281-16/+6
|/
* Fix settingsAndrew Lewis2015-06-271-0/+1
* Remove stupid debug.Vsevolod Stakhov2015-06-251-1/+1
* Fix settings plugin.Vsevolod Stakhov2015-06-251-25/+22
* Merge pull request #303 from fatalbanana/masterVsevolod Stakhov2015-06-231-2/+23
|\
| * rbl.lua: Fix issues with application of whitelistsAndrew Lewis2015-06-231-2/+23
* | Fix issues with bounces From processing.Vsevolod Stakhov2015-06-233-5/+7
* | Merge pull request #300 from fatalbanana/masterVsevolod Stakhov2015-06-221-1/+16
|\|
| * Add whitelist_exception setting to RBL moduleAndrew Lewis2015-06-221-1/+16
* | Allow user@ and @domain matches in multimap.Vsevolod Stakhov2015-06-221-6/+32
|/
* Fix lua plugins.Vsevolod Stakhov2015-05-287-78/+67
* If replacement cannot be applied, just remove regexp.Vsevolod Stakhov2015-05-261-0/+4
* Fix misprint in spamassassin plugin.Vsevolod Stakhov2015-05-261-1/+1
* Do not add IP maps twice.Vsevolod Stakhov2015-05-131-2/+0
* Fix forged recipients plugin for the modern rspamd.Vsevolod Stakhov2015-05-131-14/+6
* Whitelisted ip map should be radix, not hash.Vsevolod Stakhov2015-05-121-1/+1
* Properly deal with negative scores and nice symbols.Vsevolod Stakhov2015-05-071-13/+19
* Implement match_limit in spamassassin plugin.Vsevolod Stakhov2015-05-071-7/+25
* Check smtp recipients before indexing.Vsevolod Stakhov2015-05-071-2/+3
* `get_all_opt` now flattens the content of objectsVsevolod Stakhov2015-05-053-3/+3
* Remove ugly tld detection.Vsevolod Stakhov2015-04-301-2/+2
* Properly treat body rules.Vsevolod Stakhov2015-04-201-1/+2
* Support tags replacement used in SA.Vsevolod Stakhov2015-04-201-5/+129
* Fix DMARC plugin.Vsevolod Stakhov2015-04-201-19/+29
* Support 'publish' flag for SA rules.Vsevolod Stakhov2015-04-201-0/+13
* Fix return type for SA functions.Vsevolod Stakhov2015-04-201-25/+60
* We also support some of Mail::SpamAssassin::Plugin::HeaderEvalVsevolod Stakhov2015-04-201-1/+4
* Rework spamassassin functions:Vsevolod Stakhov2015-04-201-18/+158
* DMARC: check for subdomain policyAndrew Lewis2015-04-181-18/+33
* DMARC: Abort processing on policy failure (where this is not happening already)Andrew Lewis2015-04-161-0/+2
* 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
* 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