[imp] Re: Blacklist / whitelist queries

John Dalbec jpdalbec at ysu.edu
Tue Dec 2 10:24:19 PST 2003



Chris Shaffer wrote:
> I'm running Horde 2.2.4, IMP 3.2.2 and Turba 1.2.1 with a MySQL back end on
> Debian stable.  I am not using Ingo and don't want to upgrade to HEAD - I want
> to wait until IMP 4.0 is released for that.
> 
> IMP 3.2.2. has Blacklist and Whitelist links when viwing mailboxes and
> individual messages.  I've experimented with these, and as far as I can tell
> they don't do anything - new filters aren't created, new records don't appear in
> the Horde database - nothing.  The messages aren't deleted, and the addresses
> aren't blacklisted - mail continues arriving.

If the old behavior is acceptable you can comment the following lines in 
registry.php:

$this->registry['filter']['blacklistFrom'] = 'ingo';
$this->registry['filter']['whitelistFrom'] = 'ingo';

Only the blacklist link will appear and it will create filter rules as before.

John



More information about the imp mailing list