Commit Graph

7 Commits

Author SHA1 Message Date
Alexander Moisseev
0f44e6037d [Refactor] Correct misspelled function name in Rspamd agent for Exim 2017-06-28 10:49:56 +03:00
Alexander Moisseev
bb5a9f8e45 [Minor] Massive spelling correction
by a bot https://github.com/ka7/misspell_fixer
2017-06-27 10:44:19 +03:00
Bryon Gloden, CISSP®
8086172ad1 Update local_scan.c
[../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
2016-08-02 17:49:49 -04:00
lzmths
df353b050f Refactoring conditional directives that break parts of statements. 2015-12-08 20:20:52 -03:00
Vsevolod Stakhov
d608ddf908 * Fix issue with folding multiline headers (submitted by Anton Nekhoroshikh). 2010-05-26 15:23:00 +04:00
Vsevolod Stakhov
4010409631 * Fix issues in documentation
* Fix rspamd url
2010-05-25 18:23:57 +04:00
cebka@lenovo-laptop
f57b47be64 * Add a little review of rspamd
* Add local_scan.c from Anton Nekhoroshikh for exim MTA
2010-02-04 20:58:47 +03:00