------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.exim.org/show_bug.cgi?id=392 --- Comment #5 from Git Commit <[email protected]> 2015-02-09 16:17:06 --- Git commit: http://git.exim.org/exim.git/commitdiff/8a512ed5b7f75c8aaedbca887257ee01e5c2b621 commit 8a512ed5b7f75c8aaedbca887257ee01e5c2b621 Author: Jeremy Harris <[email protected]> AuthorDate: Mon Feb 2 00:11:05 2015 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Mon Feb 9 16:00:55 2015 +0000 add retry option to clamd and spamd. bug 392 ---- doc/doc-docbook/spec.xfpt | 48 +++++++-- doc/doc-txt/ChangeLog | 3 + src/src/ip.c | 5 +- src/src/malware.c | 225 +++++++++++++++++++++++++-------------- src/src/spam.c | 82 ++++++++------ src/src/spam.h | 2 + test/README | 4 +- test/confs/4005 | 6 +- test/confs/4009 | 4 +- test/log/4005 | 3 + test/log/4009 | 8 ++ test/scripts/4000-scanning/4005 | 21 ++++- test/scripts/4000-scanning/4009 | 123 +++++++++++++++++++++ test/src/server.c | 15 +++- test/stdout/4005 | 18 +++ test/stdout/4009 | 111 +++++++++++++++++++ 16 files changed, 545 insertions(+), 133 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/ ##
