| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* Add ability to resolve ip in once_received plugin to avoid temporary DNS fails of SMTP resolving
|
| |
|
|
|
|
| |
* Provide compatibility for lua plugins for old versions of rspamd
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
* Add ability to output colored messages for file and console loggers
|
|
|
|
|
|
|
| |
* Completely remove lex/yacc readers for config
* Make common sense of metric/action and symbols
* Sync changes with all plugins
TODO: add this to documentation
|
|
|
|
| |
hostname
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Add ability to access recipients list and sender information
* Add plugin for checking forged recipients and sender
* Sync documentation
|
| |
|
|
|
|
|
|
| |
- fix once received plugin to configure properly (pointy hat to: dmx)
- add additional functionality to once_received plugin for strict checking of received
- make all things local
|
|
* Fix read_callback to avoid double freeing of task object
|