6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/8/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#961] hook_spam_bounce does not work.
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .__.\ /._..___ [__)[__] >< | [__ | | |/ \_|_|
Comment
> I have configured imp to use with the spam_bounce hook for dspam > after installing RC3 this did not work anymore. After a compare I > found the problem: > > > > Code from RC2: > > > > /* If a (not)spam bounce email address has been provided, use > > * it. */ > > if (!empty($GLOBALS['conf'][$action]['bounce'])) { > > $to = $GLOBALS['conf'][$action]['bounce']; > > > > /* Call the bounce email generation hook, if requested. */ > > if (!empty($GLOBALS['conf']['hooks']['spam_bounce'])) { > > require_once HORDE_BASE . '/config/hooks.php'; > > if (function_exists('_imp_hook_spam_bounce')) { > > $to = call_user_func('_imp_hook_spam_bounce', > $action); > > } > > } > > > > Code from RC3 Not Working!!!: > > > > /* If a (not)spam bounce email address has been provided, use > > * it. */ > > if (!empty($GLOBALS['conf'][$action]['bounce'])) { > > $to = $GLOBALS['conf'][$action]['bounce']; > > } elseif (!empty($GLOBALS['conf']['hooks']['spam_bounce'])) { > > /* Call the bounce email generation hook, if requested. */ > > require_once HORDE_BASE . '/config/hooks.php'; > > if (function_exists('_imp_hook_spam_bounce')) { > > $to = call_user_func('_imp_hook_spam_bounce', $action); > > } > > } > > > > Please solve this because I really like the feature. > > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers