aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/exim
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Lots of style and C coding fixesVsevolod Stakhov2017-11-211-70/+73
|
* [Minor] Reformat codeVsevolod Stakhov2017-11-211-351/+418
|
* Update dlfunc READMEAL2017-11-121-3/+7
|
* Optimize exim dlfuncAL2017-11-121-172/+46
|
* Dlfunc compile and install instructionsAL2017-11-121-0/+6
|
* Example Exim configAL2017-11-121-0/+75
|
* Dlfunc library for EximAL2017-11-121-0/+632
| | | With support http, json, checkv2
* [Refactor] Correct misspelled function name in Rspamd agent for EximAlexander Moisseev2017-06-281-2/+2
|
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-274-4/+4
| | | | 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
* [Fix] Fix Exim shutdown patchAndrew Lewis2016-05-151-6/+6
|
* Update Exim patchesAndrew Lewis2016-04-093-94/+387
|
* Refactoring conditional directives that break parts of statements.lzmths2015-12-081-2/+4
|
* Make Exim pass usernames to RspamdAndrew Lewis2015-02-112-37/+40
|
* Fix bad change in Exim patchAndrew Lewis2015-02-021-1/+1
|
* Update Exim patchAndrew Lewis2015-01-312-232/+123
|
* Make Exim pass hostnames to rspamdAndrew Lewis2015-01-031-12/+15
|
* Update exim patch.Vsevolod Stakhov2014-09-291-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 Stakhov2013-07-121-8/+12
|
* * Add dynamic configuration dumping.Vsevolod Stakhov2012-10-011-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 Stakhov2011-08-151-1/+1
|
* Fix patch for exim.Vsevolod Stakhov2011-02-211-4/+13
| | | | Fix parsing of wrong headers.
* Add patch for exim spam.c to use rspamd.Vsevolod Stakhov2011-02-211-0/+77
|
* * Add new version of exim's local scan rspamd scannerVsevolod Stakhov2010-10-181-0/+377
|
* * 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