Displaying 1 result from an estimated 1 matches for "ingo_blacklist_mark".
Did you mean:
ingo_blacklist_marker
2009 Jul 20
3
Bug in Dovecot Managesieve or Horde ?
...ay('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",
"Resent-From"] &qu...