Applied dtx's patch which adds the option to flag spam
[citadel.git] / citadel / include / dtds / config-defs.h
index a71510faab0d3d17cef32bbf07119635c626e740..d14b3b4f49b242b46939fdb998313754ac6a6cbc 100644 (file)
@@ -88,3 +88,4 @@ CFG_VALUE(INTEGER(c_xmpp_c2s_port),           " XMPP client-to-server port (usually 5222)
 CFG_VALUE(INTEGER(c_xmpp_s2s_port),            " XMPP server-to-server port (usually 5269)");
 CFG_VALUE(TIME(c_pop3_fetch),          " How often to fetch POP3 messages");
 CFG_VALUE(TIME(c_pop3_fastest),                " Users can specify POP3 fetching this often");
+CFG_VALUE(INTEGER(c_spam_flag_only),   " 1 = flag instead of reject spam");