summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-11-04 11:43:20 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-11-04 11:43:20 +0000
commit2b2cfa838f206b5d97a120722861f42780bc6a6a (patch)
tree0edf89691efdec895d2df1f47a5ac31e1ea7c796 /src
parent30795c5e77e21e90f3c695e6274bc9b4a9b68900 (diff)
ARC: relax restriction on building without SPF
Diffstat (limited to 'src')
-rw-r--r--src/src/arc.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/src/arc.c b/src/src/arc.c
index b7fcb116a..52c1c7625 100644
--- a/src/src/arc.c
+++ b/src/src/arc.c
@@ -7,10 +7,7 @@
*/
#include "exim.h"
-#ifdef EXPERIMENTAL_ARC
-# if !defined SUPPORT_SPF
-# error SPF must also be enabled for ARC
-# elif defined DISABLE_DKIM
+# if defined DISABLE_DKIM
# error DKIM must also be enabled for ARC
# else
@@ -1862,7 +1859,7 @@ return g;
}
-# endif /* SUPPORT_SPF */
+# endif /* DISABLE_DKIM */
#endif /* EXPERIMENTAL_ARC */
/* vi: aw ai sw=2
*/