Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Lots of style and C coding fixes | Vsevolod Stakhov | 2017-11-21 | 1 | -70/+73 |
| | |||||
* | [Minor] Reformat code | Vsevolod Stakhov | 2017-11-21 | 1 | -351/+418 |
| | |||||
* | Update dlfunc README | AL | 2017-11-12 | 1 | -3/+7 |
| | |||||
* | Optimize exim dlfunc | AL | 2017-11-12 | 1 | -172/+46 |
| | |||||
* | Dlfunc compile and install instructions | AL | 2017-11-12 | 1 | -0/+6 |
| | |||||
* | Example Exim config | AL | 2017-11-12 | 1 | -0/+75 |
| | |||||
* | Dlfunc library for Exim | AL | 2017-11-12 | 1 | -0/+632 |
| | | | With support http, json, checkv2 | ||||
* | [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 | 4 | -4/+4 |
| | | | | 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 | ||||
* | [Fix] Fix Exim shutdown patch | Andrew Lewis | 2016-05-15 | 1 | -6/+6 |
| | |||||
* | Update Exim patches | Andrew Lewis | 2016-04-09 | 3 | -94/+387 |
| | |||||
* | Refactoring conditional directives that break parts of statements. | lzmths | 2015-12-08 | 1 | -2/+4 |
| | |||||
* | Make Exim pass usernames to Rspamd | Andrew Lewis | 2015-02-11 | 2 | -37/+40 |
| | |||||
* | Fix bad change in Exim patch | Andrew Lewis | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | Update Exim patch | Andrew Lewis | 2015-01-31 | 2 | -232/+123 |
| | |||||
* | Make Exim pass hostnames to rspamd | Andrew Lewis | 2015-01-03 | 1 | -12/+15 |
| | |||||
* | Update exim patch. | Vsevolod Stakhov | 2014-09-29 | 1 | -214/+88 |
| | | | | | | | - Update to the recent exim version - Strip extra leading src/ from the patch - Remove sendfile since it was broken - Fix rspamd spam report for exim | ||||
* | Fix warning for printf like function in exim patch. | Vsevolod Stakhov | 2013-07-12 | 1 | -8/+12 |
| | |||||
* | * Add dynamic configuration dumping. | Vsevolod Stakhov | 2012-10-01 | 1 | -41/+571 |
| | | | | | | * Add labels support to the statfiles (would be used for meta-classification) * Rewrite exim spam.c patch to work with both rspamd and SA by using 'variant=rspamd' option in spam_server line. | ||||
* | Fix output for spamc proto. | Vsevolod Stakhov | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | Fix patch for exim. | Vsevolod Stakhov | 2011-02-21 | 1 | -4/+13 |
| | | | | Fix parsing of wrong headers. | ||||
* | Add patch for exim spam.c to use rspamd. | Vsevolod Stakhov | 2011-02-21 | 1 | -0/+77 |
| | |||||
* | * Add new version of exim's local scan rspamd scanner | Vsevolod Stakhov | 2010-10-18 | 1 | -0/+377 |
| | |||||
* | * 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 |