Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove lua rules from conf subdir. | Vsevolod Stakhov | 2015-08-07 | 1 | -120/+0 |
| | |||||
* | Add improved version of R_EMPTY_IMAGE. | Vsevolod Stakhov | 2015-07-23 | 1 | -16/+0 |
| | |||||
* | Start work on new HTML rules. | Vsevolod Stakhov | 2015-07-23 | 1 | -4/+1 |
| | |||||
* | Misprint. | Vsevolod Stakhov | 2015-07-16 | 1 | -1/+1 |
| | |||||
* | Remove debug. | Vsevolod Stakhov | 2015-07-16 | 1 | -1/+0 |
| | |||||
* | Do not use reconf for pure lua functions. | Vsevolod Stakhov | 2015-07-16 | 1 | -1/+1 |
| | |||||
* | Rework R_PARTS_DIFFER rule. | Vsevolod Stakhov | 2015-07-15 | 1 | -1/+17 |
| | |||||
* | Minor nonsense | Andrew Lewis | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | Clarify copyright for lua plugins. | Vsevolod Stakhov | 2015-02-13 | 1 | -0/+26 |
| | |||||
* | Merge pull request #140 from AlexeySa/patch-3 | Vsevolod Stakhov | 2015-02-07 | 1 | -3/+3 |
|\ | | | | | Fix: if not exist Date-header | ||||
| * | Fix: if not exist Date-header | Alexey AL | 2015-02-07 | 1 | -3/+3 |
| | | |||||
* | | Update rspamd.lua | Alexey AL | 2015-02-07 | 1 | -0/+9 |
|/ | |||||
* | Increase limit for DATE_IN_FUTURE to 2hr. | Vsevolod Stakhov | 2014-12-06 | 1 | -1/+1 |
| | | | | Suggested by: @citrin | ||||
* | Fix DATE_IN_PAST and DATE_IN_FUTURE | Vsevolod Stakhov | 2014-09-04 | 1 | -6/+4 |
| | |||||
* | Adopt config. | Vsevolod Stakhov | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | Update default configs. | Vsevolod Stakhov | 2014-08-17 | 1 | -3/+3 |
| | |||||
* | Use more permissive value for parts_differ. | Vsevolod Stakhov | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Remove HELO_NOT_FQDN as it exists in hfilter. | Vsevolod Stakhov | 2013-12-24 | 1 | -19/+0 |
| | | | | Submitted by: AL | ||||
* | Add hfilter - an advanced set of helo and hostname checks. | Vsevolod Stakhov | 2013-12-24 | 1 | -0/+4 |
| | | | | Submitted by: AL | ||||
* | Add rule for HELO host FQDN check | Alexey | 2013-12-24 | 1 | -0/+18 |
| | |||||
* | * Add classifiers pre-selection script | Vsevolod Stakhov | 2011-07-19 | 1 | -0/+4 |
| | |||||
* | * Add rules for message's date | Vsevolod Stakhov | 2011-04-25 | 1 | -0/+28 |
| | |||||
* | * Improve forged_recipients plugin [1] | Vsevolod Stakhov | 2011-02-16 | 1 | -0/+14 |
| | | | | | | Add loading of local rules to rspamd.lua [1] [1] Suggested by Victor Ustugov | ||||
* | Polish sample config. | Vsevolod Stakhov | 2011-02-09 | 1 | -4/+18 |
| | |||||
* | * Add rspamd_log variable to lua plugins to access logging functions | Vsevolod Stakhov | 2010-07-25 | 1 | -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 Stakhov | 2010-04-20 | 1 | -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 rules | Vsevolod Stakhov | 2010-04-13 | 1 | -0/+27 |
* Reset lua state while reloading |