Dan Mahoney, System Admin wrote:
Guys...
I'm confused about something.
With the userpref table, what should be in the "preference" column and
what should be in the "value" column for things?
I was recently told that for a certain webmail plugin to work, it needed
to be:
preference: rewrite_header Subject
value: ****spam(_score_)****
whereas I have:
preference: rewrite_header
value: Subject ****spam(_score_)****
Is one of these more right or wrong? I just parsed that logically
whitespace would be the separator when I wrote my "import" routine --
but if I'm off, please tell me.
AFAIK either should work just fine. The two columns are just cat'd
together, along with a space between them, before being passed to the
config parser.
I do believe that both columns have to be defined though.
Daryl