--- ingo/config/conf.xml.orig Mon May 1 18:15:18 2006 +++ ingo/config/conf.xml Mon May 1 18:15:45 2006 @@ -42,11 +42,19 @@ <configheader>Spam Filtering</configheader> <configboolean name="enabled" desc="Enable the simple spam filtering page?">true</configboolean> - <configstring name="header" desc="The spam header to - check">X-Spam-Level</configstring> - <configstring name="char" desc="The character repeated in the spam header in - order to indicate the spam level. For example, if the character is - "*", then "****" in the header indicates a spam level of - four.">*</configstring> + <configswitch name="compare" desc="Comparison type">numeric + <case name="numeric" desc="Numeric"> + <configstring name="header" desc="The spam header to + check">X-Spam-Score</configstring> + </case> + <case name="string" desc="String"> + <configstring name="header" desc="The spam header to + check">X-Spam-Level</configstring> + <configstring name="char" desc="The character repeated in the spam header in + order to indicate the spam level. For example, if the character is + "*", then "****" in the header indicates a spam level of + four.">*</configstring> + </case> + </configswitch> </configsection> </configuration>