summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove duplicate rbl ruleAlexey2014-05-221-33/+29
|/
* Add rules for Abuseat and Nszones rblAlexey2014-05-211-0/+10
|
* Add netrics for Abuseat and Nszones rblAlexey2014-05-211-1/+17
|
* Add metrics for Abuse.ch and Uceprotect rblAlexey2014-05-211-0/+10
|
* Add rules for Abuse.ch and Uceprotect rblAlexey2014-05-211-0/+12
|
* Update metrics.confAlexey2014-05-211-1/+0
|
* Fix: Change rbl logicAlexey2014-05-211-10/+1
|
* Very small fix for DNSWL ruleAlexey2014-05-211-3/+3
|
* Merge pull request #70 from eneq123/masterVsevolod Stakhov2014-05-212-2/+23
|\ | | | | DNSWL support (via RBL) added
| * * use the "User:" rspamc proto param for ratelimiteneq1232014-05-071-0/+1
| | | | | | | | | | * fix rspamd_actions typo * rspamd_logger added for 'Ratelimit exceeded' case
| * DNSWL support (via RBL) addedeneq1232014-05-072-2/+22
| |
* | Hfilter: Add new metricsAlexey2014-05-171-0/+2
| |
* | Hfilter: Update and fixAlexey2014-05-171-3/+6
|/ | | | - Added checks for message-id host - small fixes
* Webui is now controller.Vsevolod Stakhov2014-04-301-6/+1
| | | | Old controller is kept in legacy_controller.c.
* Add WWWDIR macro to rspamd configuration.Vsevolod Stakhov2014-04-241-1/+2
|
* Use updated outlook version.Vsevolod Stakhov2014-04-101-1/+1
|
* Hfilter: small fixesAlexey2014-04-051-2/+2
|
* Fix hfilter.Vsevolod Stakhov2014-03-291-6/+3
|
* Hfilter: Fix for IPv6 supportAlexey2014-03-281-5/+8
|
* Implement secure IPs for webui.Vsevolod Stakhov2014-02-281-0/+1
|
* Merge pull request #46 from AlexeySa/masterVsevolod Stakhov2014-02-132-0/+38
|\ | | | | Added Spameatingmonkey RBL, URIBL and fresh URIBL
| * Fix setting for Spameatingmonkey RBLAlexey2014-02-121-1/+1
| | | | | | Remove ipv6 support for RBL
| * Add metric for Spameatingmonkey RBL and SURBLAlexey2014-02-121-0/+11
| |
| * Add Spameatingmonkey RBL and SURBLAlexey2014-02-121-0/+27
| |
* | Tweak default RBL module config for brevityAndrew Lewis2014-02-071-5/+0
| |
* | Fix rule MISSING_MIMEOLE for IPB forumAlexey2014-02-051-1/+2
| | | | | | Add exception for Invision Power Board forum
* | Fix Hfilter for null text partAlexey2014-02-051-33/+31
|/ | | Fix HFILTER_URL_ONELINE for null text part
* Update metrics.confAlexey2014-02-031-1/+1
|
* Rename symbol HFILTER_HOSTNAME_NOPTRAlexey2014-02-031-1/+1
|
* Rename symbol in HfilterAlexey2014-02-031-2/+2
| | | Rename symbol HFILTER_HOSTNAME_NOPTR to HFILTER_HOSTNAME_UNKNOWN
* Increase default reject treshold.Vsevolod Stakhov2014-02-031-1/+1
|
* - Fix typoAndrej Zverev2014-02-031-1/+1
|
* Allow override system predefined settings without touching .conf filesAndrej Zverev2014-02-011-0/+3
| | | | from distribution.
* Optimize HfilterAlexey2014-01-311-7/+8
|
* Tune metric for hfilterAlexey2014-01-281-3/+3
|
* Rework HFILTER_URL_ONELINE.Vsevolod Stakhov2014-01-252-2/+18
|
* Fix hfilterAlexey2014-01-241-1/+1
|
* Remove HFILTER_URL_ONELINE rule.Vsevolod Stakhov2014-01-242-24/+19
| | | | | | | | | - 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
* Use more permissive value for parts_differ.Vsevolod Stakhov2014-01-241-1/+1
|
* Improve hostname processing.Vsevolod Stakhov2014-01-221-8/+4
|
* workers.conf: controller listen to localhost instead of 127.0.0.1Alexandre Perrin2014-01-171-1/+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".
* Update HfilterAlexey2014-01-061-50/+31
| | | | - Optimize and fixes for hostname check - Some fixes for helo check
* Several fixes to hfilter module.Vsevolod Stakhov2013-12-271-3/+5
|
* Merge pull request #19 from AlexeySa/masterVsevolod Stakhov2013-12-272-11/+18
|\ | | | | Rework checks for Message-id in Hfilter
| * Update metric for HfilterAlexey2013-12-271-3/+1
| |
| * Rework checks for Message-idAlexey2013-12-271-8/+17
| | | | | | Del resolve host rules in Message-Id header
* | Reduce metric for FORGED_SENDERAlexey2013-12-271-1/+1
|/ | | Many false positives from mail scripts and maillists.
* Update symbols for HfilterAlexey2013-12-261-17/+23
|
* Hfilter updateAlexey2013-12-261-115/+168
| | | | | | - 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
* Fix escape symbols in hfilter.Vsevolod Stakhov2013-12-261-2/+2
|