]> source.dussan.org Git - rspamd.git/log
rspamd.git
9 years agoFix default lua package path 185/head
Andrew Lewis [Wed, 25 Feb 2015 12:47:11 +0000 (14:47 +0200)]
Fix default lua package path

9 years agoInstall fun.lua to correct location
Andrew Lewis [Wed, 25 Feb 2015 12:13:45 +0000 (14:13 +0200)]
Install fun.lua to correct location

9 years agorbl.lua: Housekeeping
Andrew Lewis [Thu, 19 Feb 2015 13:38:28 +0000 (15:38 +0200)]
rbl.lua: Housekeeping

9 years agoCompletely rewrite multimap plugin.
Vsevolod Stakhov [Mon, 23 Feb 2015 17:42:29 +0000 (17:42 +0000)]
Completely rewrite multimap plugin.

9 years agoRemove forgotten variables in lua stack.
Vsevolod Stakhov [Wed, 25 Feb 2015 11:52:02 +0000 (11:52 +0000)]
Remove forgotten variables in lua stack.

Conflicts:
src/lua/lua_common.c

9 years agoDo not set lua path when cfg is not loaded.
Vsevolod Stakhov [Mon, 16 Feb 2015 16:50:05 +0000 (16:50 +0000)]
Do not set lua path when cfg is not loaded.

9 years agoImport lua-functional for plugins stuff.
Vsevolod Stakhov [Mon, 16 Feb 2015 16:35:18 +0000 (16:35 +0000)]
Import lua-functional for plugins stuff.

9 years agoSet lua path according to rspamd settings.
Vsevolod Stakhov [Mon, 16 Feb 2015 16:34:54 +0000 (16:34 +0000)]
Set lua path according to rspamd settings.

9 years agoUpdate copyrights.
Vsevolod Stakhov [Fri, 20 Feb 2015 13:52:07 +0000 (13:52 +0000)]
Update copyrights.

9 years agoAllow customizations for unix sockets.
Vsevolod Stakhov [Fri, 20 Feb 2015 16:48:51 +0000 (16:48 +0000)]
Allow customizations for unix sockets.

Issue: #182
Reported by: @AlexeySa

9 years agoMore fixes to urls parser.
Vsevolod Stakhov [Fri, 20 Feb 2015 12:57:20 +0000 (12:57 +0000)]
More fixes to urls parser.

9 years agoInitialize variable earlier.
Vsevolod Stakhov [Fri, 20 Feb 2015 12:05:00 +0000 (12:05 +0000)]
Initialize variable earlier.

9 years agoRework url detection and decoding.
Vsevolod Stakhov [Fri, 20 Feb 2015 12:01:44 +0000 (12:01 +0000)]
Rework url detection and decoding.

9 years agoAdd uri unescape from nginx.
Vsevolod Stakhov [Thu, 19 Feb 2015 22:40:59 +0000 (22:40 +0000)]
Add uri unescape from nginx.

9 years agoAllow url parser seting the end of url.
Vsevolod Stakhov [Thu, 19 Feb 2015 22:30:31 +0000 (22:30 +0000)]
Allow url parser seting the end of url.

