Displaying 1 result from an estimated 1 matches for "setblacklistfolder".
2009 Jul 20
3
Bug in Dovecot Managesieve or Horde ?
...//return array('imapflags');
return array('imap4flags');
}
vi ./tests/SieveTest.php:
function testBlacklistMarker()
{
$bl = &new Ingo_Storage_blacklist(3);
$bl->setBlacklist(array('spammer at example.com'));
$bl->setBlacklistFolder(INGO_BLACKLIST_MARKER);
$this->store($bl);
//$this->assertScript('require "imapflags";
$this->assertScript('require "imap4flags";
if address :all :comparator "i;ascii-casemap" :is ["From", "Sender",
"Re...