Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor nonsense | Andrew Lewis | 2015-02-13 | 3 | -4/+3 |
* | Clarify copyright for lua plugins. | Vsevolod Stakhov | 2015-02-13 | 3 | -5/+80 |
* | hfilter.lua: Add exclusion for authenticated users (except link checks) | Andrew Lewis | 2015-02-13 | 1 | -39/+43 |
* | Hfilter: Fix metric | Alexey AL | 2015-02-12 | 1 | -0/+2 |
* | Hfilter: New metrics for helo checks | Alexey AL | 2015-02-12 | 1 | -0/+2 |
* | Hfilter: Update | Alexey AL | 2015-02-12 | 1 | -21/+36 |
* | Rename user to exclude_users and invert logic | Andrew Lewis | 2015-02-12 | 1 | -1/+1 |
* | Merge pull request #146 from fatalbanana/master | Vsevolod Stakhov | 2015-02-11 | 2 | -0/+3 |
|\ | |||||
| * | Update RBL module: fix indentation; collapse loops; avoid calling for un-need... | Andrew Lewis | 2015-02-11 | 1 | -0/+1 |
| * | Add DNSWL_BLOCKED symbol | Andrew Lewis | 2015-02-11 | 2 | -0/+2 |
* | | false if header from is nil | eneq123 | 2015-02-11 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #140 from AlexeySa/patch-3 | Vsevolod Stakhov | 2015-02-07 | 1 | -3/+3 |
|\ | |||||
| * | Fix: if not exist Date-header | Alexey AL | 2015-02-07 | 1 | -3/+3 |
* | | Update metrics.conf | Alexey AL | 2015-02-07 | 1 | -0/+5 |
* | | Update rspamd.lua | Alexey AL | 2015-02-07 | 1 | -0/+9 |
|/ | |||||
* | Enable one_shot for RECEIVED_SPAMHAUS_XBL - Fixes #102 | Andrew Lewis | 2015-02-01 | 1 | -1/+1 |
* | Increase limit for DATE_IN_FUTURE to 2hr. | Vsevolod Stakhov | 2014-12-06 | 1 | -1/+1 |
* | Allow to disable components of hfilter. | Vsevolod Stakhov | 2014-11-21 | 1 | -0/+8 |
* | Rework `register_symbols` function. | Vsevolod Stakhov | 2014-11-21 | 1 | -89/+163 |
* | Rework spf module. | Vsevolod Stakhov | 2014-11-21 | 1 | -0/+5 |
* | Fix indentation in hfilter. | Vsevolod Stakhov | 2014-11-21 | 1 | -234/+234 |
* | Fix typo in symbol description. | Anton Yuzhaninov | 2014-11-05 | 1 | -1/+1 |
* | Remove CBL as it's wholly included in Spamhaus XBL which we're querying alrea... | Andrew Lewis | 2014-10-23 | 2 | -11/+0 |
* | Remove nszones.com fake RBL: | Anton Yuzhaninov | 2014-10-21 | 2 | -12/+1 |
* | Config: reflect SURBL changes. | Anton Yuzhaninov | 2014-10-10 | 2 | -5/+5 |
* | Config: improve SURBL symbols descriptions | Anton Yuzhaninov | 2014-10-10 | 1 | -6/+6 |
* | Remove unused symbol R_IP_PBL. | Vsevolod Stakhov | 2014-10-08 | 1 | -5/+0 |
* | Remove deprecated options from the default config. | Vsevolod Stakhov | 2014-10-08 | 1 | -2/+0 |
* | Merge branch 'master' of github.com:vstakhov/rspamd | Vsevolod Stakhov | 2014-09-07 | 1 | -13/+13 |
|\ | |||||
| * | Fix Message-Id rules. | Vsevolod Stakhov | 2014-09-06 | 1 | -13/+13 |
* | | More fixes to classifiers selector. | Vsevolod Stakhov | 2014-09-05 | 1 | -2/+2 |
|/ | |||||
* | Add FORGED_SENDER_MAILLIST composite. | Vsevolod Stakhov | 2014-09-05 | 2 | -1/+10 |
* | Fix for lua 5.2. | Vsevolod Stakhov | 2014-09-05 | 1 | -0/+5 |
* | Fix stupid mistake in configurarion. | Vsevolod Stakhov | 2014-09-05 | 1 | -1/+1 |
* | Fix DATE_IN_PAST and DATE_IN_FUTURE | Vsevolod Stakhov | 2014-09-04 | 1 | -6/+4 |
* | Fix configuration. | Vsevolod Stakhov | 2014-09-03 | 3 | -29/+22 |
* | Simplify cached regexp creation. | Vsevolod Stakhov | 2014-08-26 | 2 | -10/+5 |
* | Adopt config. | Vsevolod Stakhov | 2014-08-25 | 3 | -11/+14 |
* | Fix plugins. | Vsevolod Stakhov | 2014-08-18 | 2 | -3/+3 |
* | Update default configs. | Vsevolod Stakhov | 2014-08-17 | 2 | -6/+6 |
* | Add configuration option `unknown_weight` for metrics. | Vsevolod Stakhov | 2014-08-17 | 1 | -0/+4 |
* | Update configuration. | Vsevolod Stakhov | 2014-07-24 | 1 | -3/+6 |
* | Merge pull request #77 from fatalbanana/master | Vsevolod Stakhov | 2014-05-24 | 1 | -0/+4 |
|\ | |||||
| * | Avoid redefining hardcoded defaults in RBL plugin | Andrew Lewis | 2014-05-23 | 1 | -0/+4 |
* | | Merge pull request #76 from AlexeySa/master | Vsevolod Stakhov | 2014-05-24 | 3 | -8/+257 |
|\ \ | |||||
| * | | Add TOP200 domains to surbl (from spamassassin) | Alexey | 2014-05-23 | 1 | -1/+199 |
| * | | Update modules.conf | Alexey | 2014-05-23 | 1 | -0/+1 |
| * | | Update metrics.conf | Alexey | 2014-05-22 | 1 | -5/+5 |
| * | | Update metrics.conf | Alexey | 2014-05-22 | 1 | -9/+9 |
| * | | Update metrics.conf | Alexey | 2014-05-22 | 1 | -3/+3 |