Commit Graph

106 Commits

Author SHA1 Message Date
Vsevolod Stakhov
3f20ce1228 Merge pull request #46 from AlexeySa/master
Added Spameatingmonkey RBL, URIBL and fresh URIBL
2014-02-13 13:11:26 +00:00
Alexey
75c80c6f6e Fix setting for Spameatingmonkey RBL
Remove ipv6 support for RBL
2014-02-12 08:47:15 -08:00
Alexey
99ece568a6 Add metric for Spameatingmonkey RBL and SURBL 2014-02-12 08:41:17 -08:00
Alexey
f40af67101 Add Spameatingmonkey RBL and SURBL 2014-02-12 08:29:56 -08:00
Andrew Lewis
fa8e1dc94f Tweak default RBL module config for brevity 2014-02-07 12:03:58 +02:00
Alexey
8ba82df4bb Fix rule MISSING_MIMEOLE for IPB forum
Add exception for Invision Power Board forum
2014-02-05 09:54:36 -08:00
Alexey
dd6a81c697 Fix Hfilter for null text part
Fix HFILTER_URL_ONELINE for null text part
2014-02-05 00:32:06 -08:00
Alexey
7bd58d6795 Update metrics.conf 2014-02-03 10:16:31 -08:00
Alexey
8d1408000e Rename symbol HFILTER_HOSTNAME_NOPTR 2014-02-03 10:13:53 -08:00
Alexey
a9c26ed598 Rename symbol in Hfilter
Rename symbol HFILTER_HOSTNAME_NOPTR to HFILTER_HOSTNAME_UNKNOWN
2014-02-03 10:09:49 -08:00
Vsevolod Stakhov
174ae21647 Increase default reject treshold. 2014-02-03 16:24:13 +00:00
Andrej Zverev
7f53014465 - Fix typo 2014-02-03 15:38:04 +04:00
Andrej Zverev
a0fd753345 Allow override system predefined settings without touching .conf files
from distribution.
2014-02-01 18:50:38 +04:00
Alexey
2330c14b92 Optimize Hfilter 2014-01-31 09:49:50 -08:00
Alexey
8a78b0de5e Tune metric for hfilter 2014-01-28 10:08:18 -08:00
Vsevolod Stakhov
48fdd5aea9 Rework HFILTER_URL_ONELINE. 2014-01-25 19:42:58 +00:00
Alexey
71d592cb60 Fix hfilter 2014-01-24 12:09:30 -08:00
Vsevolod Stakhov
744d3ff5e5 Remove HFILTER_URL_ONELINE rule.
- Added functions:
 `rspamd_textpart:get_length` - get a full length of text part
 `rspamd_url:get_length` - get a full length of an URL object

