| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted by: AL
|
|
|
|
| |
Submitted by: AL
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Add loading of local rules to rspamd.lua [1]
[1] Suggested by Victor Ustugov
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
* Reset lua state while reloading
|