aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Backward compatibility.Vsevolod Stakhov2015-02-141-6/+7
|
* Another try to fix build.Vsevolod Stakhov2015-02-141-1/+2
|
* Include directory in all cases.Vsevolod Stakhov2015-02-131-2/+2
|
* Eliminate mess with linking.Vsevolod Stakhov2015-02-1311-342/+141
|
* Avoid variables conflict.Vsevolod Stakhov2015-02-133-3/+5
|
* Add ignore duplicate learnings logic.Vsevolod Stakhov2015-02-131-1/+22
|
* Configure learn caches.Vsevolod Stakhov2015-02-134-9/+36
|
* Add sqlite3 learn cache.Vsevolod Stakhov2015-02-133-2/+214
|
* Use "unknown" for absent hostname.Vsevolod Stakhov2015-02-131-0/+5
|
* Add task:get_content() method.Vsevolod Stakhov2015-02-131-0/+21
|
* Clarify a bit.Vsevolod Stakhov2015-02-131-2/+1
|
* Define contributions policy.Vsevolod Stakhov2015-02-131-0/+106
|
* Merge pull request #164 from fatalbanana/masterVsevolod Stakhov2015-02-134-5/+4
|\ | | | | Minor nonsense
| * Minor nonsenseAndrew Lewis2015-02-134-5/+4
|/
* Clarify copyright for lua plugins.Vsevolod Stakhov2015-02-1315-6/+368
|
* Merge pull request #162 from fatalbanana/masterVsevolod Stakhov2015-02-133-136/+160
|\ | | | | Exclusions for authenticated users etc
| * rbl.lua: remove un-needed character from pattern matchAndrew Lewis2015-02-131-1/+1
| |
| * rbl.lua: add reference to documentationAndrew Lewis2015-02-131-0/+4
| |
| * hfilter.lua: Add exclusion for authenticated users (except link checks)Andrew Lewis2015-02-131-39/+43
| |
| * once_received.lua: Fix indentation & add exclusion for authenticated usersAndrew Lewis2015-02-131-95/+98
| |
| * rbl.lua: Try harder to avoid invalid DNS lookupsAndrew Lewis2015-02-131-2/+15
|/
* Merge pull request #159 from AlexeySa/masterVsevolod Stakhov2015-02-123-22/+42
|\ | | | | Update Hfilter and rbl.lua
| * Hfilter: Fix metricAlexey AL2015-02-121-0/+2
| |
| * Fix helo checks in rbl.luaAlexey AL2015-02-121-1/+2
| |
| * Hfilter: New metrics for helo checksAlexey AL2015-02-121-0/+2
| |
| * Hfilter: UpdateAlexey AL2015-02-121-21/+36
| | | | | | | | Fix: hostname and helo checks Add: New bad hostnames
* | Merge pull request #160 from eneq123/masterVsevolod Stakhov2015-02-121-1/+1
|\ \ | |/ |/| forged_recipients.lua:41: attempt to index field '?' (a nil value)
| * fix: attempt to index field '?' (a nil value)eneq1232015-02-121-1/+1
|/
* Merge pull request #154 from fatalbanana/masterVsevolod Stakhov2015-02-123-15/+17
|\ | | | | rbl.lua: Don't ask for user unless called for by config
| * Rename user to exclude_users and invert logicAndrew Lewis2015-02-123-8/+8
| |
| * rbl.lua: Don't ask for user unless called for by configAndrew Lewis2015-02-121-8/+10
| |
* | Add latency calculations.Vsevolod Stakhov2015-02-121-10/+66
| |
* | Merge pull request #152 from fatalbanana/masterVsevolod Stakhov2015-02-121-96/+81
|\| | | | | Another fix for RBL module (Reported by AL)
| * Another fix for RBL module (Reported by AL)Andrew Lewis2015-02-121-96/+81
|/
* Merge pull request #150 from AlexeySa/patch-2Vsevolod Stakhov2015-02-121-2/+0
|\ | | | | Fix rbl.lua
| * Fix rbl.luaAlexey AL2015-02-121-2/+0
|/
* Allow to specify keypairs cache externally.Vsevolod Stakhov2015-02-114-11/+27
|
* Merge pull request #149 from fatalbanana/masterVsevolod Stakhov2015-02-112-3/+3
|\ | | | | Fixes for work on RBL module
| * Further amendments for changes to RBL moduleAndrew Lewis2015-02-111-2/+2
| |
| * Fix typoAndrew Lewis2015-02-111-1/+1
| |
* | Merge pull request #146 from fatalbanana/masterVsevolod Stakhov2015-02-116-163/+252
|\| | | | | Update RBL module etc
| * Amendment for rbl.lua updateAndrew Lewis2015-02-111-2/+5
| |
| * Update RBL module: fix indentation; collapse loops; avoid calling for ↵Andrew Lewis2015-02-113-126/+207
| | | | | | | | un-needed information; allow disabling RBLs for authenticated users
| * Make Exim pass usernames to RspamdAndrew Lewis2015-02-112-37/+40
| |
| * Add DNSWL_BLOCKED symbolAndrew Lewis2015-02-112-0/+2
| |
* | Merge pull request #145 from eneq123/masterVsevolod Stakhov2015-02-113-6/+8
|\ \ | | | | | | Various LUA plugin issues
| * | We should check here :is_valid() instead of :to_string()eneq1232015-02-111-1/+1
| | |
| * | set empty <> user or addr for msgs without FROM (the MAIL FROM:<> is RFC 821 ↵eneq1232015-02-111-3/+5
| | | | | | | | | | | | defined error message transport)
| * | false if header from is nileneq1232015-02-111-1/+1
| | |
| * | real_ip to_string should not nileneq1232015-02-111-2/+2
|/ /