aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Minor nonsenseAndrew Lewis2015-02-131-1/+1
* Clarify copyright for lua plugins.Vsevolod Stakhov2015-02-1311-0/+287
* 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
* 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-121-1/+2
|\
| * Fix helo checks in rbl.luaAlexey AL2015-02-121-1/+2
* | fix: attempt to index field '?' (a nil value)eneq1232015-02-121-1/+1
|/
* Rename user to exclude_users and invert logicAndrew Lewis2015-02-121-5/+5
* rbl.lua: Don't ask for user unless called for by configAndrew Lewis2015-02-121-8/+10
* Another fix for RBL module (Reported by AL)Andrew Lewis2015-02-121-96/+81
* Fix rbl.luaAlexey AL2015-02-121-2/+0
* Merge pull request #149 from fatalbanana/masterVsevolod Stakhov2015-02-111-2/+2
|\
| * Further amendments for changes to RBL moduleAndrew Lewis2015-02-111-2/+2
* | Merge pull request #146 from fatalbanana/masterVsevolod Stakhov2015-02-111-125/+204
|\|
| * 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-111-125/+201
* | 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
* | real_ip to_string should not nileneq1232015-02-111-2/+2
|/
* Make settings work as documentedAndrew Lewis2015-02-081-4/+28
* Amendment: fix regex match for unqualified usernamesAndrew Lewis2015-02-061-0/+1
* Amendment: nest stuffAndrew Lewis2015-02-061-1/+1
* Allow applying settings to authenticated usersAndrew Lewis2015-02-061-2/+31
* Fix some initializations.Vsevolod Stakhov2015-02-031-4/+6
* Fix urls interaction.Vsevolod Stakhov2015-02-031-8/+12
* Remove old crap functions from url parser code.Vsevolod Stakhov2015-02-033-10/+10
* Fix some compile time warnings.Vsevolod Stakhov2015-02-021-2/+1
* Rework message store to allow encryption.Vsevolod Stakhov2015-01-302-3/+5
* Another err dereference for dkim module.Vsevolod Stakhov2015-01-211-2/+9
* Do not reset case of settings if parsed from lua.Vsevolod Stakhov2015-01-181-1/+1
* Fix some leaks.Vsevolod Stakhov2014-12-301-1/+2
* Learn legacy fuzzy as well for now.Vsevolod Stakhov2014-12-241-6/+4
* Lemmatize words for fuzzy check.Vsevolod Stakhov2014-12-231-4/+55
* Rework words tokenization.Vsevolod Stakhov2014-12-231-5/+7
* Fix shingles key init.Vsevolod Stakhov2014-12-221-2/+3
* Fix replies waiting.Vsevolod Stakhov2014-12-221-23/+29
* Do not learn with legacy data.Vsevolod Stakhov2014-12-221-16/+22
* Init keys properly.Vsevolod Stakhov2014-12-221-5/+6
* Fix initialization issues for some variables.Vsevolod Stakhov2014-12-221-13/+6
* Add keys initialization.Vsevolod Stakhov2014-12-221-0/+36
* Rewrite fuzzy check plugin.Vsevolod Stakhov2014-12-221-332/+307
* Add abstract command sending function.Vsevolod Stakhov2014-12-221-2/+17
* Add new commands support.Vsevolod Stakhov2014-12-221-0/+115
* Refactor function names.Vsevolod Stakhov2014-12-171-4/+4
* Remove direct ucl access.Vsevolod Stakhov2014-12-171-4/+4
* Try to read fuzzy reply even if we have timeout.Vsevolod Stakhov2014-12-091-2/+3
* Remove broken whitelist module.Vsevolod Stakhov2014-12-081-86/+0
* Refactor function names.Vsevolod Stakhov2014-11-294-33/+33