커밋 그래프

209 커밋

작성자 SHA1 메시지 날짜
Mikhail Gusarov
cd1028e0bd Reorganize configuration files for systemd
Common systemd/non-systemd options were moved to .inc
files. rspamd.conf is systemd-enabled one,
rspamd.sysvinit.conf is sysvinit-compatible one.
2015-03-17 18:55:45 +02:00
Andrew Lewis
a5efa06e4b Fix missing symbol registration 2015-03-11 14:23:42 +02:00
Alexey AL
67f440bc13 Hfilter: Fix FQDN check expression 2015-03-06 16:59:58 +03:00
Andrew Lewis
c71101b083 Check IPv6 addresses at dnswl.org and Spamhaus whitelist 2015-02-26 23:31:56 +02:00
Vsevolod Stakhov
a387323a9f Fix FORGED_MUA_THUNDERBIRD_MSGID.
Issue:	#186
Reported by:	@moiseev
2015-02-26 18:01:27 +00:00
Vsevolod Stakhov
69ae802046 Rework ip_score module completely. 2015-02-26 16:05:51 +00:00
Vsevolod Stakhov
84a6185266 Merge pull request #177 from fatalbanana/master
More fixes & improvements for RBL module
2015-02-17 13:41:25 +00:00
Andrew Lewis
9e1b3fd96d Since exclude_private_ips requires config to change behaviour now we can make it default true 2015-02-17 13:14:10 +02:00
Andrew Lewis
9ad2a7d1e5 Support emails dnsbl 2015-02-17 12:48:41 +02:00
Vsevolod Stakhov
9b7bb87687 Merge pull request #176 from AlexeySa/master
Hfilter: Bounce message check
2015-02-16 21:53:07 +00:00
Alexey AL
972b0f4b14 Update hfilter.lua 2015-02-16 23:49:10 +03:00
Alexey AL
c3750a9712 Update hfilter.lua 2015-02-16 23:43:25 +03:00
Alexey AL
ea63ab4516 Update hfilter.lua 2015-02-16 23:39:21 +03:00
Alexey AL
69a7eaa655 Update hfilter.lua 2015-02-16 23:37:47 +03:00
Alexey AL
7a922afb61 Update modules.conf 2015-02-16 23:37:08 +03:00
Alexey AL
6a8edeb470 Hfilter: bounce metrics 2015-02-16 23:20:44 +03:00
Alexey AL
2f806fd98c Hfilter: Bounce message check 2015-02-16 23:16:39 +03:00
Andrew Lewis
da3dbe0097 Use radix for private IP exclusions in rbl.lua
Conflicts:
	src/plugins/lua/rbl.lua
2015-02-16 17:32:29 +02:00
Alexey AL
580496ce7f Update hfilter.lua 2015-02-14 16:27:51 +03:00
Alexey AL
33d2e4854d Update hfilter.lua 2015-02-14 16:06:26 +03:00
Alexey AL
96ec392ac9 Update metrics for Hfilter 2015-02-14 16:02:43 +03:00
Alexey AL
5688f3bed4 Hfilter: more fixes for helo checks, new metric 2015-02-14 16:00:37 +03:00
Andrew Lewis
bab9f14abf Make ignoring private IP space configurable; avoid changing plugin default behaviour 2015-02-14 10:57:18 +02:00
Andrew Lewis
b0ed876d0a Minor nonsense 2015-02-13 13:45:14 +02:00
Vsevolod Stakhov
82f6ff61d5 Clarify copyright for lua plugins. 2015-02-13 11:12:54 +00:00
Andrew Lewis
77918fb385 hfilter.lua: Add exclusion for authenticated users (except link checks) 2015-02-13 11:30:41 +02:00
Alexey AL
dd991d1106 Hfilter: Fix metric 2015-02-12 20:51:03 +03:00
Alexey AL
2c9352b652 Hfilter: New metrics for helo checks 2015-02-12 20:44:04 +03:00
Alexey AL
61a65851d2 Hfilter: Update
Fix: hostname and helo checks
Add: New bad hostnames
2015-02-12 20:42:29 +03:00
Andrew Lewis
c2a4fda0e3 Rename user to exclude_users and invert logic 2015-02-12 17:12:50 +02:00
Vsevolod Stakhov
141e7673fa Merge pull request #146 from fatalbanana/master
Update RBL module etc
2015-02-11 16:07:56 +00:00
Andrew Lewis
e9c1446f0a Update RBL module: fix indentation; collapse loops; avoid calling for un-needed information; allow disabling RBLs for authenticated users 2015-02-11 15:48:46 +02:00
Andrew Lewis
0f43abdc16 Add DNSWL_BLOCKED symbol 2015-02-11 15:44:35 +02:00
eneq123
cc473f6816 false if header from is nil 2015-02-11 16:12:44 +03:00
Vsevolod Stakhov
1e2ff82baa Merge pull request #140 from AlexeySa/patch-3
Fix: if not exist Date-header
2015-02-07 17:18:22 +00:00
Alexey AL
6ca427ec6b Update metrics.conf 2015-02-07 19:01:04 +03:00
Alexey AL
48621d03c6 Update rspamd.lua 2015-02-07 19:00:20 +03:00
Alexey AL
b460a002a0 Fix: if not exist Date-header 2015-02-07 18:46:31 +03:00
Andrew Lewis
b34a8e8a34 Enable one_shot for RECEIVED_SPAMHAUS_XBL - Fixes #102 2015-02-01 00:29:10 +02:00
Vsevolod Stakhov
c4905fa38f Increase limit for DATE_IN_FUTURE to 2hr.
Suggested by:	@citrin
2014-12-06 19:33:45 +00:00
Vsevolod Stakhov
d4ce2c1bdd Allow to disable components of hfilter. 2014-11-21 15:40:29 +00:00
Vsevolod Stakhov
15b0a259ac Rework register_symbols function. 2014-11-21 15:39:04 +00:00
Vsevolod Stakhov
3dbdd23b75 Rework spf module.
- Copy data to memory pool as cached record might be destroyed causing
  freed memory being passed to the protocol output (use after free).
- Allow SPF_NEUTRAL policy to be handled separately.
- Add R_SPF_NEUTRAL to the default config.
2014-11-21 14:22:06 +00:00
Vsevolod Stakhov
8a0502e70c Fix indentation in hfilter. 2014-11-21 14:02:31 +00:00
Anton Yuzhaninov
2b3bdd125c Fix typo in symbol description. 2014-11-05 21:32:32 +03:00
Andrew Lewis
bdf2d9588a Remove CBL as it's wholly included in Spamhaus XBL which we're querying already - http://cbl.abuseat.org/faq.html 2014-10-23 16:23:21 +02:00
Anton Yuzhaninov
0bf108c762 Remove nszones.com fake RBL:
http://www.spamhaus.org/organization/statement/8/
2014-10-21 19:19:19 +04:00
Anton Yuzhaninov
ceac1763f3 Config: reflect SURBL changes.
Outblaze removed, malware moved to separate list:
http://www.surbl.org/news/internal/MW-malware-sublist-added-to-multi
2014-10-10 19:58:25 +04:00
Anton Yuzhaninov
a9b337089e Config: improve SURBL symbols descriptions 2014-10-10 19:51:32 +04:00
Vsevolod Stakhov
a62e5deba9 Remove unused symbol R_IP_PBL. 2014-10-08 18:26:56 +01:00