------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1573 Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Git Commit <[email protected]> 2015-01-25 18:17:08 --- Git commit: http://git.exim.org/exim.git/commitdiff/c5f280e20a8e3ecd5f016b8fb34a436588915ed2 commit c5f280e20a8e3ecd5f016b8fb34a436588915ed2 Author: Andrew Lewis <[email protected]> AuthorDate: Sat Jan 24 23:42:59 2015 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Sun Jan 25 17:39:41 2015 +0000 support rspamd. patch from andrew lewis, lightly editorialised by jh. bug 1573 ---- doc/doc-docbook/spec.xfpt | 56 +++++++++++---- doc/doc-txt/ChangeLog | 3 + src/src/expand.c | 1 + src/src/globals.c | 1 + src/src/globals.h | 1 + src/src/spam.c | 151 ++++++++++++++++++++++++++++----------- src/src/spam.h | 3 +- test/confs/4008 | 37 ++++++++++ test/confs/4009 | 37 ++++++++++ test/log/4008 | 4 + test/log/4009 | 4 + test/scripts/4000-scanning/4008 | 43 +++++++++++ test/scripts/4000-scanning/4009 | 55 ++++++++++++++ test/stdout/4008 | 45 ++++++++++++ test/stdout/4009 | 57 +++++++++++++++ 15 files changed, 443 insertions(+), 55 deletions(-) -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
