aboutsummaryrefslogtreecommitdiffstats
path: root/conf/lua/rspamd.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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