Commit Graph

28 Commits

Author SHA1 Message Date
Vsevolod Stakhov
aa4b2c6e0c [Minor] Fix exit codes usage to POSIX portable EXIT_FAILURE 2021-08-29 19:59:03 +01:00
Vsevolod Stakhov
4ca425a057 [Minor] Lots of style and C coding fixes 2017-11-21 18:36:38 +00:00
Vsevolod Stakhov
b8d0b8e0c5 [Minor] Reformat code 2017-11-21 18:21:58 +00:00
AL
8697fdc0fa
Update dlfunc README 2017-11-12 14:56:42 +03:00
AL
a2cba47734
Optimize exim dlfunc 2017-11-12 14:50:51 +03:00
AL
1d4d609502
Dlfunc compile and install instructions 2017-11-12 03:53:54 +03:00
AL
fce6b37831
Example Exim config 2017-11-12 03:48:02 +03:00
AL
a02111a6a3
Dlfunc library for Exim
With support http, json, checkv2
2017-11-12 03:46:38 +03:00
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
Andrew Lewis
f34a5a98ae [Fix] Fix Exim shutdown patch 2016-05-15 18:29:58 +02:00
Andrew Lewis
782603601b Update Exim patches 2016-04-09 14:39:13 +02:00
lzmths
df353b050f Refactoring conditional directives that break parts of statements. 2015-12-08 20:20:52 -03:00
Andrew Lewis
e77f51f874 Make Exim pass usernames to Rspamd 2015-02-11 15:48:37 +02:00
Andrew Lewis
571955cc19 Fix bad change in Exim patch 2015-02-02 22:39:58 +02:00
Andrew Lewis
48ccad6194 Update Exim patch 2015-01-31 20:46:54 +02:00
Andrew Lewis
96a3a241b8 Make Exim pass hostnames to rspamd 2015-01-03 23:46:21 +02:00
Vsevolod Stakhov
774c8be4b3 Update exim patch.
- 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
2014-09-29 14:46:39 +01:00
Vsevolod Stakhov
4f6ae1b003 Fix warning for printf like function in exim patch. 2013-07-12 17:37:02 +01:00
Vsevolod Stakhov
6205f36ee1 * Add dynamic configuration dumping.
* 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.
2012-10-01 22:08:36 +04:00
Vsevolod Stakhov
d031614b5c Fix output for spamc proto. 2011-08-15 17:59:52 +04:00
Vsevolod Stakhov
dac3240ef6 Fix patch for exim.
Fix parsing of wrong headers.
2011-02-21 21:19:07 +03:00
Vsevolod Stakhov
eb5a3b7749 Add patch for exim spam.c to use rspamd. 2011-02-21 17:56:47 +03:00
Vsevolod Stakhov
4fa8c7af5c * Add new version of exim's local scan rspamd scanner 2010-10-18 20:21:24 +04: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