summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Collapse)AuthorAgeFilesLines
* Fix Hfilter plugins with the new DNS APIAlexey AL2015-09-201-3/+15
|
* Fix DKIM RBLAndrew Lewis2015-09-171-2/+2
|
* Check DKIM domain when whitelisting by DKIM signature.Vsevolod Stakhov2015-09-171-4/+21
|
* Improve dkim domains validation for DMARCVsevolod Stakhov2015-09-171-7/+9
|
* Use tld for whitelisting.Vsevolod Stakhov2015-09-161-7/+2
|
* Fix wrongly placed g_string_free.Vsevolod Stakhov2015-09-161-0/+11
|
* Allow optional multiplier for whitelists.Vsevolod Stakhov2015-09-161-5/+22
|
* Add initial version of the whitelist plugin.Vsevolod Stakhov2015-09-141-0/+153
|
* Unbreak logging in the settings module.Vsevolod Stakhov2015-09-141-5/+5
|
* Fix variable name.Vsevolod Stakhov2015-09-141-2/+2
|
* Rework dmarc to the dependencies system.Vsevolod Stakhov2015-09-141-5/+9
|
* Do not trigger hfilter for rspamc scans.Vsevolod Stakhov2015-09-141-51/+69
|
* Change separators to commas to avoid issues with ipv6.Vsevolod Stakhov2015-09-101-1/+1
|
* Allow ip_score to ignore selected ASNs/countriesAndrew Lewis2015-09-021-9/+15
|
* Allow setting upper & lower limit on IP scoreAndrew Lewis2015-09-021-3/+8
|
* Minor refactoringAndrew Lewis2015-09-021-40/+29
|
* Log neutral scores tooAndrew Lewis2015-09-021-18/+16
|
* Support IPv6; avoid polluting IPv4 stats on dual stacksAndrew Lewis2015-09-021-1/+6
|
* Update logging in lua modules.Vsevolod Stakhov2015-09-0111-69/+77
|
* Fix and prettify ip_score outputAndrew Lewis2015-08-261-9/+10
|
* Fix forced settings.Vsevolod Stakhov2015-08-251-9/+6
|
* Allow to override settings from the query.Vsevolod Stakhov2015-08-251-1/+51
|
* Improve spamassassin plugin.Vsevolod Stakhov2015-08-251-38/+68
| | | | | | | - Now headers are matched more like SA - Improve support of Message-ID - Add support of ToCc header type - Fix :addr and :name in headers regexps
* Adjust phishing score based on levenstein distance.Vsevolod Stakhov2015-08-201-22/+31
|
* Oops - remove braindamaged codeAndrew Lewis2015-08-201-6/+0
|
* Add redirector_domains settingAndrew Lewis2015-08-191-67/+91
|
* Use symbol_allow from DKIM module if setAndrew Lewis2015-08-191-0/+5
|
* 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
| | | | | | - Add new normalization - Store data as pairs score/total - Use new mempool variables API
* 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 yielded
| * 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 registration
| * 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 whitelists
| * 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
|\| | | | | Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting