On 6-10-2011 13:46, Andrew Colin Kissa wrote:
On 06 Oct 2011, at 1:04 PM, Vincent Verhagen wrote:
 From the archives I gathered that I can either:

Set global spam scores by assigning them to the default admin user
or
Set per individual spam scores by assigning them to the individual users.

So, I cannot set per domain spam scores by assigning them to domain admins.

Are the above statements correct?
Thats not correct, domains inherit the scores set for the domain admin.

SELECT DISTINCT(email),sa_high_score AS score,is_superuser FROM
auth_user, profiles WHERE auth_user.id = profiles.user_id AND
sa_high_score>  0 UNION SELECT address AS email,sa_high_score,0
FROM user_addresses AS a, profiles AS b WHERE enabled=1 AND
sa_high_score>  0 AND a.user_id = b.user_id


Great!
Thanks for the response!

Best regards,
Vincent


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa
Keep Baruwa FREE - http://pledgie.com/campaigns/12056

Reply via email to