[dev] With the addition of incoming mail filters.

Max Kalika max@the-triumvirate.net
Thu, 16 Nov 2000 10:29:03 -0800


Quoting Edwin Culp <eculp@MexComUSA.Net>:

> The were working this morning before I cvs'ed.  I changed the pref.php.dist
> and in the conf.php.dist I added my preference lines that worked.

there was an addition configuration setting in conf.php.dist that you need to 
add to your local conf.php

$conf['user']['allow_filters'] = true; #or false

and two more preference items in prefs.php.dist that you need to copy to your 
prefs.php

filters, , 1
filter_on_login, 0, 1

--mk23