Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Fix exit codes usage to POSIX portable EXIT_FAILURE | Vsevolod Stakhov | 2021-08-29 | 1 | -61/+61 |
| | |||||
* | [Refactor] Correct misspelled function name in Rspamd agent for Exim | Alexander Moisseev | 2017-06-28 | 1 | -2/+2 |
| | |||||
* | [Minor] Massive spelling correction | Alexander Moisseev | 2017-06-27 | 1 | -1/+1 |
| | | | | by a bot https://github.com/ka7/misspell_fixer | ||||
* | Update local_scan.c | Bryon Gloden, CISSPĀ® | 2016-08-02 | 1 | -1/+1 |
| | | | | | | | [../rspamd-master/contrib/exim/local_scan.c:630]: (error) Uninitialized variable: rej It's always good to initialize integer variables, at least to 0, because if you try to retrieve its value before it gets assigned any actual (non-garbage) value, then it results in undefined behavior. Found by https://github.com/bryongloden/cppcheck | ||||
* | Refactoring conditional directives that break parts of statements. | lzmths | 2015-12-08 | 1 | -2/+4 |
| | |||||
* | * Fix issue with folding multiline headers (submitted by Anton Nekhoroshikh). | Vsevolod Stakhov | 2010-05-26 | 1 | -14/+10 |
| | |||||
* | * Fix issues in documentation | Vsevolod Stakhov | 2010-05-25 | 1 | -1/+1 |
| | | | | * Fix rspamd url | ||||
* | * Add a little review of rspamd | cebka@lenovo-laptop | 2010-02-04 | 1 | -0/+702 |
* Add local_scan.c from Anton Nekhoroshikh for exim MTA |