aboutsummaryrefslogtreecommitdiffstats
path: root/conf/lua/rspamd.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove lua rules from conf subdir.Vsevolod Stakhov2015-08-071-120/+0
|
* Add improved version of R_EMPTY_IMAGE.Vsevolod Stakhov2015-07-231-16/+0
|
* Start work on new HTML rules.Vsevolod Stakhov2015-07-231-4/+1
|
* Misprint.Vsevolod Stakhov2015-07-161-1/+1
|
* Remove debug.Vsevolod Stakhov2015-07-161-1/+0
|
* Do not use reconf for pure lua functions.Vsevolod Stakhov2015-07-161-1/+1
|
* Rework R_PARTS_DIFFER rule.Vsevolod Stakhov2015-07-151-1/+17
|
* Minor nonsenseAndrew Lewis2015-02-131-1/+1
|
* Clarify copyright for lua plugins.Vsevolod Stakhov2015-02-131-0/+26
|
* Merge pull request #140 from AlexeySa/patch-3Vsevolod Stakhov2015-02-071-3/+3
|\ | | | | Fix: if not exist Date-header
| * Fix: if not exist Date-headerAlexey AL2015-02-071-3/+3
| |
* | Update rspamd.luaAlexey AL2015-02-071-0/+9
|/
* Increase limit for DATE_IN_FUTURE to 2hr.Vsevolod Stakhov2014-12-061-1/+1
| | | | Suggested by: @citrin
* Fix DATE_IN_PAST and DATE_IN_FUTUREVsevolod Stakhov2014-09-041-6/+4
|
* Adopt config.Vsevolod Stakhov2014-08-251-1/+1
|
* Update default configs.Vsevolod Stakhov2014-08-171-3/+3
|
* Use more permissive value for parts_differ.Vsevolod Stakhov2014-01-241-1/+1
|
* 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-241-0/+4
| | | | Submitted by: AL
* Add rule for HELO host FQDN checkAlexey2013-12-241-0/+18
|
* * Add classifiers pre-selection scriptVsevolod Stakhov2011-07-191-0/+4
|
* * Add rules for message's dateVsevolod Stakhov2011-04-251-0/+28
|
* * 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-091-4/+18
|
* * Add rspamd_log variable to lua plugins to access logging functionsVsevolod Stakhov2010-07-251-2/+4
| | | | | | | | | * Each part in rspamd task now can have parent part * Check for parts distance only for multipart/alternative subparts * Do not check attachements even if they are text (but attached as file) * Do not die if write (2) returned ENOSPACE while doing logging, turn on throttling mode instead (1 write try in a second) * Add ability to turn on debug for specific symbols * Add ability to configure dns timeouts and dns retransmits in config file
* * Bugfixes:Vsevolod Stakhov2010-04-201-8/+7
| | | | | | | | | | - handle '\' characters in lua strings correctly - fix lua initialization - avoid of using global lua state (global L) - fix listen sockets hash to allow multiply workers of same type but on different listen sockets - fix modules options inserting to allow multiply options of the same name - fix parsing of lua options - fix lua rules
* * Add lua config for most common rulesVsevolod Stakhov2010-04-131-0/+27
* Reset lua state while reloading