aboutsummaryrefslogtreecommitdiffstats
path: root/conf/lua/hfilter.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove lua rules from conf subdir.Vsevolod Stakhov2015-08-071-466/+0
|
* Remove duplicate.Vsevolod Stakhov2015-06-291-1/+0
|
* Fix hfilter URL_ONELINE rule.Vsevolod Stakhov2015-05-011-3/+1
|
* Fix hfilter rule.Vsevolod Stakhov2015-04-291-5/+1
|
* Hfilter: Fix FQDN check expressionAlexey AL2015-03-061-1/+1
|
* Update hfilter.luaAlexey AL2015-02-161-2/+2
|
* Update hfilter.luaAlexey AL2015-02-161-2/+2
|
* Update hfilter.luaAlexey AL2015-02-161-3/+0
|
* Update hfilter.luaAlexey AL2015-02-161-0/+7
|
* Hfilter: Bounce message checkAlexey AL2015-02-161-1/+25
|
* Update hfilter.luaAlexey AL2015-02-141-3/+3
|
* Update hfilter.luaAlexey AL2015-02-141-4/+0
|
* Hfilter: more fixes for helo checks, new metricAlexey AL2015-02-141-47/+81
|
* Minor nonsenseAndrew Lewis2015-02-131-1/+0
|
* Clarify copyright for lua plugins.Vsevolod Stakhov2015-02-131-5/+28
|
* hfilter.lua: Add exclusion for authenticated users (except link checks)Andrew Lewis2015-02-131-39/+43
|
* Hfilter: Fix metricAlexey AL2015-02-121-0/+2
|
* Hfilter: UpdateAlexey AL2015-02-121-21/+36
| | | | Fix: hostname and helo checks Add: New bad hostnames
* Rework `register_symbols` function.Vsevolod Stakhov2014-11-211-89/+163
|
* Fix indentation in hfilter.Vsevolod Stakhov2014-11-211-234/+234
|
* Fix configuration.Vsevolod Stakhov2014-09-031-3/+0
|
* Simplify cached regexp creation.Vsevolod Stakhov2014-08-261-2/+1
|
* Adopt config.Vsevolod Stakhov2014-08-251-2/+4
|
* Fix plugins.Vsevolod Stakhov2014-08-181-1/+1
|
* Hfilter: Update and fixAlexey2014-05-171-3/+6
| | | | - Added checks for message-id host - small fixes
* Hfilter: small fixesAlexey2014-04-051-2/+2
|
* Fix hfilter.Vsevolod Stakhov2014-03-291-6/+3
|
* Hfilter: Fix for IPv6 supportAlexey2014-03-281-5/+8
|
* Fix Hfilter for null text partAlexey2014-02-051-33/+31
| | | Fix HFILTER_URL_ONELINE for null text part
* Rename symbol in HfilterAlexey2014-02-031-2/+2
| | | Rename symbol HFILTER_HOSTNAME_NOPTR to HFILTER_HOSTNAME_UNKNOWN
* Optimize HfilterAlexey2014-01-311-7/+8
|
* Rework HFILTER_URL_ONELINE.Vsevolod Stakhov2014-01-251-2/+17
|
* Fix hfilterAlexey2014-01-241-1/+1
|
* Remove HFILTER_URL_ONELINE rule.Vsevolod Stakhov2014-01-241-23/+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
* Improve hostname processing.Vsevolod Stakhov2014-01-221-8/+4
|
* 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
|
* Rework checks for Message-idAlexey2013-12-271-8/+17
| | | Del resolve host rules in Message-Id header
* 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
|
* Add hfilter - an advanced set of helo and hostname checks.Vsevolod Stakhov2013-12-241-0/+246
Submitted by: AL