summaryrefslogtreecommitdiffstats
path: root/contrib/exim/local_scan.c
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Fix exit codes usage to POSIX portable EXIT_FAILUREVsevolod Stakhov2021-08-291-61/+61
|
* [Refactor] Correct misspelled function name in Rspamd agent for EximAlexander Moisseev2017-06-281-2/+2
|
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-271-1/+1
| | | | by a bot https://github.com/ka7/misspell_fixer
* Update local_scan.cBryon Gloden, CISSPĀ®2016-08-021-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.lzmths2015-12-081-2/+4
|
* * Fix issue with folding multiline headers (submitted by Anton Nekhoroshikh).Vsevolod Stakhov2010-05-261-14/+10
|
* * Fix issues in documentationVsevolod Stakhov2010-05-251-1/+1
| | | | * Fix rspamd url
* * Add a little review of rspamdcebka@lenovo-laptop2010-02-041-0/+702
* Add local_scan.c from Anton Nekhoroshikh for exim MTA