6.0.0-beta1
7/4/25

[#7077] error in sieve.php
Summary error in sieve.php
Queue Ingo
Queue Version 1.2
Type Bug
State Resolved
Priority 2. Medium
Owners jan (at) horde (dot) org
Requester wolfgang.rosenauer (at) an-netz (dot) de
Created 07/17/2008 (6196 days ago)
Due
Updated 07/17/2008 (6196 days ago)
Assigned
Resolved 07/17/2008 (6196 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
07/17/2008 10:52:01 PM Jan Schneider Comment #3
Assigned to Jan Schneider
State ⇒ Resolved
Reply to this comment
Fixed in CVS.
07/17/2008 10:51:03 PM CVS Commit Comment #2 Reply to this comment
07/17/2008 01:24:13 PM wolfgang (dot) rosenauer (at) an-netz (dot) de Comment #1
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ error in sieve.php
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
The following error happens when many blacklist addresses are set up in Ingo:



PHP Fatal error:  Call to undefined method 
Ingo_Script_sieve::addblock() in 
/srv/www/htdocs/groupware/ingo/lib/Script/sieve.php on line 294



addblock (resp. addBlock) has been removed AFAICS.

I _guess_ that the line



$this->addblock($if);

should be changed to

$this->_blocks[] = $if;

Saved Queries