Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Hfilter plugins with the new DNS API | Alexey AL | 2015-09-20 | 1 | -3/+15 |
| | |||||
* | Fix DKIM RBL | Andrew Lewis | 2015-09-17 | 1 | -2/+2 |
| | |||||
* | Check DKIM domain when whitelisting by DKIM signature. | Vsevolod Stakhov | 2015-09-17 | 1 | -4/+21 |
| | |||||
* | Improve dkim domains validation for DMARC | Vsevolod Stakhov | 2015-09-17 | 1 | -7/+9 |
| | |||||
* | Use tld for whitelisting. | Vsevolod Stakhov | 2015-09-16 | 1 | -7/+2 |
| | |||||
* | Fix wrongly placed g_string_free. | Vsevolod Stakhov | 2015-09-16 | 1 | -0/+11 |
| | |||||
* | Allow optional multiplier for whitelists. | Vsevolod Stakhov | 2015-09-16 | 1 | -5/+22 |
| | |||||
* | Add initial version of the whitelist plugin. | Vsevolod Stakhov | 2015-09-14 | 1 | -0/+153 |
| | |||||
* | Unbreak logging in the settings module. | Vsevolod Stakhov | 2015-09-14 | 1 | -5/+5 |
| | |||||
* | Fix variable name. | Vsevolod Stakhov | 2015-09-14 | 1 | -2/+2 |
| | |||||
* | Rework dmarc to the dependencies system. | Vsevolod Stakhov | 2015-09-14 | 1 | -5/+9 |
| | |||||
* | Do not trigger hfilter for rspamc scans. | Vsevolod Stakhov | 2015-09-14 | 1 | -51/+69 |
| | |||||
* | Change separators to commas to avoid issues with ipv6. | Vsevolod Stakhov | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | Allow ip_score to ignore selected ASNs/countries | Andrew Lewis | 2015-09-02 | 1 | -9/+15 |
| | |||||
* | Allow setting upper & lower limit on IP score | Andrew Lewis | 2015-09-02 | 1 | -3/+8 |
| | |||||
* | Minor refactoring | Andrew Lewis | 2015-09-02 | 1 | -40/+29 |
| | |||||
* | Log neutral scores too | Andrew Lewis | 2015-09-02 | 1 | -18/+16 |
| | |||||
* | Support IPv6; avoid polluting IPv4 stats on dual stacks | Andrew Lewis | 2015-09-02 | 1 | -1/+6 |
| | |||||
* | Update logging in lua modules. | Vsevolod Stakhov | 2015-09-01 | 11 | -69/+77 |
| | |||||
* | Fix and prettify ip_score output | Andrew Lewis | 2015-08-26 | 1 | -9/+10 |
| | |||||
* | Fix forced settings. | Vsevolod Stakhov | 2015-08-25 | 1 | -9/+6 |
| | |||||
* | Allow to override settings from the query. | Vsevolod Stakhov | 2015-08-25 | 1 | -1/+51 |
| | |||||
* | Improve spamassassin plugin. | Vsevolod Stakhov | 2015-08-25 | 1 | -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 Stakhov | 2015-08-20 | 1 | -22/+31 |
| | |||||
* | Oops - remove braindamaged code | Andrew Lewis | 2015-08-20 | 1 | -6/+0 |
| | |||||
* | Add redirector_domains setting | Andrew Lewis | 2015-08-19 | 1 | -67/+91 |
| | |||||
* | Use symbol_allow from DKIM module if set | Andrew Lewis | 2015-08-19 | 1 | -0/+5 |
| | |||||
* | Move hfilter to plugins. | Vsevolod Stakhov | 2015-08-07 | 1 | -0/+466 |
| | |||||
* | Check variable before getting it. | Vsevolod Stakhov | 2015-07-24 | 1 | -0/+5 |
| | |||||
* | Fix ip_score initialization. | Vsevolod Stakhov | 2015-07-24 | 1 | -2/+2 |
| | |||||
* | Rework ip_score plugin. | Vsevolod Stakhov | 2015-07-22 | 1 | -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 Stakhov | 2015-07-21 | 5 | -116/+142 |
| | |||||
* | More changes to ipscore module. | Vsevolod Stakhov | 2015-07-21 | 1 | -27/+81 |
| | |||||
* | Start reworking of ip_score. | Vsevolod Stakhov | 2015-07-20 | 1 | -63/+22 |
| | |||||
* | Rework ip_score plugin to support ASN, country and ipnet. | Vsevolod Stakhov | 2015-07-14 | 1 | -76/+53 |
| | |||||
* | Add ASN, country and ipnet lookups. | Vsevolod Stakhov | 2015-07-14 | 1 | -30/+166 |
| | |||||
* | Remove legacy checks. | Vsevolod Stakhov | 2015-07-13 | 1 | -19/+15 |
| | |||||
* | Add DKIM support to RBL module | Andrew Lewis | 2015-07-05 | 1 | -0/+48 |
| | |||||
* | Merge pull request #316 from fatalbanana/master | Vsevolod Stakhov | 2015-06-30 | 1 | -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 yielded | Andrew Lewis | 2015-06-30 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #311 from fatalbanana/master | Vsevolod Stakhov | 2015-06-29 | 1 | -1/+0 |
|\| | | | | | Remove duplicated symbol registration | ||||
| * | Remove duplicated symbol registration | Andrew Lewis | 2015-06-29 | 1 | -1/+0 |
| | | |||||
* | | Use more recent lua conventions in emails module. | Vsevolod Stakhov | 2015-06-28 | 1 | -16/+6 |
|/ | |||||
* | Fix settings | Andrew Lewis | 2015-06-27 | 1 | -0/+1 |
| | |||||
* | Remove stupid debug. | Vsevolod Stakhov | 2015-06-25 | 1 | -1/+1 |
| | |||||
* | Fix settings plugin. | Vsevolod Stakhov | 2015-06-25 | 1 | -25/+22 |
| | |||||
* | Merge pull request #303 from fatalbanana/master | Vsevolod Stakhov | 2015-06-23 | 1 | -2/+23 |
|\ | | | | | rbl.lua: Fix issues with application of whitelists | ||||
| * | rbl.lua: Fix issues with application of whitelists | Andrew Lewis | 2015-06-23 | 1 | -2/+23 |
| | | |||||
* | | Fix issues with bounces From processing. | Vsevolod Stakhov | 2015-06-23 | 3 | -5/+7 |
| | | |||||
* | | Merge pull request #300 from fatalbanana/master | Vsevolod Stakhov | 2015-06-22 | 1 | -1/+16 |
|\| | | | | | Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting |