Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement secure IPs for webui. | Vsevolod Stakhov | 2014-02-28 | 1 | -0/+1 |
| | |||||
* | Merge pull request #46 from AlexeySa/master | Vsevolod Stakhov | 2014-02-13 | 2 | -0/+38 |
|\ | | | | | Added Spameatingmonkey RBL, URIBL and fresh URIBL | ||||
| * | Fix setting for Spameatingmonkey RBL | Alexey | 2014-02-12 | 1 | -1/+1 |
| | | | | | | Remove ipv6 support for RBL | ||||
| * | Add metric for Spameatingmonkey RBL and SURBL | Alexey | 2014-02-12 | 1 | -0/+11 |
| | | |||||
| * | Add Spameatingmonkey RBL and SURBL | Alexey | 2014-02-12 | 1 | -0/+27 |
| | | |||||
* | | Tweak default RBL module config for brevity | Andrew Lewis | 2014-02-07 | 1 | -5/+0 |
| | | |||||
* | | Fix rule MISSING_MIMEOLE for IPB forum | Alexey | 2014-02-05 | 1 | -1/+2 |
| | | | | | | Add exception for Invision Power Board forum | ||||
* | | Fix Hfilter for null text part | Alexey | 2014-02-05 | 1 | -33/+31 |
|/ | | | Fix HFILTER_URL_ONELINE for null text part | ||||
* | Update metrics.conf | Alexey | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | Rename symbol HFILTER_HOSTNAME_NOPTR | Alexey | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | Rename symbol in Hfilter | Alexey | 2014-02-03 | 1 | -2/+2 |
| | | | Rename symbol HFILTER_HOSTNAME_NOPTR to HFILTER_HOSTNAME_UNKNOWN | ||||
* | Increase default reject treshold. | Vsevolod Stakhov | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | - Fix typo | Andrej Zverev | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | Allow override system predefined settings without touching .conf files | Andrej Zverev | 2014-02-01 | 1 | -0/+3 |
| | | | | from distribution. | ||||
* | Optimize Hfilter | Alexey | 2014-01-31 | 1 | -7/+8 |
| | |||||
* | Tune metric for hfilter | Alexey | 2014-01-28 | 1 | -3/+3 |
| | |||||
* | Rework HFILTER_URL_ONELINE. | Vsevolod Stakhov | 2014-01-25 | 2 | -2/+18 |
| | |||||
* | Fix hfilter | Alexey | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Remove HFILTER_URL_ONELINE rule. | Vsevolod Stakhov | 2014-01-24 | 2 | -24/+19 |
| | | | | | | | | | - Added functions: `rspamd_textpart:get_length` - get a full length of text part `rspamd_url:get_length` - get a full length of an URL object - Removed `HFILTER_URL_ONELINE` as it is broken by nature - Reworked hfilter to improve performance | ||||
* | Use more permissive value for parts_differ. | Vsevolod Stakhov | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Improve hostname processing. | Vsevolod Stakhov | 2014-01-22 | 1 | -8/+4 |
| | |||||
* | workers.conf: controller listen to localhost instead of 127.0.0.1 | Alexandre Perrin | 2014-01-17 | 1 | -1/+1 |
| | | | the rspamc controller default host is "localhost" and using by default 127.0.0.1 for rspamd controller is an issue on hosts using IPv6 as "localhost". | ||||
* | Update Hfilter | Alexey | 2014-01-06 | 1 | -50/+31 |
| | | | | - Optimize and fixes for hostname check - Some fixes for helo check | ||||
* | Several fixes to hfilter module. | Vsevolod Stakhov | 2013-12-27 | 1 | -3/+5 |
| | |||||
* | Merge pull request #19 from AlexeySa/master | Vsevolod Stakhov | 2013-12-27 | 2 | -11/+18 |
|\ | | | | | Rework checks for Message-id in Hfilter | ||||
| * | Update metric for Hfilter | Alexey | 2013-12-27 | 1 | -3/+1 |
| | | |||||
| * | Rework checks for Message-id | Alexey | 2013-12-27 | 1 | -8/+17 |
| | | | | | | Del resolve host rules in Message-Id header | ||||
* | | Reduce metric for FORGED_SENDER | Alexey | 2013-12-27 | 1 | -1/+1 |
|/ | | | Many false positives from mail scripts and maillists. | ||||
* | Update symbols for Hfilter | Alexey | 2013-12-26 | 1 | -17/+23 |
| | |||||
* | Hfilter update | Alexey | 2013-12-26 | 1 | -115/+168 |
| | | | | | | - add "MAIL FROM" host check. Postfix option "reject_unknown_recipient_domain" better to switch off; - add host check from header "Message-id:"; - rework resolve functions - Fix symbols | ||||
* | Fix escape symbols in hfilter. | Vsevolod Stakhov | 2013-12-26 | 1 | -2/+2 |
| | |||||
* | Remove HELO_NOT_FQDN as it exists in hfilter. | Vsevolod Stakhov | 2013-12-24 | 2 | -24/+0 |
| | | | | Submitted by: AL | ||||
* | Add hfilter - an advanced set of helo and hostname checks. | Vsevolod Stakhov | 2013-12-24 | 3 | -0/+268 |
| | | | | Submitted by: AL | ||||
* | Improve spamhaus RBL support. | Vsevolod Stakhov | 2013-12-24 | 2 | -30/+27 |
| | | | | Submitted by: AL | ||||
* | Add rule for HELO host FQDN check | Alexey | 2013-12-24 | 1 | -0/+18 |
| | |||||
* | Add metric for HELO_NOT_FQDN | Alexey | 2013-12-24 | 1 | -0/+5 |
| | |||||
* | Adjust weights for uribl lists. | Vsevolod Stakhov | 2013-12-23 | 1 | -1/+6 |
| | |||||
* | Reduce weight of FORGED_RECIPIENTS rule. | Vsevolod Stakhov | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | Fix symbol names. | Vsevolod Stakhov | 2013-12-23 | 1 | -7/+17 |
| | |||||
* | Reflect option in the default config. | Vsevolod Stakhov | 2013-12-20 | 1 | -0/+1 |
| | |||||
* | Fix misprint in the configuration. | Vsevolod Stakhov | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | Update modules.conf | AlexeySa | 2013-12-12 | 1 | -0/+16 |
| | | | Added Sorbs RBL | ||||
* | Update metrics.conf | AlexeySa | 2013-12-12 | 1 | -0/+50 |
| | | | Added Sorbs RBL metrics | ||||
* | Update 2tld.inc | AlexeySa | 2013-12-12 | 1 | -0/+6260 |
| | | | All SLD's zones for correct surbl works. | ||||
* | Always use one_shot mode for fuzzy_check. | Vsevolod Stakhov | 2013-12-06 | 1 | -1/+0 |
| | |||||
* | Tune default settings. | Vsevolod Stakhov | 2013-12-05 | 2 | -4/+6 |
| | |||||
* | Allow to skip unknown flags in fuzzy_check module. | Vsevolod Stakhov | 2013-12-05 | 2 | -4/+4 |
| | |||||
* | Set highsecure.ru as readonly fuzzy server. | Vsevolod Stakhov | 2013-12-04 | 1 | -1/+2 |
| | |||||
* | Rework fuzzy check module. | Vsevolod Stakhov | 2013-12-04 | 2 | -22/+24 |
| | | | | | | | | | | - Now all checks are organized to rules. - Allow to specify read_only rules to avoid problems on learning. - Use better normalizer for fuzzy module and it now returns values from 0 to 1.0 (like bayes does). - Update configuration accordingly. - Drop legacy configuration support. - Detect tanh as well and provide some reasonable (linear) fallback. | ||||
* | Some copyright fixes. | Vsevolod Stakhov | 2013-12-02 | 1 | -3/+5 |
| |