http://bugzilla.spamassassin.org/show_bug.cgi?id=3461





------- Additional Comments From [EMAIL PROTECTED]  2004-06-02 13:37 -------
you might want to run use_auto_whitelist 0 globally to save CPU's, and allow
specific users to enable it (maybe via SQL).   

its a toss up.   if you restrict the usage of use_auto_whitelist, you'd also
have to restrict auto_whitelist_factor because setting that to 0 will
effectively disable AWL also, even when running SQL-base AWL

probably need 3 flags to accomplish something like this... 

 is_admin => 0
 user_enable => $self->{conf}->{auto_whitelist_user_enable}
 user_disable => $self->{conf}->{auto_whitelist_user_disable}

with the following config options...

auto_whitelist_user_enable  1|0   # 1-users can enable  0-users cannot enable 
auto_whitelist_user_disable  1|0  # 1-users can disable  0-users cannot disable

because every admin is going to want it different :)








------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to