[imp] _imp_hook_spam_bounce

Kevin Konowalec kevin at ualberta.net
Mon Apr 18 11:19:10 PDT 2005


Hi everyone!

I'm having a hard time with the spam bounce hook.  I've tweaked the 
code slightly (included below) and enabled the hook in the imp 
configuration but when I attempt to report a message as spam (or ham) 
it doesn't seem to do anything.  My sendmail log says nothing was sent. 
  Is there something else I have to do to enable this hook?

I'm running horde 3.0.3 and imp 4.0.2

Thanks!

Kevin



My code chunk:


if (!function_exists('_imp_hook_spam_bounce')) {
         {
            $prefix = ($action == 'spam') ? 'spam-' : 'ham-';
            $address = $prefix . Auth::getBareAuth() . '@ualberta.ca';
            return $address;
         }
}



More information about the imp mailing list