[imp] SAM Module Problems

Michael M Slusarz slusarz at bigworm.colorado.edu
Tue Apr 13 10:53:48 PDT 2004


Quoting Joe Hamelin <joe at nethead.com>:

> I'm not sure if SAM (and a lot of the others in the snap area) are
> updated for Horde2 yet.

There is an application stanza defined for sam:

$this->applications['sam'] = array(
     'fileroot' => dirname(__FILE__) . '/../sam',
     'webroot' => $this->applications['horde']['webroot'] . '/sam',
     'icon' => $this->applications['horde']['webroot'] . 
'/sam/graphics/sam.gif',
     'name' => _("Spam"),
     'status' => 'active',
     // Uncomment this line if you want Sam to handle the blacklist
     // filter instead of Ingo:
     // 'provides' => array('mail/blacklistFrom', 'mail/showBlacklist',
'mail/whitelistFrom', 'mail/showWhitelist'),
     'menu_parent' => 'mail'
);

I hope you are using Horde HEAD (version 3.0) because SAM doesn't work with
Horde 2.x -- http://www.horde.org/source/versions.php

michael

______________________________________________
Michael Slusarz [slusarz at bigworm.colorado.edu]
The University of Colorado at Boulder


More information about the imp mailing list