Hi, I am using spamassassin and store the user preferences in an SQL database. That works for simple options, like required_hits, since this has a key (required_hits) and a value (5.0 for example). But how about preferences where the key is composed of multiple parts, like rewrite_header subject? I stored this as one string in the column 'preference' and the value (****SPAM****) in the column 'value', but it is ignored. How do I have to give such preferences?
Regards Marco
