Hold on there.

SQL does NOT return stuff in "no particular order". SQL returns stuff in the
order you request it be returned.

If you don't bother to request an order, then I guess your statement stands,
but the DBA needs a spanking for crafting a query that doesn't specify any
necessary parameters, such as the desired ordering of the rowset.

Dan

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, November 15, 2004 5:22 PM
To: users@spamassassin.apache.org
Subject: Re: Score 9.9 by configuration?


>>
>> > You could zero out the rules u don't wish to use, so they wont trigger
>> > further false positives, in your .spamassassin/user_prefs file assuming
you
>> > have one in your home directory.
>>
>> This were perfect if it were not unsafe.
>> Doesn't ~/.spamassassin/user_prefs require allow_user_rules=1 ?
>> It is not recommended. Is there a way to make allow_user_rules safe?
>>
>> -Hanspeter
>>
Hi,

they will be safe if
- the prefs are read form a sql database rather than a text file and
- the front end that writes to the database restricts the data that can be
inserted.

Unfortunately there are a few settings where order matters, and sql usually
returns stuff in
no particular order

Wolfgang




Reply via email to