- Removed `HFILTER_URL_ONELINE` as it is broken by nature
- Reworked hfilter to improve performance
2014-01-24 16:44:47 +00:00
Vsevolod Stakhov
d667c6b4ac Use more permissive value for parts_differ. 2014-01-24 16:44:10 +00:00
Vsevolod Stakhov
199b32be13 Improve hostname processing. 2014-01-22 14:23:02 +00:00
Alexandre Perrin
2c47cda1c4 workers.conf: controller listen to localhost instead of 127.0.0.1
the rspamc controller default host is "localhost" and using by default 127.0.0.1 for rspamd controller is an issue on hosts using IPv6 as "localhost".
2014-01-17 11:07:23 +01:00
Alexey
9aadec0288 Update Hfilter
- Optimize and fixes for hostname check
- Some fixes for helo check
2014-01-06 13:27:45 -08:00
Vsevolod Stakhov
3c1866666f Several fixes to hfilter module. 2013-12-27 13:54:00 +00:00
Vsevolod Stakhov
dbf377ae0b Merge pull request #19 from AlexeySa/master
Rework checks for Message-id in Hfilter
2013-12-27 02:36:20 -08:00
Alexey
3dc20fa79e Update metric for Hfilter 2013-12-27 01:00:09 -08:00
Alexey
4b0c87faf2 Rework checks for Message-id
Del resolve host rules in Message-Id header
2013-12-27 00:57:45 -08:00
Alexey
655661ca0d Reduce metric for FORGED_SENDER
Many false positives from mail scripts and maillists.
2013-12-27 00:15:11 -08:00
Alexey
fcb7a16572 Update symbols for Hfilter 2013-12-26 13:47:11 -08:00
Alexey
5cb90bb33e Hfilter update
- add "MAIL FROM" host check. Postfix option "reject_unknown_recipient_domain" better to switch off;
- add host check from header "Message-id:";
- rework resolve functions
- Fix symbols
2013-12-26 13:45:20 -08:00
Vsevolod Stakhov
9c477a80e8 Fix escape symbols in hfilter. 2013-12-26 15:26:45 +00:00
Vsevolod Stakhov
928d072cec Remove HELO_NOT_FQDN as it exists in hfilter.
Submitted by: AL
2013-12-24 18:55:47 +00:00
Vsevolod Stakhov
08caf16449 Add hfilter - an advanced set of helo and hostname checks.
Submitted by: AL
2013-12-24 18:24:54 +00:00
Vsevolod Stakhov
4b0f1587bb Improve spamhaus RBL support.
Submitted by: AL
2013-12-24 17:07:12 +00:00
Alexey
35a4f68f3c Add rule for HELO host FQDN check 2013-12-24 06:59:05 -08:00
Alexey
3de23ef38c Add metric for HELO_NOT_FQDN 2013-12-24 06:58:03 -08:00
Vsevolod Stakhov
7bc189b9a9 Adjust weights for uribl lists. 2013-12-23 14:49:53 +00:00
Vsevolod Stakhov
26d4832651 Reduce weight of FORGED_RECIPIENTS rule. 2013-12-23 14:48:36 +00:00
Vsevolod Stakhov
c0902fb952 Fix symbol names. 2013-12-23 12:23:11 +00:00
Vsevolod Stakhov
8080d057db Reflect option in the default config. 2013-12-20 15:55:42 +00:00
Vsevolod Stakhov
5733cc904c Fix misprint in the configuration. 2013-12-18 14:34:21 +00:00
AlexeySa
bb8475620e Update modules.conf
Added Sorbs RBL
2013-12-12 13:08:16 -08:00
AlexeySa
3eff054913 Update metrics.conf
Added Sorbs RBL metrics
2013-12-12 13:03:49 -08:00
AlexeySa
3d0ff53cdb Update 2tld.inc
All SLD's zones for correct surbl works.
2013-12-12 12:36:45 -08:00
Vsevolod Stakhov
21b1eec1aa Always use one_shot mode for fuzzy_check. 2013-12-06 12:19:36 +00:00
Vsevolod Stakhov
4123f20760 Tune default settings. 2013-12-05 15:57:04 +00:00
Vsevolod Stakhov
c52921bf52 Allow to skip unknown flags in fuzzy_check module. 2013-12-05 12:03:47 +00:00
Vsevolod Stakhov
54c67e13ae Set highsecure.ru as readonly fuzzy server. 2013-12-04 16:45:35 +00:00
Vsevolod Stakhov
703fb40d6e Rework fuzzy check module.
- Now all checks are organized to rules.
- Allow to specify read_only rules to avoid problems on learning.
- Use better normalizer for fuzzy module and it now returns values
  from 0 to 1.0 (like bayes does).
- Update configuration accordingly.
- Drop legacy configuration support.
- Detect tanh as well and provide some reasonable (linear) fallback.
2013-12-04 13:41:26 +00:00
Vsevolod Stakhov
8d0e298836 Some copyright fixes. 2013-12-02 13:36:19 +00:00
Vsevolod Stakhov
c9e996fd5b Fix debian spec.
Submitted by: fatalbanana
2013-11-30 22:07:11 +00:00