projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e51c7be
)
Add PRDR feature output in -bV
author
Todd Lyons
<tlyons@exim.org>
Wed, 21 May 2014 14:03:29 +0000
(07:03 -0700)
committer
Todd Lyons
<tlyons@exim.org>
Wed, 21 May 2014 14:03:29 +0000
(07:03 -0700)
src/src/exim.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/exim.c
b/src/src/exim.c
index bca6cc8a4fbd39c6e4e56dd5236445c6d7ddb0d8..ee2fd82de9e8732b9c05b11a688fb371cb22c4bb 100644
(file)
--- a/
src/src/exim.c
+++ b/
src/src/exim.c
@@
-804,6
+804,9
@@
fprintf(f, "Support for:");
#ifdef WITH_OLD_DEMIME
fprintf(f, " Old_Demime");
#endif
+#ifndef DISABLE_PRDR
+ fprintf(f, " PRDR");
+#endif
#ifdef EXPERIMENTAL_SPF
fprintf(f, " Experimental_SPF");
#endif