summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fuzzy check uses already normalized words.Vsevolod Stakhov2015-02-231-35/+2
* Merge pull request #177 from fatalbanana/masterVsevolod Stakhov2015-02-171-11/+67
|\
| * Since exclude_private_ips requires config to change behaviour now we can make...Andrew Lewis2015-02-171-1/+1
| * Support emails dnsblAndrew Lewis2015-02-171-1/+50
| * Make local/private IP exclusions work for all RBL typesAndrew Lewis2015-02-171-4/+14
| * Unbreak operation of rbl.lua in certain instancesAndrew Lewis2015-02-171-5/+2
* | Treat '__' symbols as ghost symbols.Vsevolod Stakhov2015-02-171-3/+11
* | Add other rules types.Vsevolod Stakhov2015-02-161-0/+43
* | Allow to use SA header rules.Vsevolod Stakhov2015-02-161-1/+40
* | Merge pull request #174 from fatalbanana/masterVsevolod Stakhov2015-02-161-38/+22
|\|
| * Fix incorrect processing of exclusionsAndrew Lewis2015-02-161-5/+7
| * Use radix for private IP exclusions in rbl.luaAndrew Lewis2015-02-161-33/+8
| * Make local exclusions configurable per-RBLAndrew Lewis2015-02-161-4/+11
* | Start spamassasin rules reader plugin.Vsevolod Stakhov2015-02-161-0/+129
|/
* Don't use to_number() when checking radix mapsAndrew Lewis2015-02-152-5/+3
* Support site-local IP address / subnet exclusionsAndrew Lewis2015-02-151-2/+16
* Merge pull request #170 from fatalbanana/masterVsevolod Stakhov2015-02-141-1/+1
|\
| * rbl.lua: Fix mistakeAndrew Lewis2015-02-141-1/+1
* | Зreventing complications for ipv6 in rbl moduleAlexey AL2015-02-141-1/+1
|/
* Make ignoring private IP space configurable; avoid changing plugin default be...Andrew Lewis2015-02-141-6/+13
* rbl.lua: Ignore private IP spaceAndrew Lewis2015-02-141-3/+42
* 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