Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add DBL list gradation. | Vsevolod Stakhov | 2015-05-01 | 2 | -2/+64 | |
| | | ||||||
* | | Add negation for forged thunderbird MID in case of maillist. | Vsevolod Stakhov | 2015-05-01 | 2 | -1/+10 | |
| | | ||||||
* | | Avoid regexp_match_number. | Vsevolod Stakhov | 2015-04-30 | 3 | -4/+4 | |
| | | ||||||
* | | Fix hfilter rule. | Vsevolod Stakhov | 2015-04-29 | 1 | -5/+1 | |
|/ | ||||||
* | Remove useless subclasses. | Vsevolod Stakhov | 2015-04-28 | 1 | -21/+0 | |
| | ||||||
* | Categorize default rules. | Vsevolod Stakhov | 2015-04-22 | 1 | -764/+814 | |
| | ||||||
* | Fix matching braces. | Vsevolod Stakhov | 2015-04-16 | 1 | -1/+1 | |
| | | | | Spotted by: Viktor Khomyuk | |||||
* | Don't score RECEIVED_SPAMHAUS_XBL if we have RBL_SPAMHAUS_XBL | Andrew Lewis | 2015-04-08 | 1 | -0/+4 | |
| | ||||||
* | Use publicsuffix list for url search (too slow now). | Vsevolod Stakhov | 2015-04-06 | 1 | -0/+1 | |
| | ||||||
* | RBL: Add missing is_whitelist = true setting | Andrew Lewis | 2015-04-01 | 1 | -0/+1 | |
| | ||||||
* | RBL: change behaviour of whitelists | Andrew Lewis | 2015-04-01 | 2 | -25/+29 | |
| | ||||||
* | Add IPv6 loopback to secure_ip setting | Andrew Lewis | 2015-03-20 | 1 | -0/+1 | |
| | ||||||
* | Reiterate on systemd. | Vsevolod Stakhov | 2015-03-17 | 1 | -2/+2 | |
| | | | | | Conflicts: CMakeLists.txt | |||||
* | Use Systemd for Linux family and SysV for other systems. | Andrej Zverev | 2015-03-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | We are creating conf/rspamd.conf.in as template and declaring two new variables for CMake: DEFAULTS (for SysV): RSPAMD_WORKER_NORMAL = "*:11333" RSPAMD_WORKER_CONTROLLER = "*:11334" For Linux (for Systemd): RSPAMD_WORKER_NORMAL = "systemd:0" RSPAMD_WORKER_CONTROLLER = "systemd:1" During build we replace template with correct values. Conflicts: CMakeLists.txt | |||||
* | Try include rspamd.conf.local.override with high priority | Andrew Lewis | 2015-03-17 | 1 | -1/+2 | |
| | ||||||
* | Explicitly set tmpdir in config file | Mikhail Gusarov | 2015-03-17 | 1 | -0/+1 | |
| | ||||||
* | Fix syntax error in worker-normal.inc | Mikhail Gusarov | 2015-03-17 | 1 | -1/+1 | |
| | ||||||
* | Reorganize configuration files for systemd | Mikhail Gusarov | 2015-03-17 | 10 | -55/+83 | |
| | | | | | | Common systemd/non-systemd options were moved to .inc files. rspamd.conf is systemd-enabled one, rspamd.sysvinit.conf is sysvinit-compatible one. | |||||
* | Fix missing symbol registration | Andrew Lewis | 2015-03-11 | 1 | -0/+1 | |
| | ||||||
* | Hfilter: Fix FQDN check expression | Alexey AL | 2015-03-06 | 1 | -1/+1 | |
| | ||||||
* | Check IPv6 addresses at dnswl.org and Spamhaus whitelist | Andrew Lewis | 2015-02-26 | 1 | -0/+2 | |
| | ||||||
* | Fix FORGED_MUA_THUNDERBIRD_MSGID. | Vsevolod Stakhov | 2015-02-26 | 1 | -17/+17 | |
| | | | | | Issue: #186 Reported by: @moiseev | |||||
* | Rework ip_score module completely. | Vsevolod Stakhov | 2015-02-26 | 1 | -0/+9 | |
| | ||||||
* | Merge pull request #177 from fatalbanana/master | Vsevolod Stakhov | 2015-02-17 | 1 | -8/+12 | |
|\ | | | | | More fixes & improvements for RBL module | |||||
| * | Since exclude_private_ips requires config to change behaviour now we can ↵ | Andrew Lewis | 2015-02-17 | 1 | -1/+0 | |
| | | | | | | | | make it default true | |||||
| * | Support emails dnsbl | Andrew Lewis | 2015-02-17 | 1 | -7/+12 | |
| | | ||||||
* | | Merge pull request #176 from AlexeySa/master | Vsevolod Stakhov | 2015-02-16 | 3 | -2/+33 | |
|\ \ | |/ |/| | Hfilter: Bounce message check | |||||
| * | Update hfilter.lua | Alexey AL | 2015-02-16 | 1 | -2/+2 | |
| | | ||||||
| * | Update hfilter.lua | Alexey AL | 2015-02-16 | 1 | -2/+2 | |
| | | ||||||
| * | Update hfilter.lua | Alexey AL | 2015-02-16 | 1 | -3/+0 | |
| | | ||||||
| * | Update hfilter.lua | Alexey AL | 2015-02-16 | 1 | -0/+7 | |
| | | ||||||
| * | Update modules.conf | Alexey AL | 2015-02-16 | 1 | -0/+1 | |
| | | ||||||
| * | Hfilter: bounce metrics | Alexey AL | 2015-02-16 | 1 | -0/+2 | |
| | | ||||||
| * | Hfilter: Bounce message check | Alexey AL | 2015-02-16 | 1 | -1/+25 | |
| | | ||||||
* | | Use radix for private IP exclusions in rbl.lua | Andrew Lewis | 2015-02-16 | 1 | -0/+2 | |
|/ | | | | | Conflicts: src/plugins/lua/rbl.lua | |||||
* | Update hfilter.lua | Alexey AL | 2015-02-14 | 1 | -3/+3 | |
| | ||||||
* | Update hfilter.lua | Alexey AL | 2015-02-14 | 1 | -4/+0 | |
| | ||||||
* | Update metrics for Hfilter | Alexey AL | 2015-02-14 | 1 | -0/+1 | |
| | ||||||
* | Hfilter: more fixes for helo checks, new metric | Alexey AL | 2015-02-14 | 1 | -47/+81 | |
| | ||||||
* | Make ignoring private IP space configurable; avoid changing plugin default ↵ | Andrew Lewis | 2015-02-14 | 1 | -0/+1 | |
| | | | | behaviour | |||||
* | 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 | |
| | | | | Fix: hostname and helo checks Add: New bad hostnames | |||||
* | 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 etc | |||||
| * | Update RBL module: fix indentation; collapse loops; avoid calling for ↵ | Andrew Lewis | 2015-02-11 | 1 | -0/+1 | |
| | | | | | | | | un-needed information; allow disabling RBLs for authenticated users | |||||
| * | Add DNSWL_BLOCKED symbol | Andrew Lewis | 2015-02-11 | 2 | -0/+2 | |
| | |