Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Correctly handle arrays when reading mime_types. | Vsevolod Stakhov | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Update other C module for the new logger. | Vsevolod Stakhov | 2015-08-31 | 5 | -46/+66 |
| | |||||
* | Update surbl module for the new logger. | Vsevolod Stakhov | 2015-08-31 | 1 | -21/+32 |
| | |||||
* | Allow complex regexp rules as well. | Vsevolod Stakhov | 2015-08-28 | 1 | -4/+30 |
| | |||||
* | Allow complex regexp rules. | Vsevolod Stakhov | 2015-08-27 | 1 | -2/+71 |
| | |||||
* | Add tags to rspamd_mempool. | Vsevolod Stakhov | 2015-08-27 | 6 | -23/+12 |
| | |||||
* | 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 |
| | |||||
* | Fix misprint | Andrew Lewis | 2015-08-19 | 1 | -1/+1 |
| | |||||
* | Rework symbols weights. | Vsevolod Stakhov | 2015-08-12 | 6 | -44/+80 |
| | |||||
* | Move hfilter to plugins. | Vsevolod Stakhov | 2015-08-07 | 1 | -0/+466 |
| | |||||
* | Add conditional enabling of modules. | Vsevolod Stakhov | 2015-08-06 | 6 | -0/+24 |
| | |||||
* | Hide workers and modules definitions. | Vsevolod Stakhov | 2015-08-06 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Use new dns API. | Vsevolod Stakhov | 2015-07-21 | 2 | -5/+2 |
| | |||||
* | 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 |
| | |||||
* | Remove legacy fuzzy code completely. | Vsevolod Stakhov | 2015-07-18 | 1 | -35/+22 |
| | |||||
* | Start removing of old fuzzy algorithm. | Vsevolod Stakhov | 2015-07-14 | 1 | -13/+2 |
| | |||||
* | 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 |
| | |||||
* | Rework parts and task structure: | Vsevolod Stakhov | 2015-07-13 | 2 | -19/+17 |
| | | | | | | | | | - Now text_parts, parts and received are arrays - Pre-allocate arrays with some reasonable defaults - Use arrays instead of lists in plugins and checks - Remove unused fields from task structure - Rework mime_foreach callback function - Remove deprecated scan_milliseconds field | ||||
* | Remove legacy checks. | Vsevolod Stakhov | 2015-07-13 | 1 | -19/+15 |
| |