aboutsummaryrefslogtreecommitdiffstats
path: root/conf/lua
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:vstakhov/rspamdVsevolod Stakhov2014-09-071-13/+13
|\
| * Fix Message-Id rules.Vsevolod Stakhov2014-09-061-13/+13
| |
* | More fixes to classifiers selector.Vsevolod Stakhov2014-09-051-2/+2
|/
* Fix for lua 5.2.Vsevolod Stakhov2014-09-051-0/+5
|
* Fix DATE_IN_PAST and DATE_IN_FUTUREVsevolod Stakhov2014-09-041-6/+4
|
* Fix configuration.Vsevolod Stakhov2014-09-033-29/+22
|
* Simplify cached regexp creation.Vsevolod Stakhov2014-08-262-10/+5
|
* Adopt config.Vsevolod Stakhov2014-08-253-11/+14
|
* Fix plugins.Vsevolod Stakhov2014-08-182-3/+3
|
* Update default configs.Vsevolod Stakhov2014-08-172-6/+6
|
* Hfilter: Update and fixAlexey2014-05-171-3/+6
| | | | - Added checks for message-id host - small fixes
* 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
|
* 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
* 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
* Use more permissive value for parts_differ.Vsevolod Stakhov2014-01-241-1/+1
|
* 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
|
* Remove HELO_NOT_FQDN as it exists in hfilter.Vsevolod Stakhov2013-12-241-19/+0
| | | | Submitted by: AL
* Add hfilter - an advanced set of helo and hostname checks.Vsevolod Stakhov2013-12-242-0/+250
| | | | Submitted by: AL
* Add rule for HELO host FQDN checkAlexey2013-12-241-0/+18
|
* * Add meta-classification example.Vsevolod Stakhov2012-10-041-14/+100
| | | | | Many changes to advanced statistic and meta-classification logic. Add example of complex meta-classification.
* Another debian license fix.Vsevolod Stakhov2012-09-104-0/+68
| | | | | Add apache license for regexp that were delivered from SpamAssassin project. Fix debian/copyright for src/dns.c.
* Fix thunderbird message id for the modern thunderbird versions.Vsevolod Stakhov2012-08-141-1/+1
|
* Check received for not more than 5 recipients.Vsevolod Stakhov2012-05-281-2/+14
| | | | Install lua configuration by default (as user's one should be in rspamd.local.lua).
* * Avoid DoS while sending a message with a lot of recipients in 'To' header.Vsevolod Stakhov2012-05-281-17/+28
| | | | | Fix possible deadlock in lua_redis. Version is now 0.4.8 as there are enough changes.
* * Add classifiers pre-selection scriptVsevolod Stakhov2011-07-192-0/+52
|
* * Add rules for message's dateVsevolod Stakhov2011-04-251-0/+28
|
* Update rules.Vsevolod Stakhov2011-02-241-0/+22
| | | | Submitted by: Victor Ustugov
* Add rules.Vsevolod Stakhov2011-02-241-0/+92
| | | | Submitted by: Victor Ustugov
* Rules update.Vsevolod Stakhov2011-02-221-16/+16
| | | | Submitted by: Victor Ustugov
* New rules.Vsevolod Stakhov2011-02-211-0/+40
| | | | Submitted by: Victor Ustugov
* Reduce weight of NO_SPACE_IN_FROM.Vsevolod Stakhov2011-02-191-1/+33
| | | | | | | | Change default pid file location. Change MISSING_TO rule not to work when header exists but empty. Add rules for bad bondaries and message ids. Suggested by: Victor Ustugov.
* * Add ability to save symbols that are inside composites with '-' flag.Vsevolod Stakhov2011-02-191-1/+62
| | | | | | | Remove warnings from rspamc. Add new rules [1] Submitted by: Victor Ustugov [1]
* Add composites for outlook.Vsevolod Stakhov2011-02-191-2/+4
| | | | Submitted by: Victor Ustugov
* * Improve forged_recipients plugin [1]Vsevolod Stakhov2011-02-161-0/+14
| | | | | | Add loading of local rules to rspamd.lua [1] [1] Suggested by Victor Ustugov
* Polish sample config.Vsevolod Stakhov2011-02-092-9/+18
|
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-201-1/+0
| | | | | | | | - now symbols inside metrics definition must be inside rules as well - symbols may be virtual (e.g. when module can insert several symbols inside callback) - symbols may be pure callbacks (when symbol's name is unknown and depends on conditions) * Module 'emails' is removed as it is not used in the current rspamd MANY fixes to sample config files
* * Write symbols weights to rspamc outputVsevolod Stakhov2010-07-311-1/+1
| | | | | | * Improve logic of selecting rspamc version * Do not try to parse broken DNS replies * Add 'raw' flag to FROM_EXCESS_BASE64 rule (requested by citrin)