Support Rspamd. Patch from Andrew Lewis, lightly editorialised
[exim.git] / src / src / globals.h
index b5ea8a49b432e78641b6566858e7d7681039c7b3..98d589f82c25c65706ae4d62d74c0f6a94e36489 100644 (file)
@@ -827,6 +827,7 @@ extern BOOL    smtp_use_size;          /* Global for passed connections */
 extern uschar *spamd_address;          /* address for the spamassassin daemon */
 extern uschar *spam_bar;               /* the spam "bar" (textual representation of spam_score) */
 extern uschar *spam_report;            /* the spamd report (multiline) */
+extern uschar *spam_action;            /* the spamd recommended-action */
 extern uschar *spam_score;             /* the spam score (float) */
 extern uschar *spam_score_int;         /* spam_score * 10 (int) */
 #endif