9 years agoImprove emails parsing (mentioned at #181).
Vsevolod Stakhov [Wed, 18 Feb 2015 10:28:24 +0000 (10:28 +0000)]
Improve emails parsing (mentioned at #181).

Conflicts:
src/libserver/url.c

9 years agoImprove some cases of IDN urls.
Vsevolod Stakhov [Thu, 19 Feb 2015 16:34:03 +0000 (16:34 +0000)]
Improve some cases of IDN urls.

9 years agoWrite parser for urls.
Vsevolod Stakhov [Thu, 19 Feb 2015 16:18:06 +0000 (16:18 +0000)]
Write parser for urls.

Conflicts:
src/libserver/url.c

9 years agoFix radix comparision for partial masks.
Vsevolod Stakhov [Thu, 19 Feb 2015 12:35:14 +0000 (12:35 +0000)]
Fix radix comparision for partial masks.

9 years agoFix emails parsing.
Vsevolod Stakhov [Tue, 17 Feb 2015 15:05:49 +0000 (15:05 +0000)]
Fix emails parsing.

9 years agoEmail usernames can contain atom symbols.
Vsevolod Stakhov [Tue, 17 Feb 2015 12:35:13 +0000 (12:35 +0000)]
Email usernames can contain atom symbols.

9 years agoFix urls interaction.
Vsevolod Stakhov [Tue, 3 Feb 2015 17:55:14 +0000 (17:55 +0000)]
Fix urls interaction.

9 years agoRemove old crap functions from url parser code.
Vsevolod Stakhov [Tue, 3 Feb 2015 17:39:03 +0000 (17:39 +0000)]
Remove old crap functions from url parser code.

9 years agoMerge pull request #178 from fatalbanana/rspamd-0.8
Vsevolod Stakhov [Tue, 17 Feb 2015 13:41:30 +0000 (13:41 +0000)]
Merge pull request #178 from fatalbanana/rspamd-0.8

Rspamd 0.8: More fixes & improvements for RBL module

9 years agoSince exclude_private_ips requires config to change behaviour now we can make it... 178/head
Andrew Lewis [Tue, 17 Feb 2015 11:12:05 +0000 (13:12 +0200)]
Since exclude_private_ips requires config to change behaviour now we can make it default true

9 years agoForgot to update documentation for emails dnsbl
Andrew Lewis [Tue, 17 Feb 2015 11:03:41 +0000 (13:03 +0200)]
Forgot to update documentation for emails dnsbl

9 years agoSupport emails dnsbl
Andrew Lewis [Tue, 17 Feb 2015 10:47:17 +0000 (12:47 +0200)]
Support emails dnsbl

9 years agoMake local/private IP exclusions work for all RBL types
Andrew Lewis [Tue, 17 Feb 2015 08:22:19 +0000 (10:22 +0200)]
Make local/private IP exclusions work for all RBL types

9 years agoUnbreak operation of rbl.lua in certain instances
Andrew Lewis [Tue, 17 Feb 2015 07:46:40 +0000 (09:46 +0200)]
Unbreak operation of rbl.lua in certain instances

9 years agoMerge pull request #175 from fatalbanana/rspamd-0.8
Vsevolod Stakhov [Mon, 16 Feb 2015 18:44:36 +0000 (18:44 +0000)]
Merge pull request #175 from fatalbanana/rspamd-0.8

Rspamd 0.8: Fixes & improvements for RBL module

9 years agoFix incorrect processing of exclusions 175/head
Andrew Lewis [Mon, 16 Feb 2015 15:39:39 +0000 (17:39 +0200)]
Fix incorrect processing of exclusions

9 years agoUse radix for private IP exclusions in rbl.lua
Andrew Lewis [Mon, 16 Feb 2015 15:23:44 +0000 (17:23 +0200)]
Use radix for private IP exclusions in rbl.lua

9 years agoAdd rspamd_config:radix_from_config()
Andrew Lewis [Mon, 16 Feb 2015 12:15:39 +0000 (14:15 +0200)]
Add rspamd_config:radix_from_config()

9 years agoMake local exclusions configurable per-RBL
Andrew Lewis [Mon, 16 Feb 2015 08:59:25 +0000 (10:59 +0200)]
Make local exclusions configurable per-RBL

9 years agoMerge pull request #173 from fatalbanana/rspamd-0.8
Vsevolod Stakhov [Sun, 15 Feb 2015 20:53:31 +0000 (20:53 +0000)]
Merge pull request #173 from fatalbanana/rspamd-0.8

Rspamd 0.8: rbl.lua: Support site-local IP address / subnet exclusions

9 years agoDon't use to_number() when checking radix maps 173/head
Andrew Lewis [Sun, 15 Feb 2015 20:25:57 +0000 (22:25 +0200)]
Don't use to_number() when checking radix maps

9 years agoFix typecast.
Vsevolod Stakhov [Sun, 15 Feb 2015 20:01:36 +0000 (20:01 +0000)]
Fix typecast.

9 years agoAllow to check radix maps from lua by rspamd{ip}
Vsevolod Stakhov [Sun, 15 Feb 2015 19:18:16 +0000 (19:18 +0000)]
Allow to check radix maps from lua by rspamd{ip}

9 years agoSupport site-local IP address / subnet exclusions
Andrew Lewis [Sun, 15 Feb 2015 20:15:55 +0000 (22:15 +0200)]
Support site-local IP address / subnet exclusions

9 years agoMerge pull request #171 from fatalbanana/rspamd-0.8
Vsevolod Stakhov [Sat, 14 Feb 2015 15:10:56 +0000 (15:10 +0000)]
Merge pull request #171 from fatalbanana/rspamd-0.8

rbl.lua: Fix mistake

9 years agorbl.lua: Fix mistake 171/head
Andrew Lewis [Sat, 14 Feb 2015 13:54:49 +0000 (15:54 +0200)]
rbl.lua: Fix mistake

9 years agoMerge pull request #165 from fatalbanana/rspamd-0.8
Vsevolod Stakhov [Sat, 14 Feb 2015 10:24:01 +0000 (10:24 +0000)]
Merge pull request #165 from fatalbanana/rspamd-0.8

rbl.lua: Ignore private IP space

9 years agoMake ignoring private IP space configurable; avoid changing plugin default behaviour 165/head
Andrew Lewis [Sat, 14 Feb 2015 08:37:53 +0000 (10:37 +0200)]
Make ignoring private IP space configurable; avoid changing plugin default behaviour

9 years agorbl.lua: Ignore private IP space
Andrew Lewis [Fri, 13 Feb 2015 21:52:53 +0000 (23:52 +0200)]
rbl.lua: Ignore private IP space

9 years agoAdopt for 0.8.
Vsevolod Stakhov [Fri, 13 Feb 2015 13:13:14 +0000 (13:13 +0000)]
Adopt for 0.8.

9 years agoAdd task:get_content() method.
Vsevolod Stakhov [Fri, 13 Feb 2015 12:58:45 +0000 (12:58 +0000)]
Add task:get_content() method.

9 years agoMerge pull request #163 from fatalbanana/rspamd-0.8
Vsevolod Stakhov [Fri, 13 Feb 2015 11:53:37 +0000 (11:53 +0000)]
Merge pull request #163 from fatalbanana/rspamd-0.8

Rspamd 0.8: Minor nonsense

9 years agoMinor nonsense 163/head
Andrew Lewis [Fri, 13 Feb 2015 11:45:14 +0000 (13:45 +0200)]
Minor nonsense

9 years agoUpdate metrics.conf
Alexey AL [Sat, 7 Feb 2015 16:01:04 +0000 (19:01 +0300)]
Update metrics.conf

9 years agoFix: if not exist Date-header
Alexey AL [Sat, 7 Feb 2015 15:46:31 +0000 (18:46 +0300)]
Fix: if not exist Date-header

9 years agoUpdate rspamd.lua
Alexey AL [Sat, 7 Feb 2015 16:00:20 +0000 (19:00 +0300)]
Update rspamd.lua

9 years agoClarify copyright for lua plugins.
Vsevolod Stakhov [Fri, 13 Feb 2015 11:12:54 +0000 (11:12 +0000)]
Clarify copyright for lua plugins.

9 years agoMerge pull request #161 from fatalbanana/rspamd-0.8
Vsevolod Stakhov [Fri, 13 Feb 2015 11:05:41 +0000 (11:05 +0000)]
Merge pull request #161 from fatalbanana/rspamd-0.8

Rspamd 0.8: Exclusions for authenticated users etc

9 years agofalse if header from is nil 161/head
eneq123 [Wed, 11 Feb 2015 13:12:44 +0000 (16:12 +0300)]
false if header from is nil

9 years agoset empty <> user or addr for msgs without FROM (the MAIL FROM:<> is RFC 821 defined...
eneq123 [Wed, 11 Feb 2015 13:19:02 +0000 (16:19 +0300)]
set empty <> user or addr for msgs without FROM (the MAIL FROM:<> is RFC 821 defined error message transport)

9 years agofix: attempt to index field '?' (a nil value)
eneq123 [Thu, 12 Feb 2015 20:18:29 +0000 (23:18 +0300)]
fix: attempt to index field '?' (a nil value)

9 years agorbl.lua: remove un-needed character from pattern match
Andrew Lewis [Fri, 13 Feb 2015 10:22:19 +0000 (12:22 +0200)]
rbl.lua: remove un-needed character from pattern match

9 years agoHfilter: Fix metric
Alexey AL [Thu, 12 Feb 2015 17:51:03 +0000 (20:51 +0300)]
Hfilter: Fix metric

9 years agoHfilter: New metrics for helo checks
Alexey AL [Thu, 12 Feb 2015 17:44:04 +0000 (20:44 +0300)]
Hfilter: New metrics for helo checks

9 years agoHfilter: Update
Alexey AL [Thu, 12 Feb 2015 17:42:29 +0000 (20:42 +0300)]
Hfilter: Update

Fix: hostname and helo checks
Add: New bad hostnames

9 years agorbl.lua: add reference to documentation
Andrew Lewis [Fri, 13 Feb 2015 09:35:28 +0000 (11:35 +0200)]
rbl.lua: add reference to documentation

9 years agohfilter.lua: Add exclusion for authenticated users (except link checks)
Andrew Lewis [Fri, 13 Feb 2015 09:30:41 +0000 (11:30 +0200)]
hfilter.lua: Add exclusion for authenticated users (except link checks)

9 years agoonce_received.lua: Fix indentation & add exclusion for authenticated users
Andrew Lewis [Fri, 13 Feb 2015 09:24:41 +0000 (11:24 +0200)]
once_received.lua: Fix indentation & add exclusion for authenticated users

Conflicts:
src/plugins/lua/once_received.lua

9 years agorbl.lua: Try harder to avoid invalid DNS lookups
Andrew Lewis [Fri, 13 Feb 2015 09:23:06 +0000 (11:23 +0200)]
rbl.lua: Try harder to avoid invalid DNS lookups

Conflicts:
src/plugins/lua/rbl.lua

9 years agoMerge pull request #155 from fatalbanana/rspamd-0.8
Vsevolod Stakhov [Thu, 12 Feb 2015 15:28:26 +0000 (15:28 +0000)]
Merge pull request #155 from fatalbanana/rspamd-0.8

Rspamd 0.8: rbl.lua: Don't ask for user unless called for by config

9 years agoRename user to exclude_users and invert logic 155/head
Andrew Lewis [Thu, 12 Feb 2015 15:11:58 +0000 (17:11 +0200)]
Rename user to exclude_users and invert logic

9 years agorbl.lua: Don't ask for user unless called for by config
Andrew Lewis [Thu, 12 Feb 2015 13:01:04 +0000 (15:01 +0200)]
rbl.lua: Don't ask for user unless called for by config

9 years agoMerge pull request #153 from fatalbanana/rspamd-0.8
Vsevolod Stakhov [Thu, 12 Feb 2015 12:18:39 +0000 (12:18 +0000)]
Merge pull request #153 from fatalbanana/rspamd-0.8

Rspamd 0.8: Another fix for RBL module (Reported by AL)

9 years agoAnother fix for RBL module (Reported by AL) 153/head
Andrew Lewis [Thu, 12 Feb 2015 11:32:24 +0000 (13:32 +0200)]
Another fix for RBL module (Reported by AL)

9 years agoFix rbl.lua
Alexey AL [Thu, 12 Feb 2015 00:35:39 +0000 (03:35 +0300)]
Fix rbl.lua

9 years agoMerge pull request #148 from fatalbanana/rspamd-0.8
Vsevolod Stakhov [Wed, 11 Feb 2015 21:50:43 +0000 (21:50 +0000)]
Merge pull request #148 from fatalbanana/rspamd-0.8

Rspamd 0.8: fixes for work on RBL module

9 years agoFurther amendments for changes to RBL module 148/head
Andrew Lewis [Wed, 11 Feb 2015 21:15:25 +0000 (23:15 +0200)]
Further amendments for changes to RBL module

9 years agoFix typo
Andrew Lewis [Wed, 11 Feb 2015 18:42:36 +0000 (20:42 +0200)]
Fix typo

9 years agoMerge pull request #147 from fatalbanana/rspamd-0.8
Vsevolod Stakhov [Wed, 11 Feb 2015 16:08:15 +0000 (16:08 +0000)]
Merge pull request #147 from fatalbanana/rspamd-0.8

Rspamd 0.8: Update RBL module etc

9 years agoAmendment for rbl.lua update 147/head
Andrew Lewis [Wed, 11 Feb 2015 14:14:43 +0000 (16:14 +0200)]
Amendment for rbl.lua update

9 years agoUpdate RBL module: fix indentation; collapse loops; avoid calling for un-needed infor...
Andrew Lewis [Wed, 11 Feb 2015 13:43:26 +0000 (15:43 +0200)]
Update RBL module: fix indentation; collapse loops; avoid calling for un-needed information; allow disabling RBLs for authenticated users

9 years agoMake Exim pass usernames to Rspamd
Andrew Lewis [Wed, 11 Feb 2015 13:37:38 +0000 (15:37 +0200)]
Make Exim pass usernames to Rspamd

9 years agoAdd DNSWL_BLOCKED symbol
Andrew Lewis [Wed, 11 Feb 2015 13:36:34 +0000 (15:36 +0200)]
Add DNSWL_BLOCKED symbol

9 years agoFix race condition.
Vsevolod Stakhov [Mon, 9 Feb 2015 17:28:32 +0000 (17:28 +0000)]
Fix race condition.

This race condition could occur if a message has too high spam score and the
planner decides to stop checking. However, already registered events
pending were not checked, which caused use-after-free for a task object.

9 years agoMerge pull request #142 from fatalbanana/rspamd-0.8
Vsevolod Stakhov [Sun, 8 Feb 2015 17:32:47 +0000 (17:32 +0000)]
Merge pull request #142 from fatalbanana/rspamd-0.8

Make settings work as documented

9 years agoMake settings work as documented 142/head
Andrew Lewis [Sun, 8 Feb 2015 13:55:28 +0000 (15:55 +0200)]
Make settings work as documented

9 years agoMerge pull request #139 from fatalbanana/rspamd-0.8
Vsevolod Stakhov [Fri, 6 Feb 2015 16:22:27 +0000 (16:22 +0000)]
Merge pull request #139 from fatalbanana/rspamd-0.8

Allow applying settings to authenticated users

9 years agoAmendment: fix regex match for unqualified usernames 139/head
Andrew Lewis [Fri, 6 Feb 2015 14:48:18 +0000 (16:48 +0200)]
Amendment: fix regex match for unqualified usernames

9 years agoAmendment: nest stuff
Andrew Lewis [Fri, 6 Feb 2015 14:08:37 +0000 (16:08 +0200)]
Amendment: nest stuff

9 years agoAllow applying settings to authenticated users
Andrew Lewis [Fri, 6 Feb 2015 13:39:45 +0000 (15:39 +0200)]
Allow applying settings to authenticated users

9 years agoMerge pull request #137 from fatalbanana/rspamd-0.8
Vsevolod Stakhov [Tue, 3 Feb 2015 13:58:48 +0000 (13:58 +0000)]
Merge pull request #137 from fatalbanana/rspamd-0.8

Rspamd 0.8 - Mostly cosmetic changes

9 years agoCosmetic changes 137/head
Andrew Lewis [Tue, 3 Feb 2015 12:53:18 +0000 (14:53 +0200)]
Cosmetic changes

9 years agoFix bad change in Exim patch
Andrew Lewis [Mon, 2 Feb 2015 20:39:58 +0000 (22:39 +0200)]
Fix bad change in Exim patch

9 years agoFix processing of unix sockets.
Vsevolod Stakhov [Mon, 2 Feb 2015 13:35:01 +0000 (13:35 +0000)]
Fix processing of unix sockets.

Reported by: AL

9 years agoUpdate Exim patch
Andrew Lewis [Sat, 31 Jan 2015 18:46:54 +0000 (20:46 +0200)]
Update Exim patch

9 years agoEnable one_shot for RECEIVED_SPAMHAUS_XBL - Fixes #102
Andrew Lewis [Sat, 31 Jan 2015 22:29:10 +0000 (00:29 +0200)]
Enable one_shot for RECEIVED_SPAMHAUS_XBL - Fixes #102

9 years agoFix: Centos init script: configtest()
Alexey [Sun, 1 Feb 2015 03:17:51 +0000 (06:17 +0300)]
Fix: Centos init script: configtest()

9 years agoCreate fuzzy db if it does not exist.
Vsevolod Stakhov [Mon, 26 Jan 2015 21:12:30 +0000 (21:12 +0000)]
Create fuzzy db if it does not exist.

9 years agoRelease 0.8.1 0.8.1
Vsevolod Stakhov [Fri, 23 Jan 2015 17:01:28 +0000 (17:01 +0000)]
Release 0.8.1

* Add sqlite and perl as dependencies for RPM/Debian packages (by @fatalbanana)
* Remove whitelist.lua from RPM file list (by @fatalbanana)
* Make Exim pass hostnames to rspamd (by @fatalbanana)
* Fix building on Fedora (by @fatalbanana)
* Add toggle for disabling installation of systemd units on Linux (by @fatalbanana)
* Fix double format rounding that caused output corruption (reported by @fatalbanana)
* Revert broken change for destructors ordering that led to memory corruption
* Do not reset symbols case of settings if parsed from lua (reported by @andrejzverev)
* Fix build on SunOS (by @wiedi)
* Fix multiple crashes on broken DKIM DNS records
* Fix critical issue with composites weights removing
* Fix memory corruption in composites processing code
* Ignore non-SPF TXT records when parsing SPF includes

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
9 years agoUpdate to 0.8.1
Vsevolod Stakhov [Fri, 23 Jan 2015 16:54:30 +0000 (16:54 +0000)]
Update to 0.8.1

9 years agoIgnore broken TXT records when parsing include.
Vsevolod Stakhov [Thu, 22 Jan 2015 21:58:59 +0000 (21:58 +0000)]
Ignore broken TXT records when parsing include.

9 years agoFix another critical composites issue and memory corruption.
Vsevolod Stakhov [Thu, 22 Jan 2015 01:11:02 +0000 (01:11 +0000)]
Fix another critical composites issue and memory corruption.

9 years agoFix critical issue with composites weights.
Vsevolod Stakhov [Wed, 21 Jan 2015 22:05:38 +0000 (22:05 +0000)]
Fix critical issue with composites weights.

9 years agoAnother err dereference for dkim module.
Vsevolod Stakhov [Wed, 21 Jan 2015 11:04:29 +0000 (11:04 +0000)]
Another err dereference for dkim module.

9 years agoFix crash on broken DKIM DNS records.
Vsevolod Stakhov [Tue, 20 Jan 2015 13:39:02 +0000 (13:39 +0000)]
Fix crash on broken DKIM DNS records.