aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)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 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
|\
| * 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
|\
| * 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
* | Merge pull request #160 from eneq123/masterVsevolod Stakhov2015-02-121-1/+1
|\ \ | |/ |/|
| * 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
|\
| * 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)Andrew Lewis2015-02-121-96/+81
|/
* Merge pull request #150 from AlexeySa/patch-2Vsevolod Stakhov2015-02-121-2/+0
|\
| * 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
|\
| * 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
|\|
| * Amendment for rbl.lua updateAndrew Lewis2015-02-111-2/+5
| * Update RBL module: fix indentation; collapse loops; avoid calling for un-need...Andrew Lewis2015-02-113-126/+207
| * 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
|\ \
| * | 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
| * | false if header from is nileneq1232015-02-111-1/+1
| * | real_ip to_string should not nileneq1232015-02-111-2/+2
|/ /